a theorem to check whether a language is regular/ non-regular
## let L be a regular language then there exist a constant n (length of string) which depend on L . such that for every string w in L , and |W|>=n
- then we can break W into there substrings as W=XYZ such that
- Y>=1
- |XY|<=n
- for all i>=0, XYiZ is also in L
No comments:
Post a Comment