If L is a regular language, then there exists a constant n
(which depends on L) such that for every string w in the language L, such that the length of w is greater
than or equal to n, we can divide w into three strings, w = xyz.
what my question is that, why we should pick w greater than or equal to n?
w = length of string. n = Number of States.