Namespaces
Variants
Actions

Difference between revisions of "Grammar, context-free"

From Encyclopedia of Mathematics
Jump to: navigation, search
(Importing text file)
 
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 +
<!--
 +
g0447801.png
 +
$#A+1 = 71 n = 1
 +
$#C+1 = 71 : ~/encyclopedia/old_files/data/G044/G.0404780 Grammar, context\AAhfree,
 +
Automatically converted into TeX, above some diagnostics.
 +
Please remove this comment and the {{TEX|auto}} line below,
 +
if TeX found to be correct.
 +
-->
 +
 +
{{TEX|auto}}
 +
{{TEX|done}}
 +
 
''CF-grammar''
 
''CF-grammar''
  
A context-sensitive grammar (cf. [[Grammar, context-sensitive|Grammar, context-sensitive]]) all rules of which have the form <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/g/g044/g044780/g0447801.png" />, where <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/g/g044/g044780/g0447802.png" /> is a non-terminal symbol and <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/g/g044/g044780/g0447803.png" /> is a non-empty string (the so-called context-free rules). Languages generated by such grammars are said to be context-free languages. Thus, the language <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/g/g044/g044780/g0447804.png" /> is generated by the context-free grammar with rules <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/g/g044/g044780/g0447805.png" />, <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/g/g044/g044780/g0447806.png" />, where <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/g/g044/g044780/g0447807.png" /> is an initial symbol.
+
A context-sensitive grammar (cf. [[Grammar, context-sensitive|Grammar, context-sensitive]]) all rules of which have the form $  A \rightarrow \theta $,  
 +
where $  A $
 +
is a non-terminal symbol and $  \theta $
 +
is a non-empty string (the so-called context-free rules). Languages generated by such grammars are said to be context-free languages. Thus, the language $  \{ {a  ^ {n} b  ^ {n} } : {n = 1, 2 ,\dots } \} $
 +
is generated by the context-free grammar with rules $  I \rightarrow aIb $,  
 +
$  I \rightarrow ab $,  
 +
where $  I $
 +
is an initial symbol.
  
The condition that <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/g/g044/g044780/g0447808.png" /> be non-empty may be omitted from the definition of a context-free language without materially altering the class of languages thereby (the only additional languages are those obtained from context-free languages by addition of the empty string). Context-free grammars constitute the class of formal grammars (cf. [[Grammar, formal|Grammar, formal]]) which is most frequently employed in applications; they are extensively used in the construction of mathematical models of natural languages (cf. [[Mathematical linguistics|Mathematical linguistics]]) and in the description of programming languages. The class of context-free languages is a proper subclass of the class of context-sensitive languages (e.g. the context-sensitive language <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/g/g044/g044780/g0447809.png" /> is not context-free, cf. [[Grammar, context-sensitive|Grammar, context-sensitive]]) and coincides with the class of languages accepted by so-called push-down automata.
+
The condition that $  \theta $
 +
be non-empty may be omitted from the definition of a context-free language without materially altering the class of languages thereby (the only additional languages are those obtained from context-free languages by addition of the empty string). Context-free grammars constitute the class of formal grammars (cf. [[Grammar, formal|Grammar, formal]]) which is most frequently employed in applications; they are extensively used in the construction of mathematical models of natural languages (cf. [[Mathematical linguistics|Mathematical linguistics]]) and in the description of programming languages. The class of context-free languages is a proper subclass of the class of context-sensitive languages (e.g. the context-sensitive language $  \{ {a  ^ {n} b  ^ {n} c  ^ {n} } : {n = 1, 2 ,\dots } \} $
 +
is not context-free, cf. [[Grammar, context-sensitive|Grammar, context-sensitive]]) and coincides with the class of languages accepted by so-called push-down automata.
  
Each context-free grammar can be transformed, in an equivalent way, into Chomsky normal form — a context-free grammar all rules of which have the form <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/g/g044/g044780/g04478010.png" /> and <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/g/g044/g044780/g04478011.png" />, and also into Greibach normal form, all rules of which have the form <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/g/g044/g044780/g04478012.png" />, <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/g/g044/g044780/g04478013.png" /> and <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/g/g044/g044780/g04478014.png" /> (in both cases <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/g/g044/g044780/g04478015.png" /> are non-terminal symbols, while <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/g/g044/g044780/g04478016.png" /> is a terminal symbol). Context-free languages are also defined by categorial grammars, dominating grammars and dependency grammars (cf. [[Grammar, categorial|Grammar, categorial]]; [[Grammar, dominating|Grammar, dominating]]). Context-free languages are also sometimes defined by so-called normal systems of equations in languages, which are another form of notation of context-free grammars. The class of context-free languages is closed with respect to union, concatenation, permutation, and truncated iteration (and, in the presence of rules with an empty right-hand side, also with respect to iteration), and are not closed under intersection and complementation. A context-free grammar <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/g/g044/g044780/g04478017.png" /> is called unambiguous if for each string of the language <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/g/g044/g044780/g04478018.png" /> there is a unique derivation tree in <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/g/g044/g044780/g04478019.png" />. A context-free language is called unambiguous if it is generated by some unambiguous context-free grammar; otherwise it is called ambiguous (or inherently ambiguous). The following is an example of an ambiguous context-free language:
+
Each context-free grammar can be transformed, in an equivalent way, into Chomsky normal form — a context-free grammar all rules of which have the form $  A \rightarrow BC $
 +
