In computer science, more particularly in formal language theory, a cyclic language is a set of strings that is closed with respect to repetition, root, and cyclic shift.
If A is a set of symbols, and A<sup>*</sup> is the set of all strings built from symbols in A, then a string set L â A<sup>*</sup> is called a formal language over the alphabet A. The language L is called cyclic if
where w<sup>n</sup> denotes the n-fold repetition of the string w, and vw denotes the concatenation of the strings v and w.
For example, using the alphabet A = {a, b }, the language
is cyclic, but not regular. However, L is context-free, since M = { a<sup>n<sub>1</sub></sup>b<sup>n<sub>1</sub></sup> a<sup>n<sub>2</sub></sup>b<sup>n<sub>2</sub></sup> ... a<sup>n<sub>k</sub></sup> b<sup>n<sub>k</sub></sup> : n<sub>i</sub> âÂÂ¥ 0 } is, and context-free languages are closed under circular shift; L is obtained as circular shift of M.