Regular Language: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Mon Jed Liu
(New page: {{subpages}} In computing theory, a regular language is one that is accepted by a finite automaton. == Closure Properties == Suppose <math>A, B \subseteq \Sigma^*</math> are reg...)
 
imported>Mon Jed Liu
No edit summary
Line 2: Line 2:


In computing theory, a regular [[language]] is one that is accepted by a [[finite automaton]].
In computing theory, a regular [[language]] is one that is accepted by a [[finite automaton]].
== Equivalent Characterizations ==
* <math>A</math> is a regular language.
* <math>A</math> is accepted by a [[deterministic finite automaton]].
* <math>A</math> is accepted by a [[non-deterministic finite automaton]].
* <math>A</math> can be described by a [[regular expression]].


== Closure Properties ==
== Closure Properties ==

Revision as of 10:53, 10 June 2008

This article is a stub and thus not approved.
Main Article
Discussion
Related Articles  [?]
Bibliography  [?]
External Links  [?]
Citable Version  [?]
 
This editable Main Article is under development and subject to a disclaimer.

In computing theory, a regular language is one that is accepted by a finite automaton.

Equivalent Characterizations

Closure Properties

Suppose are regular languages. Then the following languages are also regular.

  • or (union)
  • and (intersection)
  • (complement)
  • and (concatenation)
  • and (asterate)

Regular languages are also closed under homomorphic images and preimages. Suppose is a regular language and is a string homomorphism. Then the following languages are regular.

  • (homomorphic image)
  • (homomorphic preimage)