Jump to content

Ogden's lemma

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Izno (talk | contribs) at 23:20, 23 July 2020 (→‎See also: remove a link as above and remove the second as linked from the one above). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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

Statement

Ogden's lemma states that 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 . Ogden's lemma can also be used to prove the inherent ambiguity of some languages.[citation needed]

Generalized condition

Bader and Moura have generalized the lemma[1] 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. If we denote the number of such excluded positions by e, then the number d of distinguished 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 distinguished position and no excluded position,
  2. vwx has at most distinguished positions, and
  3. for all .

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

References

  1. ^ 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. Retrieved 7 July 2020.

Further reading