and $  A \rightarrow a $,  
 +
and also into Greibach normal form, all rules of which have the form $  A \rightarrow a B C $,  
 +
$  A \rightarrow aB $
 +
and $  A \rightarrow a $(
 +
in both cases $  A, B, C $
 +
are non-terminal symbols, while $  a $
 +
is a terminal symbol). Context-free languages are also defined by categorial grammars, dominating grammars and dependency grammars (cf. [[Grammar, categorial|Grammar, categorial]]; [[Grammar, dominating|Grammar, dominating]]). Context-free languages are also sometimes defined by so-called normal systems of equations in languages, which are another form of notation of context-free grammars. The class of context-free languages is closed with respect to union, concatenation, permutation, and truncated iteration (and, in the presence of rules with an empty right-hand side, also with respect to iteration), and are not closed under intersection and complementation. A context-free grammar $  \Gamma $
 +
is called unambiguous if for each string of the language $  L ( \Gamma ) $
 +
there is a unique derivation tree in $  \Gamma $.  
 +
A context-free language is called unambiguous if it is generated by some unambiguous context-free grammar; otherwise it is called ambiguous (or inherently ambiguous). The following is an example of an ambiguous context-free language:
  
<table class="eq" style="width:100%;"> <tr><td valign="top" style="width:94%;text-align:center;"><img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/g/g044/g044780/g04478020.png" /></td> </tr></table>
+
$$
 +
\{ {a  ^ {n} b  ^ {n} c  ^ {m} } : {n, m = 1, 2 ,\dots } \}
 +
\cup \{ {a  ^ {m} b  ^ {n} c  ^ {n} } : {n, m = 1, 2 ,\dots } \} .
 +
$$
  
If, for any context-free grammar generating a context-free language <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/g/g044/g044780/g04478021.png" /> and for any natural number <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/g/g044/g044780/g04478022.png" />, it is possible to find a string in <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/g/g044/g044780/g04478023.png" /> with more than <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/g/g044/g044780/g04478024.png" /> derivation trees in the given grammar, then <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/g/g044/g044780/g04478025.png" /> is said to have infinite degree of ambiguousness; an example is the language <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/g/g044/g044780/g04478026.png" />, where <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/g/g044/g044780/g04478027.png" /> indicates reversal (i.e. if <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/g/g044/g044780/g04478028.png" />, then <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/g/g044/g044780/g04478029.png" />).
+
If, for any context-free grammar generating a context-free language $  L $
 +
and for any natural number $  n $,  
 +
it is possible to find a string in $  L $
 +
with more than $  n $
 +
derivation trees in the given grammar, then $  L $
 +
is said to have infinite degree of ambiguousness; an example is the language $  \{ {x \widehat{x}  y \widehat{y}  } : {x, y \in \{ a _ {1} , a _ {2} \}  ^ {+} } \} $,  
 +
where $  \widehat{ {}}  $
 +
indicates reversal (i.e. if $  x = a _ {i _ {1}  } \dots a _ {i _ {k}  } $,  
 +
then $  \widehat{x}  = a _ {i _ {k}  } \dots a _ {i _ {1}  } $).
  
A context-free language is said to be deterministic if it is accepted by some deterministic push-down automaton. Any deterministic language is unambiguous, but the converse is not true; for example, the unambiguous language <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/g/g044/g044780/g04478030.png" /> is not deterministic.
+
A context-free language is said to be deterministic if it is accepted by some deterministic push-down automaton. Any deterministic language is unambiguous, but the converse is not true; for example, the unambiguous language $  \{ {x \widehat{x}  } : {x \in \{ a _ {1} , a _ {2} \}  ^ {+} }\} $
 +
is not deterministic.
  
 
==Complexity of derivation.==
 
