Maths encyclopedia and lessons  
Search

Mathematics Encyclopedia and Lessons

 
     
 

Lessons

Popular
Subjects

algebra
arithmetic
calculus
equations
geometry
differential equations
trigonometry
number theory
probability theory
more
 

References

applied mathematics
mathematical games
mathematicians
more
 
 

Star height

In mathematics, the star height h(E) of a regular expression E over a finite alphabet A is defined as follows:

  • h(∅) = 0, h(1) = 0, h(a) = 0 for all aA.
  • h(EF) = h(EF) = max(h(E), h(F))
  • h(Ec) = h(E)
  • h(E*) = h(E) + 1

The star height h(L) of a regular language L is defined as the minimum of the star heights of all regular expressions representing L.

It can be shown that a language L has star height 0 iff its syntactic monoid is aperiodic (Schützenberger 1965).

01-04-2007 01:18:14
The contents of this article are licensed from Wikipedia.org
under the GNU Free Documentation License. How to see transparent copy