Changes

MyWikiBiz, Author Your Legacy — Saturday June 29, 2024
Jump to navigationJump to search
Line 654: Line 654:  
|}
 
|}
   −
<pre>
+
In order to transform these recursive definitions into grammar rules, one introduces a new pair of intermediate symbols, <math>\operatorname{Conc}</math> and <math>\operatorname{Surc},</math> corresponding to the operations that share the same names but ignoring the inflexions of their individual parameters <math>j\!</math> and <math>k.\!</math> Recognizing the
In order to transform these recursive definitions into grammar rules,
+
type of a sentence by means of the initial symbol <math>S\!</math> and interpreting <math>\operatorname{Conc}</math> and <math>\operatorname{Surc}</math> as names for the types of strings that are generated by concatenation and by surcatenation, respectively, one arrives at the following transformation of the ruling operator definitions into the form of covering grammar rules:
one introduces a new pair of intermediate symbols, "Conc" and "Surc",
  −
corresponding to the operations that share the same names but ignoring
  −
the inflexions of their individual parameters j and k.  Recognizing the
  −
type of a sentence by means of the initial symbol "S", and interpreting
  −
"Conc" and "Surc" as names for the types of strings that are generated
  −
by concatenation and by surcatenation, respectively, one arrives at
  −
the following transformation of the ruling operator definitions
  −
into the form of covering grammar rules:
     −
1. Conc :> "".
+
{| align="center" cellpadding="8" width="90%"
 
+
|
    Conc :> Conc · S.
+
<math>\begin{array}{llll}
 
+
1.
2. Surc :> "-()-".
+
& \operatorname{Conc}
 
+
& :>
    Surc :> "-(" · S · ")-".
+
& ^{\backprime\backprime\prime\prime}
 
+
\\ \\
    Surc :> Surc ")-"^(-1) · "," · S · ")-".
+
& \operatorname{Conc}
 +
& :>
 +
& \operatorname{Conc} \cdot S
 +
\\ \\
 +
2.
 +
& \operatorname{Surc}
 +
& :>
 +
& ^{\backprime\backprime} \, \operatorname{()} \, ^{\prime\prime}
 +
\\ \\
 +
& \operatorname{Surc}
 +
& :>
 +
& ^{\backprime\backprime} \, \operatorname{(} \, ^{\prime\prime} \, \cdot \, S \, \cdot \, ^{\backprime\backprime} \, \operatorname{)} \, ^{\prime\prime}
 +
\\ \\
 +
& \operatorname{Surc}
 +
& :>
 +
& \operatorname{Surc} \, \cdot \, ( \, ^{\backprime\backprime} \, \operatorname{)} \, ^{\prime\prime} \, )^{-1} \, \cdot \, ^{\backprime\backprime} \operatorname{,} ^{\prime\prime} \, \cdot \, S \, \cdot \, ^{\backprime\backprime} \, \operatorname{)} \, ^{\prime\prime}
 +
\end{array}</math>
 +
|}
    +
<pre>
 
As given, this particular fragment of the intended grammar
 
As given, this particular fragment of the intended grammar
 
contains a couple of features that are desirable to amend.
 
contains a couple of features that are desirable to amend.
12,080

edits

Navigation menu