==Complexity of derivation.==
For any context-free grammar, the time complexity (number of elementary derivation steps) and the space complexity (maximal length intermediate phrase in derivation) of a derivation (cf. [[Grammar, generative|Grammar, generative]]) are bounded by linear functions from above and from below. For this reason other specific characteristics of the complexity of derivation are also introduced in the classification of context-free grammars. These characteristics are of two types: some of them ( "tree-like"  characteristics) are constructed by representing the result in the form of a tree (cf. [[Grammar, context-sensitive|Grammar, context-sensitive]]), others ( "chain-like"  characteristics) are based on the number or the distribution of the occurrences of non-terminal symbols into the individual steps of the derivation; in a number of important cases the  "tree-like"  characteristics may be connected to the  "chain-like"  characteristics with the same order of growth. Of the  "tree-like"  characteristics, the finest classification is given by the thickness, which is defined as follows. 1) To each vertex <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/g/g044/g044780/g04478031.png" /> of a finite rooted tree is assigned a density of <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/g/g044/g044780/g04478032.png" />, a number <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/g/g044/g044780/g04478033.png" />, such that: if <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/g/g044/g044780/g04478034.png" /> is a terminal vertex, then <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/g/g044/g044780/g04478035.png" />; if <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/g/g044/g044780/g04478036.png" /> are all the vertices entered into by arcs from <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/g/g044/g044780/g04478037.png" />, if <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/g/g044/g044780/g04478038.png" /> and if <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/g/g044/g044780/g04478039.png" />, then: a) if <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/g/g044/g044780/g04478040.png" /> only for one <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/g/g044/g044780/g04478041.png" />, then <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/g/g044/g044780/g04478042.png" />; b) otherwise <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/g/g044/g044780/g04478043.png" />. 2) The thickness of the root of the tree is said to be the thickness of the tree. 3) If <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/g/g044/g044780/g04478044.png" /> is a context-free grammar, its thickness <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/g/g044/g044780/g04478045.png" /> is defined similarly to the time complexity, replacing the length of the derivation by the thickness of the derivation tree. The same order of growth as the thickness (for a context-free grammar) is displayed by the active capacity <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/g/g044/g044780/g04478046.png" />, which is definable similarly to the capacity, the length of the string <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/g/g044/g044780/g04478047.png" /> being replaced by the number of occurrences of the non-terminal symbols in <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/g/g044/g044780/g04478048.png" />. The thickness of all context-free grammars is bounded from above by a logarithmic function. There exist context-free languages for which the thicknesses of arbitrary context-free grammars by which they are generated have logarithmic order of growth, such as the set of all possible  "regular sequences of parentheses"  (i.e. sequences of left and right round brackets distributed in a manner which is accepted in mathematical expressions). At the same time the languages generated by context-free grammars whose thickness is bounded by constants constitute an extensive class, coinciding with the closure of the class of linear languages (cf. [[Grammar, linear|Grammar, linear]]) with respect to permutations. There exist infinite sequences of functions with order of growth intermediate between constant and logarithmic and such that for any two successive terms of the sequence it is possible to find a context-free language for which the lowest-order thickness of its generating context-free grammar is comprised between these functions. Other characteristics of complexity of derivation in context-free grammars are also employed.
+
For any context-free grammar, the time complexity (number of elementary derivation steps) and the space complexity (maximal length intermediate phrase in derivation) of a derivation (cf. [[Grammar, generative|Grammar, generative]]) are bounded by linear functions from above and from below. For this reason other specific characteristics of the complexity of derivation are also introduced in the classification of context-free grammars. These characteristics are of two types: some of them ( "tree-like"  characteristics) are constructed by representing the result in the form of a tree (cf. [[Grammar, context-sensitive|Grammar, context-sensitive]]), others ( "chain-like"  characteristics) are based on the number or the distribution of the occurrences of non-terminal symbols into the individual steps of the derivation; in a number of important cases the  "tree-like"  characteristics may be connected to the  "chain-like"  characteristics with the same order of growth. Of the  "tree-like"  characteristics, the finest classification is given by the thickness, which is defined as follows. 1) To each vertex $  \alpha $
 +
of a finite rooted tree is assigned a density of $  \alpha $,  
 +
a number $  \mu ( \alpha ) $,  
 +
such that: if $  \alpha $
 +
is a terminal vertex, then $  \mu ( \alpha ) = 0 $;  
 +
if $  \beta _ {1} \dots \beta _ {s} $
 +
are all the vertices entered into by arcs from $  \alpha $,  
 +
if $  s > 0 $
 +
and if $  m = \max \{ \mu ( \beta _ {1} ) \dots \mu ( \beta _ {s} ) \} $,  
 +
then: a) if $  m = \mu ( \beta _ {i} ) $
 +
only for one $  i = 1 \dots s $,  
 +
then $  \mu ( \alpha ) = m $;  
 +
b) otherwise $  \mu ( \alpha ) = m + 1 $.  
 +
2) The thickness of the root of the tree is said to be the thickness of the tree. 3) If $  \Gamma $
 +
is a context-free grammar, its thickness $  \mu _  \Gamma  ( n) $
 +
is defined similarly to the time complexity, replacing the length of the derivation by the thickness of the derivation tree. The same order of growth as the thickness (for a context-free grammar) is displayed by the active capacity $  I _  \Gamma  ( n) $,  
 +
which is definable similarly to the capacity, the length of the string $  \omega _ {i} $
 +
being replaced by the number of occurrences of the non-terminal symbols in $  \omega _ {i} $.  
 +
