Section II.III: Reductions#
Definition & Examples#
Example \(ᚠ = \text{the widening circles into nothing gone}\). Consider \(\varsigma(ᚠ)\)
Let \(u_1 = \text{the}\) and \(v_1 = \text{widening circles into nothing gone}\). Let \(w_1 = (u_1)(v_1)\). Then, \(ᚠ = (u_1)(\sigma)(v_1)\). By the Induction clause of σ-Reduction,
Let \(u_2 = \text{thewidening}\) and \(v_2 = \text{circles into nothing gone}\). Let \(w_2 = (u_2)(v_2)\). Then \(w_1 = (u_2)(\sigma)(v_2)\). By the Induction clause,
Let \(u_3 = \text{thewideningcircles}\) and \(v_3 = \text{into nothing gone}\). Let \(w_3 = (u_3)(v_3)\). Then \(w_2 = (u_3)(\sigma)(v_3)\). By the Induction clause,
Let \(u_4 = \text{thewideningcirclesinto}\) and \(v_4 = \text{nothing gone}\). Let \(w_4 = (u_4)(v_4)\). Then \(w_3 = (u_4)(\sigma)(v_4)\). By the Induction clause,
Let \(u_5 = \text{thewideningcirclesintonothing}\) and \(v_5 = \text{gone}\). Let \(w_5 = (u_5)(v_5)\). Then \(w_4 = (u_5)(\sigma)(v_5)\). By the Induction clause,
But \(neg(\sigma \subset_s w_5)\), therefore by the Basis clause,
Working back up through the recursion, the original reduction is found,
∎
Properties#
Note
All of these properties follow from the definition of σ-Reduction and the indicated axiom or theorem, and they are all understood to be quantified over \(S\).
From the definition of String Length: \(l(\varsigma(\sigma)) = l(\varepsilon) = 0\)
From the Discovery Axiom: \(\varsigma(\alpha) = \alpha\)
From the Discovery Axiom and the definition of String Length: \(l(\varsigma(\alpha)) = l(\alpha)\)
From the definition of String Length: \(l(\varsigma(s)) \leq l(s)\)
From the definition of Concatenation and the Closure Axiom: \(\varsigma(s) \in S\)
From the definition of the Delimiter Count: \(\Delta(\varsigma(s)) = 0\)
Theorems#
Proof Let \(s,t \in S\).
By Theorem 1.2.3, there are only three cases to consider.
Case I: \(\neg(\sigma \subset_s st)\)
Case II: \(\neg(\sigma \subset_s s) \land (\sigma \subset_s t)\)
Case III: \((\sigma \subset_s s) \land \neg(\sigma \subset_s t)\)
Note \((\sigma \subset_s st)\) is included in the disjunction of Case II and III.
Case I: \(\neg(\sigma \subset_s st)\)
By the contrapositive of Theorem 1.2.3,
Thus, by assumption, \(\neg(\sigma \subset_s s)\) and \(\neg(\sigma \subset_s t)\) are true.
From this and the definition of Reductions, it follows,
Thus,
Case II \(\neg(\sigma \subset_s s) \land (\sigma \subset_s t)\)
By assumption and Containment, for some \(u,v \in S\) with \(\neg(\sigma \subset_s u)\),
By the Induction clause of Reduction,
Now, consider \(st\)
By the contrapositive of Theorem 1.2.3,
Thus, \(\neg(\sigma \subset_s su)\). From this, it can be concluded,
Putting these three equalities together,
By the Induction clause Reduction,
Case III
The proof for Case III is identical to Case II, except \(s\) is decomposed into \(s = (u)(\varsigma)(v)\) with \(\neg(\sigma \subset_s v)\)
Thus all three cases are established. Summarizing and generalizing,
∎
Proof Let \(s \in S\).
(\(\rightarrow\)) Assume \(\Delta(s) = 0\). By the properties of the Delimiter Count,
Therefore, by the Basis clause of Reduction,
(\(\leftarrow\)) Assume \(\varsigma(s) = s\). By the properties of Reductions,
But by assumption,
Thus equivalence is established. Summarizing and generalizing,
∎
Proof Let \(s \in S\). The proof proceeds by induction on the number of Delimiters in \(s\).
Basis Let \(\neg(\sigma \subset_s s)\); that is, assume there are no Delimiters in \(s\) (\(\Delta(s) = 0\)). By Theorem 1.2.10 and the fact \(\sigma^{-1} = \sigma\),
Consider \((\varsigma(s))^{-1}\). By the Basis clause of the Reduction definition and the Basis assumption,
Therefore,
Consider \(\varsigma(s^{-1})\). By \(\neg (\sigma \subset_s s^{-1})\) and the Basis clause of the Reduction definition,
Induction Assume for any \(s\) with \(\Delta(s) = k\) for some \(k \geq 1\) that \((\varsigma(s))^{-1} = \varsigma(s^{-1})\).
Let \(u \in S\) such that \(\Delta(u) = k + 1\). Let \(u = (v)(\sigma)(w)\), where \(\Delta(v) = 0\) and \(\Delta(w) = k\). By Induction clause of Reduction,
Where the last equality follows from Theorem 2.2.1. Consider \((\varsigma(u))^{-1}\).By application of Theorem 1.2.10,
Consider \(u^{-1}\). By application of Theorem 1.2.10,
By Induction clause of Reduction,
From Theorem 2.2.1
Since \(\Delta(w) = k\) satisfies the inductive hypothesis,
Consider \(\varsigma(v)\). \(\Delta(v) = 0\) by construction, thus by Theorem 2.2.2,
Likewise, since \(v\) and \(v^{-1}\) contain the same Characters,
From (4) and String Inversion,
From which it follows,
Now, (3) and (5) taken together with (1) and (2) imply,
Thus, the induction is established. Summarizing and generalizing,
∎
Proof Let \(s, t \in S\) such that \(t = \varsigma(s)\). By THE properties of Reductions, \(\Delta(t) = 0\). Therefore, by Theorem 2.2.2, \(\varsigma(t) = t\). Thus, substituting in \(t\), \(\varsigma(\varsigma(s)) = \varsigma(s)\). Summarizing and generalizing,
∎
Proof Let \(s, t \in S\) such that \(s \subset_s t\). By Containment, for some \(u,v \in S\),
Consider \(\varsigma(t)\). By repeated application of Theorem 2.2.1,
Since \(\varsigma(u)\) and \(\varsigma(v)\) by the closure property of Reductions, it follows,
∎
Important
Theorem 2.2.5 is a unidirectional implication, not an equivalence. Consider,
Clearly, \(\neg(a \subset_s ᚠ)\), due to the Delimiters in \(ᚠ\). However,
So, \(\varsigma(a) \subset_s \varsigma(ᚠ)\).
Proof Let \(\zeta \in C\). Clearly \(\zeta[[i]] \subset_s \zeta\) for any \(i \in N_{\Lambda(\zeta)}\). From this and Theorem 2.2.5, it can be concluded,
By the properties of Reductions,
Therefore,
Summarizing and generalizing,
◼︎