In the theory of formal languages, Ogden's lemma (named after William F. Ogden)[1] is a generalization of the pumping lemma for context-free languages.

Statement edit

Ogden's lemma — If a language   is generated by a context-free grammar, then there exists some   such that   with length  , and any way of marking   positions of   as "marked", there exists a nonterminal   and a way to split   into 5 segments  , such that

 

  contains at least one marked position.

  contains at most   marked positions.

  both contain marked positions, or   both contain marked positions.

We will use underlines to indicate "marked" positions.

Special cases edit

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 L is context-free, then there exists some number   (where p may or may not be a pumping length) such that for any string s of length at least p in L and every way of "marking" p or more of the positions in s, s can be written as

 

with strings u, v, w, x, and y, such that

  1. vx has at least one marked position,
  2. vwx has at most p marked positions, and
  3.   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 edit

Non-context-freeness edit

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 ([2], p. 128).

Proof

Suppose the language is generated by a context-free grammar, then let   be the length required in Ogden's lemma, then consider the word   in the language. Then the three conditions implied by Ogden's lemma cannot all be satisfied.

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 edit

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.)

Proof

Let   be the pumping length needed for Ogden's lemma, and apply it to the sentence  .

By routine checking of the conditions of Ogden's lemma, we find that the derivation is

 
where  , satisfying   and   and  .

Thus, we obtain a derivation of   by interpolating the derivation with   copies of  . According to this derivation, an entire sub-sentence   is the descendent of one node   in the derivation tree.

Symmetrically, we can obtain another derivation of  , according to which there is an entire sub-sentence   being the descendent of one node in the derivation tree.

Since  , the two sub-sentences have nonempty intersection, and since neither contains the other, the two derivation trees are different.

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 edit

The proof can be extended to show that deciding whether a CFG is inherently ambiguous is undecidable, by reduction to the Post correspondence problem. It can also show that deciding whether a CFG has an unbounded degree of inherent ambiguity is undecidable. (page 4 of Ogden's paper)

Construction

Given any Post correspondence problem over binary strings, we reduce it to a decision problem over a CFG.

Given any two lists of binary strings   and  , rewrite the binary alphabet to  .

Let   be the language over alphabet  , generated by the CFG with rules   for every  . Similarly define  .

Now, by the same argument as above, the language   is inherently ambiguous iff the Post correspondence problem has a solution.

And the language   has an unbounded degree of inherent ambiguity iff the Post correspondence problem has a solution.

Generalized condition edit

Bader and Moura have generalized the lemma[3] to allow marking some positions that are not to be included in vx. Their dependence of the parameters was later improved by Dömösi and Kudlek.[4] If we denote the number of such excluded positions by e, then the number d of marked positions of which we want to include some in vx must satisfy  , where p is some constant that depends only on the language. The statement becomes that every s can be written as

 

with strings u, v, w, x, and y, such that

  1. vx has at least one marked position and no excluded position,
  2. vwx has at most   marked positions, and
  3.   for all  .

Moreover, either each of u,v,w has a marked position, or each of   has a marked position.

References edit

  1. ^ Ogden, William (September 1968). "A helpful result for proving inherent ambiguity". Mathematical Systems Theory. 2 (3): 191–194. doi:10.1007/bf01694004. ISSN 0025-5661. S2CID 13197551.
  2. ^ Hopcroft, John E. (1979). Introduction to automata theory, languages, and computation. Jeffrey D. Ullman. Reading, Mass.: Addison-Wesley. ISBN 0-201-02988-X. OCLC 4549363.
  3. ^ Bader, Christopher; Moura, Arnaldo (April 1982). "A Generalization of Ogden's Lemma". Applied Mathematics and Computation. 29 (2): 404–407. doi:10.1145/322307.322315. S2CID 33988796.
  4. ^ Dömösi, Pál; Kudlek, Manfred (1999), "Strong iteration lemmata for regular, linear, context-free, and linear indexed languages", Fundamentals of Computation Theory, Berlin, Heidelberg: Springer Berlin Heidelberg, pp. 226–233, doi:10.1007/3-540-48321-7_18, ISBN 978-3-540-66412-3, retrieved 2023-02-26