The thickness of all context-free grammars is bounded from above by a logarithmic function. There exist context-free languages for which the thicknesses of arbitrary context-free grammars by which they are generated have logarithmic order of growth, such as the set of all possible  "regular sequences of parentheses"  (i.e. sequences of left and right round brackets distributed in a manner which is accepted in mathematical expressions). At the same time the languages generated by context-free grammars whose thickness is bounded by constants constitute an extensive class, coinciding with the closure of the class of linear languages (cf. [[Grammar, linear|Grammar, linear]]) with respect to permutations. There exist infinite sequences of functions with order of growth intermediate between constant and logarithmic and such that for any two successive terms of the sequence it is possible to find a context-free language for which the lowest-order thickness of its generating context-free grammar is comprised between these functions. Other characteristics of complexity of derivation in context-free grammars are also employed.
  
 
Another subject of intensive study in context-free grammars is controlling derivations. Many different concepts of controlling derivations in context-free grammars have been proposed (a large part of which also being applicable to wider classes of grammars). Thus, a matrix grammar is obtained if some set of finite sequences of grammatical rules —  "matrices"  — is specified and if the derivations which are considered admissible are those for which the sequence of applications of the rules can be subdivided into the matrices (i.e. the rules are applied by  "groups"  only). In an ordered grammar a partial order is specified on the set of rules, and it is decided to employ at each step only those for which none of the rules which precede them in the sequence are applicable to the string obtained at this moment. In a programmed grammar two sets of rules are juxtaposed with each rule:  "successful"  and  "unsuccessful"  sets, and each rule is applied in two stages. The first stage consists of a check as to whether or not the left-hand side of the rule forms part of the string obtained at the moment; if it does, the second stage consists in replacing the left-hand side of the rule by its right-hand side and selecting the rule to be employed in the following step out of the  "successful"  set; if it does not, the second stage consists of the selection of the rule to be employed in the following stage out of the  "unsuccessful"  set. The class of languages generated by programmed context-free grammars without rules with an empty right-hand side is a proper subclass of the class of context-sensitive languages and contains the class of languages generated by context-free matrix grammars and ordered context-free grammars; both these classes are more extensive than the class of context-free languages. In the presence of rules with an empty right-hand side, programmed context-free grammars generate arbitrary recursively-enumerable languages.
 
Another subject of intensive study in context-free grammars is controlling derivations. Many different concepts of controlling derivations in context-free grammars have been proposed (a large part of which also being applicable to wider classes of grammars). Thus, a matrix grammar is obtained if some set of finite sequences of grammatical rules —  "matrices"  — is specified and if the derivations which are considered admissible are those for which the sequence of applications of the rules can be subdivided into the matrices (i.e. the rules are applied by  "groups"  only). In an ordered grammar a partial order is specified on the set of rules, and it is decided to employ at each step only those for which none of the rules which precede them in the sequence are applicable to the string obtained at this moment. In a programmed grammar two sets of rules are juxtaposed with each rule:  "successful"  and  "unsuccessful"  sets, and each rule is applied in two stages. The first stage consists of a check as to whether or not the left-hand side of the rule forms part of the string obtained at the moment; if it does, the second stage consists in replacing the left-hand side of the rule by its right-hand side and selecting the rule to be employed in the following step out of the  "successful"  set; if it does not, the second stage consists of the selection of the rule to be employed in the following stage out of the  "unsuccessful"  set. The class of languages generated by programmed context-free grammars without rules with an empty right-hand side is a proper subclass of the class of context-sensitive languages and contains the class of languages generated by context-free matrix grammars and ordered context-free grammars; both these classes are more extensive than the class of context-free languages. In the presence of rules with an empty right-hand side, programmed context-free grammars generate arbitrary recursively-enumerable languages.
  
 
==Algorithmic problems.==
 
==Algorithmic problems.==
There exist algorithms by means of which it is possible to tell whether a language generated by some context-free grammar is empty or finite. However, the following properties of languages and relations between different languages are undecidable for the class of context-free grammars: whether the complement is empty, finite or context-free; whether the language is ambiguous, deterministic, linear, or regular; <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/g/g044/g044780/g04478049.png" />; <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/g/g044/g044780/g04478050.png" />. There also exist context-free grammars <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/g/g044/g044780/g04478051.png" /> and <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/g/g044/g044780/g04478052.png" /> for which there are no algorithms by which it is possible to recognize, for arbitrary strings <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/g/g044/g044780/g04478053.png" /> and <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/g/g044/g044780/g04478054.png" /> in the basic alphabet <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/g/g044/g044780/g04478055.png" /> of <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/g/g044/g044780/g04478056.png" /> (or in the basic alphabet <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/g/g044/g044780/g04478057.png" /> of <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/g/g044/g044780/g04478058.png" />), whether <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/g/g044/g044780/g04478059.png" /> can be substituted for <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/g/g044/g044780/g04478060.png" /> with respect to <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/g/g044/g044780/g04478061.png" /> and <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/g/g044/g044780/g04478062.png" /> (or whether <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/g/g044/g044780/g04478063.png" /> and <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/g/g044/g044780/g04478064.png" /> are interchangeable with respect to <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/g/g044/g044780/g04478065.png" /> and <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/g/g044/g044780/g04478066.png" />; cf. [[Analytic model of a language|Analytic model of a language]]).
+
There exist algorithms by means of which it is possible to tell whether a language generated by some context-free grammar is empty or finite. However, the following properties of languages and relations between different languages are undecidable for the class of context-free grammars: whether the complement is empty, finite or context-free; whether the language is ambiguous, deterministic, linear, or regular; $  L _ {1} = L _ {2} $;  
 +
