Statement
We will use underlines to indicate "marked" positions.Special cases
Ogden's lemma is often stated in the following form, which can be obtained by "forgetting about" the grammar, and concentrating on the language itself: If a language is context-free, then there exists some number (where may or may not be a pumping length) such that for any string of length at least in and every way of "marking" or more of the positions in , can be written as : with strings and , such that # has at least one marked position, # has at most marked positions, and # for all . In the special case where every position is marked, Ogden's lemma is equivalent to the pumping lemma for context-free languages. Ogden's lemma can be used to show that certain languages are not context-free in cases where the pumping lemma is not sufficient. An example is the language .Example applications
Non-context-freeness
The special case of Ogden's lemma is often sufficient to prove some languages are not context-free. For example, is a standard example of non-context-free language, Similarly, one can prove the "copy twice" language is not context-free, by using Ogden's lemma on . And the given example last section is not context-free by using Ogden's lemma on .Inherent ambiguity
Ogden's lemma can be used to prove the inherent ambiguity of some languages, which is implied by the title of Ogden's paper. Example: Let . The language is inherently ambiguous. (Example from page 3 of Ogden's paper.) Similarly, is inherently ambiguous, and for any CFG of the language, letting be the constant for Ogden's lemma, we find that has at least different parses. Thus has an unbounded degree of inherent ambiguity.Undecidability
The proof can be extended to show that deciding whether a CFG is inherently ambiguous is undecidable, by reduction to theGeneralized condition
Bader and Moura have generalized the lemma to allow marking some positions that are ''not'' to be included in . Their dependence of the parameters was later improved by Dömösi and Kudlek. If we denote the number of such ''excluded'' positions by , then the number of ''marked'' positions of which we want to include some in must satisfy , where is some constant that depends only on the language. The statement becomes that every can be written as : with strings and , such that # has at least one marked position and no excluded position, # has at most marked positions, and # for all . Moreover, either each of has a marked position, or each of has a marked position.References
{{Reflist Formal languages Lemmas