$  L _ {1} \subseteq L _ {2} $.  
 +
There also exist context-free grammars $  \Gamma _ {1} $
 +
and $  \Gamma _ {2} $
 +
for which there are no algorithms by which it is possible to recognize, for arbitrary strings $  x $
 +
and $  y $
 +
in the basic alphabet $  V _ {1} $
 +
of $  \Gamma _ {1} $(
 +
or in the basic alphabet $  V _ {2} $
 +
of $  \Gamma _ {2} $),  
 +
whether $  y $
 +
can be substituted for $  x $
 +
with respect to $  V _ {1} $
 +
and $  L ( \Gamma _ {1} ) $(
 +
or whether $  x $
 +
and $  y $
 +
are interchangeable with respect to $  V _ {2} $
 +
and $  L ( \Gamma _ {2} ) $;  
 +
cf. [[Analytic model of a language|Analytic model of a language]]).
  
 
==Complexity of recognition.==
 
==Complexity of recognition.==
Line 28: Line 107:
 
====References====
 
====References====
 
<table><TR><TD valign="top">[1]</TD> <TD valign="top">  S. Ginsburg,  "The mathematical theory of context-free languages" , McGraw-Hill  (1966)</TD></TR></table>
 
<table><TR><TD valign="top">[1]</TD> <TD valign="top">  S. Ginsburg,  "The mathematical theory of context-free languages" , McGraw-Hill  (1966)</TD></TR></table>
 
 
  
 
====Comments====
 
====Comments====
Line 36: Line 113:
 
The most common form of a context-free grammar with a control of derivations is the attribute grammar introduced by D.E. Knuth. For further information on controlled grammars see [[#References|[a9]]].
 
The most common form of a context-free grammar with a control of derivations is the attribute grammar introduced by D.E. Knuth. For further information on controlled grammars see [[#References|[a9]]].
  
With respect to the complexity of recognizing the strings in a deterministic context-free grammar, the main achievement of the past decade has been the design of a recognition algorithm which simultaneously operates in polynomial time and space <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/g/g044/g044780/g04478067.png" /> by Cook. Parsing algorithms for general context-free languages which operate in time <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/g/g044/g044780/g04478068.png" /> have been described by J. Earley, T. Kasami and D.H. Younger. L.G. Valiant has shown that the time complexity for context-free recognition can be reduced to <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/g/g044/g044780/g04478069.png" />, where <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/g/g044/g044780/g04478070.png" /> denotes the famous matrix-multiplication exponent (currently, <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/g/g044/g044780/g04478071.png" />).
+
With respect to the complexity of recognizing the strings in a deterministic context-free grammar, the main achievement of the past decade has been the design of a recognition algorithm which simultaneously operates in polynomial time and space $  O (  \mathop{\rm log}  ^ {2} ( n) ) $
 +
by Cook. Parsing algorithms for general context-free languages which operate in time $  O ( n  ^ {3} ) $
 +
have been described by J. Earley, T. Kasami and D.H. Younger. L.G. Valiant has shown that the time complexity for context-free recognition can be reduced to $  O ( n  ^  \gamma  ) $,  
 +
where $  \gamma $
 +
denotes the famous matrix-multiplication exponent (currently, $  \gamma = 2. 38 \dots $).
  
 
See also [[Formal languages and automata|Formal languages and automata]].
 
See also [[Formal languages and automata|Formal languages and automata]].
  
 
====References====
 
====References====
<table><TR><TD valign="top">[a1]</TD> <TD valign="top">  J.E. Hopcroft,  J.D. Ulman,  "Introduction to automata theory, languages and computation" , Addison-Wesley  (1979)</TD></TR><TR><TD valign="top">[a2]</TD> <TD valign="top">  D.E. Knuth,  "Semantics of context-free languages"  ''Math. Syst. Theory'' , '''2'''  (1968)  pp. 127–145</TD></TR><TR><TD valign="top">[a3]</TD> <TD valign="top">  A.V. Aho,  J.D. Ullman,  "The theory of parsing, translation and compiling" , '''1–2''' , Prentice-Hall  (1973)</TD></TR><TR><TD valign="top">[a4]</TD> <TD valign="top">  H.R. Lewis,  C.H. Papadimitriou,  "Elements of the theory of computation" , Prentice-Hall  (1981)</TD></TR><TR><TD valign="top">[a5]</TD> <TD valign="top">  J. Earley,  "An effective context-free parsing algorithm"  ''Commun. ACM'' , '''13'''  (1970)  pp. 94–102</TD></TR><TR><TD valign="top">[a6]</TD> <TD valign="top">  T. Kasami,  "An effective recognition and syntax algorithm for context-free languages" , ''Report AFCRL-65–758'' , Air Force Cambridge Research Lab.  (1965)</TD></TR><TR><TD valign="top">[a7]</TD> <TD valign="top">  D.H. Younger,  "Recognition and parsing context-free languages in time <img align="absmiddle" border="0" src="https://www.encyclopediaofmath.org/legacyimages/g/g044/g044780/g04478072.png" />"  ''Inf. and Control'' , '''10'''  (1967)  pp. 189–208</TD></TR><TR><TD valign="top">[a8]</TD> <TD valign="top">  L.G. Valiant,  "General context-free recognition in less than cubic time"  ''J. Comput. System Sci.'' , '''10'''  (1975)  pp. 308–315</TD></TR><TR><TD valign="top">[a9]</TD> <TD valign="top">  A. Salomaa,  "Formal languages" , Acad. Press  (1973)</TD></TR></table>
+
<table>
 +
<TR><TD valign="top">[a1]</TD> <TD valign="top">  J.E. Hopcroft,  J.D. Ulman,  "Introduction to automata theory, languages and computation" , Addison-Wesley  (1979)</TD></TR>
 +
<TR><TD valign="top">[a2]</TD> <TD valign="top">  D.E. Knuth,  "Semantics of context-free languages"  ''Math. Syst. Theory'' , '''2'''  (1968)  pp. 127–145</TD></TR><TR><TD valign="top">[a3]</TD> <TD valign="top">  A.V. Aho,  J.D. Ullman,  "The theory of parsing, translation and compiling" , '''1–2''' , Prentice-Hall  (1973)</TD></TR>
 +
<TR><TD valign="top">[a4]</TD> <TD valign="top">  H.R. Lewis,  C.H. Papadimitriou,  "Elements of the theory of computation" , Prentice-Hall  (1981)</TD></TR>
 +
<TR><TD valign="top">[a5]</TD> <TD valign="top">  J. Earley,  "An effective context-free parsing algorithm"  ''Commun. ACM'' , '''13'''  (1970)  pp. 94–102</TD></TR>
 +
<TR><TD valign="top">[a6]</TD> <TD valign="top">  T. Kasami,  "An effective recognition and syntax algorithm for context-free languages" , ''Report AFCRL-65–758'' , Air Force Cambridge Research Lab.  (1965)</TD></TR>
 +
<TR><TD valign="top">[a7]</TD> <TD valign="top">  D.H. Younger,  "Recognition and parsing context-free languages in time $n^3$"  ''Inf. and Control'' , '''10'''  (1967)  pp. 189–208</TD></TR>
 +
<TR><TD valign="top">[a8]</TD> <TD valign="top">  L.G. Valiant,  "General context-free recognition in less than cubic time"  ''J. Comput. System Sci.'' , '''10'''  (1975)  pp. 308–315</TD></TR>
 +
<TR><TD valign="top">[a9]</TD> <TD valign="top">  A. Salomaa,  "Formal languages" , Acad. Press  (1973)</TD></TR>
 +
</table>

Latest revision as of 07:50, 18 November 2023


CF-grammar

A context-sensitive grammar (cf. Grammar, context-sensitive) all rules of which have the form $ A \rightarrow \theta $, where $ A $ is a non-terminal symbol and $ \theta $ is a non-empty string (the so-called context-free rules). Languages generated by such grammars are said to be context-free languages. Thus, the language $ \{ {a ^ {n} b ^ {n} } : {n = 1, 2 ,\dots } \} $ is generated by the context-free grammar with rules $ I \rightarrow aIb $, $ I \rightarrow ab $, where $ I $ is an initial symbol.

The condition that $ \theta $ be non-empty may be omitted from the definition of a context-free language without materially altering the class of languages thereby (the only additional languages are those obtained from context-free languages by addition of the empty string). Context-free grammars constitute the class of formal grammars (cf. Grammar, formal) which is most frequently employed in applications; they are extensively used in the construction of mathematical models of natural languages (cf. Mathematical linguistics) and in the description of programming languages. The class of context-free languages is a proper subclass of the class of context-sensitive languages (e.g. the context-sensitive language $ \{ {a ^ {n} b ^ {n} c ^ {n} } : {n = 1, 2 ,\dots } \} $ is not context-free, cf. Grammar, context-sensitive) and coincides with the class of languages accepted by so-called push-down automata.

Each context-free grammar can be transformed, in an equivalent way, into Chomsky normal form — a context-free grammar all rules of which have the form $ A \rightarrow BC $ and $ A \rightarrow a $, and also into Greibach normal form, all rules of which have the form $ A \rightarrow a B C $, $ A \rightarrow aB $ and $ A \rightarrow a $( in both cases $ A, B, C $ are non-terminal symbols, while $ a $ is a terminal symbol). Context-free languages are also defined by categorial grammars, dominating grammars and dependency grammars (cf. Grammar, categorial; Grammar, dominating). Context-free languages are also sometimes defined by so-called normal systems of equations in languages, which are another form of notation of context-free grammars. The class of context-free languages is closed with respect to union, concatenation, permutation, and truncated iteration (and, in the presence of rules with an empty right-hand side, also with respect to iteration), and are not closed under intersection and complementation. A context-free grammar $ \Gamma $ is called unambiguous if for each string of the language $ L ( \Gamma ) $ there is a unique derivation tree in $ \Gamma $. A context-free language is called unambiguous if it is generated by some unambiguous context-free grammar; otherwise it is called ambiguous (or inherently ambiguous). The following is an example of an ambiguous context-free language:

$$ \{ {a ^ {n} b ^ {n} c ^ {m} } : {n, m = 1, 2 ,\dots } \} \cup \{ {a ^ {m} b ^ {n} c ^ {n} } : {n, m = 1, 2 ,\dots } \} . $$

If, for any context-free grammar generating a context-free language $ L $ and for any natural number $ n $, it is possible to find a string in $ L $ with more than $ n $ derivation trees in the given grammar, then $ L $ is said to have infinite degree of ambiguousness; an example is the language $ \{ {x \widehat{x} y \widehat{y} } : {x, y \in \{ a _ {1} , a _ {2} \} ^ {+} } \} $, where $ \widehat{ {}} $ indicates reversal (i.e. if $ x = a _ {i _ {1} } \dots a _ {i _ {k} } $, then $ \widehat{x} = a _ {i _ {k} } \dots a _ {i _ {1} } $).

A context-free language is said to be deterministic if it is accepted by some deterministic push-down automaton. Any deterministic language is unambiguous, but the converse is not true; for example, the unambiguous language $ \{ {x \widehat{x} } : {x \in \{ a _ {1} , a _ {2} \} ^ {+} }\} $ is not deterministic.

Complexity of derivation.

For any context-free grammar, the time complexity (number of elementary derivation steps) and the space complexity (maximal length intermediate phrase in derivation) of a derivation (cf. Grammar, generative) are bounded by linear functions from above and from below. For this reason other specific characteristics of the complexity of derivation are also introduced in the classification of context-free grammars. These characteristics are of two types: some of them ( "tree-like" characteristics) are constructed by representing the result in the form of a tree (cf. Grammar, context-sensitive), others ( "chain-like" characteristics) are based on the number or the distribution of the occurrences of non-terminal symbols into the individual steps of the derivation; in a number of important cases the "tree-like" characteristics may be connected to the "chain-like" characteristics with the same order of growth. Of the "tree-like" characteristics, the finest classification is given by the thickness, which is defined as follows. 1) To each vertex $ \alpha $ of a finite rooted tree is assigned a density of $ \alpha $, a number $ \mu ( \alpha ) $, such that: if $ \alpha $ is a terminal vertex, then $ \mu ( \alpha ) = 0 $; if $ \beta _ {1} \dots \beta _ {s} $ are all the vertices entered into by arcs from $ \alpha $, if $ s > 0 $ and if $ m = \max \{ \mu ( \beta _ {1} ) \dots \mu ( \beta _ {s} ) \} $, then: a) if $ m = \mu ( \beta _ {i} ) $ only for one $ i = 1 \dots s $, then $ \mu ( \alpha ) = m $; b) otherwise $ \mu ( \alpha ) = m + 1 $. 2) The thickness of the root of the tree is said to be the thickness of the tree. 3) If $ \Gamma $ is a context-free grammar, its thickness $ \mu _ \Gamma ( n) $ is defined similarly to the time complexity, replacing the length of the derivation by the thickness of the derivation tree. The same order of growth as the thickness (for a context-free grammar) is displayed by the active capacity $ I _ \Gamma ( n) $, which is definable similarly to the capacity, the length of the string $ \omega _ {i} $ being replaced by the number of occurrences of the non-terminal symbols in $ \omega _ {i} $. The thickness of all context-free grammars is bounded from above by a logarithmic function. There exist context-free languages for which the thicknesses of arbitrary context-free grammars by which they are generated have logarithmic order of growth, such as the set of all possible "regular sequences of parentheses" (i.e. sequences of left and right round brackets distributed in a manner which is accepted in mathematical expressions). At the same time the languages generated by context-free grammars whose thickness is bounded by constants constitute an extensive class, coinciding with the closure of the class of linear languages (cf. Grammar, linear) with respect to permutations. There exist infinite sequences of functions with order of growth intermediate between constant and logarithmic and such that for any two successive terms of the sequence it is possible to find a context-free language for which the lowest-order thickness of its generating context-free grammar is comprised between these functions. Other characteristics of complexity of derivation in context-free grammars are also employed.

Another subject of intensive study in context-free grammars is controlling derivations. Many different concepts of controlling derivations in context-free grammars have been proposed (a large part of which also being applicable to wider classes of grammars). Thus, a matrix grammar is obtained if some set of finite sequences of grammatical rules — "matrices" — is specified and if the derivations which are considered admissible are those for which the sequence of applications of the rules can be subdivided into the matrices (i.e. the rules are applied by "groups" only). In an ordered grammar a partial order is specified on the set of rules, and it is decided to employ at each step only those for which none of the rules which precede them in the sequence are applicable to the string obtained at this moment. In a programmed grammar two sets of rules are juxtaposed with each rule: "successful" and "unsuccessful" sets, and each rule is applied in two stages. The first stage consists of a check as to whether or not the left-hand side of the rule forms part of the string obtained at the moment; if it does, the second stage consists in replacing the left-hand side of the rule by its right-hand side and selecting the rule to be employed in the following step out of the "successful" set; if it does not, the second stage consists of the selection of the rule to be employed in the following stage out of the "unsuccessful" set. The class of languages generated by programmed context-free grammars without rules with an empty right-hand side is a proper subclass of the class of context-sensitive languages and contains the class of languages generated by context-free matrix grammars and ordered context-free grammars; both these classes are more extensive than the class of context-free languages. In the presence of rules with an empty right-hand side, programmed context-free grammars generate arbitrary recursively-enumerable languages.

Algorithmic problems.

There exist algorithms by means of which it is possible to tell whether a language generated by some context-free grammar is empty or finite. However, the following properties of languages and relations between different languages are undecidable for the class of context-free grammars: whether the complement is empty, finite or context-free; whether the language is ambiguous, deterministic, linear, or regular; $ L _ {1} = L _ {2} $; $ L _ {1} \subseteq L _ {2} $. There also exist context-free grammars $ \Gamma _ {1} $ and $ \Gamma _ {2} $ for which there are no algorithms by which it is possible to recognize, for arbitrary strings $ x $ and $ y $ in the basic alphabet $ V _ {1} $ of $ \Gamma _ {1} $( or in the basic alphabet $ V _ {2} $ of $ \Gamma _ {2} $), whether $ y $ can be substituted for $ x $ with respect to $ V _ {1} $ and $ L ( \Gamma _ {1} ) $( or whether $ x $ and $ y $ are interchangeable with respect to $ V _ {2} $ and $ L ( \Gamma _ {2} ) $; cf. Analytic model of a language).

Complexity of recognition.

A string can be recognized as belonging to the language generated by a given context-free grammar with the aid of Cook's algorithm, which can be run on a Turing machine with one tape and one head, the duration of the run then being proportional to the fourth power of the string length (or to the third power if the number of tapes or heads is increased to three).

See also Grammar, regular; Grammar, linear.

References

[1] S. Ginsburg, "The mathematical theory of context-free languages" , McGraw-Hill (1966)

Comments

The active capacity is also called the index (cf. [a9]).

The most common form of a context-free grammar with a control of derivations is the attribute grammar introduced by D.E. Knuth. For further information on controlled grammars see [a9].

With respect to the complexity of recognizing the strings in a deterministic context-free grammar, the main achievement of the past decade has been the design of a recognition algorithm which simultaneously operates in polynomial time and space $ O ( \mathop{\rm log} ^ {2} ( n) ) $ by Cook. Parsing algorithms for general context-free languages which operate in time $ O ( n ^ {3} ) $ have been described by J. Earley, T. Kasami and D.H. Younger. L.G. Valiant has shown that the time complexity for context-free recognition can be reduced to $ O ( n ^ \gamma ) $, where $ \gamma $ denotes the famous matrix-multiplication exponent (currently, $ \gamma = 2. 38 \dots $).

See also Formal languages and automata.

References

[a1] J.E. Hopcroft, J.D. Ulman, "Introduction to automata theory, languages and computation" , Addison-Wesley (1979)
[a2] D.E. Knuth, "Semantics of context-free languages" Math. Syst. Theory , 2 (1968) pp. 127–145
[a3] A.V. Aho, J.D. Ullman, "The theory of parsing, translation and compiling" , 1–2 , Prentice-Hall (1973)
[a4] H.R. Lewis, C.H. Papadimitriou, "Elements of the theory of computation" , Prentice-Hall (1981)
[a5] J. Earley, "An effective context-free parsing algorithm" Commun. ACM , 13 (1970) pp. 94–102
[a6] T. Kasami, "An effective recognition and syntax algorithm for context-free languages" , Report AFCRL-65–758 , Air Force Cambridge Research Lab. (1965)
[a7] D.H. Younger, "Recognition and parsing context-free languages in time $n^3$" Inf. and Control , 10 (1967) pp. 189–208
[a8] L.G. Valiant, "General context-free recognition in less than cubic time" J. Comput. System Sci. , 10 (1975) pp. 308–315
[a9] A. Salomaa, "Formal languages" , Acad. Press (1973)
How to Cite This Entry:
Grammar, context-free. Encyclopedia of Mathematics. URL: http://encyclopediaofmath.org/index.php?title=Grammar,_context-free&oldid=19023
This article was adapted from an original article by A.V. Gladkii (originator), which appeared in Encyclopedia of Mathematics - ISBN 1402006098. See original article