User:Jon Awbrey/BOX
Blank Form
| ||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||
|
Formal Grammars
\(\mathfrak{C} (\mathfrak{P}) : \text{Grammar 1}\!\) |
\(\mathfrak{Q} = \varnothing\) |
\(\begin{array}{rcll} 1. & S & :> & m_1 \ = \ ^{\backprime\backprime} \operatorname{~} ^{\prime\prime} \\ 2. & S & :> & p_j, \, \text{for each} \, j \in J \\ 3. & S & :> & \operatorname{Conc}^0 \ = \ ^{\backprime\backprime\prime\prime} \\ 4. & S & :> & \operatorname{Surc}^0 \ = \ ^{\backprime\backprime} \, \operatorname{()} \, ^{\prime\prime} \\ 5. & S & :> & S^* \\ 6. & S & :> & ^{\backprime\backprime} \, \operatorname{(} \, ^{\prime\prime} \, \cdot \, S \, \cdot \, ( \, ^{\backprime\backprime} \operatorname{,} ^{\prime\prime} \, \cdot \, S \, )^* \, \cdot \, ^{\backprime\backprime} \, \operatorname{)} \, ^{\prime\prime} \\ \end{array}\) |
\(\mathfrak{C} (\mathfrak{P}) : \text{Grammar 2}\!\) |
\(\mathfrak{Q} = \{ \, ^{\backprime\backprime} \, T \, ^{\prime\prime} \, \}\) |
\(\begin{array}{rcll} 1. & S & :> & \varepsilon \\ 2. & S & :> & m_1 \\ 3. & S & :> & p_j, \, \text{for each} \, j \in J \\ 4. & S & :> & S \, \cdot \, S \\ 5. & S & :> & ^{\backprime\backprime} \, \operatorname{(} \, ^{\prime\prime} \, \cdot \, T \, \cdot \, ^{\backprime\backprime} \, \operatorname{)} \, ^{\prime\prime} \\ 6. & T & :> & S \\ 7. & T & :> & T \, \cdot \, ^{\backprime\backprime} \operatorname{,} ^{\prime\prime} \, \cdot \, S \\ \end{array}\) |
\(\mathfrak{C} (\mathfrak{P}) : \text{Grammar 3}\!\) |
\(\mathfrak{Q} = \{ \, ^{\backprime\backprime} \, F \, ^{\prime\prime}, \, ^{\backprime\backprime} \, R \, ^{\prime\prime}, \, ^{\backprime\backprime} \, T \, ^{\prime\prime} \, \}\) |
\(\begin{array}{rcll} 1. & S & :> & R \\ 2. & S & :> & F \\ 3. & S & :> & S \, \cdot \, S \\ 4. & R & :> & \varepsilon \\ 5. & R & :> & m_1 \\ 6. & R & :> & p_j, \, \text{for each} \, j \in J \\ 7. & R & :> & R \, \cdot \, R \\ 8. & F & :> & ^{\backprime\backprime} \, \operatorname{(} \, ^{\prime\prime} \, \cdot \, T \, \cdot \, ^{\backprime\backprime} \, \operatorname{)} \, ^{\prime\prime} \\ 9. & T & :> & S \\ 10. & T & :> & T \, \cdot \, ^{\backprime\backprime} \operatorname{,} ^{\prime\prime} \, \cdot \, S \\ \end{array}\) |
\(\mathfrak{C} (\mathfrak{P}) : \text{Grammar 4}\!\) |
\(\mathfrak{Q} = \{ \, ^{\backprime\backprime} \, S' \, ^{\prime\prime}, \, ^{\backprime\backprime} \, T \, ^{\prime\prime}, \, ^{\backprime\backprime} \, T' \, ^{\prime\prime} \, \}\) |
\(\begin{array}{rcll} 1. & S & :> & \varepsilon \\ 2. & S & :> & S' \\ 3. & S' & :> & m_1 \\ 4. & S' & :> & p_j, \, \text{for each} \, j \in J \\ 5. & S' & :> & ^{\backprime\backprime} \, \operatorname{(} \, ^{\prime\prime} \, \cdot \, T \, \cdot \, ^{\backprime\backprime} \, \operatorname{)} \, ^{\prime\prime} \\ 6. & S' & :> & S' \, \cdot \, S' \\ 7. & T & :> & \varepsilon \\ 8. & T & :> & T' \\ 9. & T' & :> & T \, \cdot \, ^{\backprime\backprime} \operatorname{,} ^{\prime\prime} \, \cdot \, S \\ \end{array}\) |
\(\mathfrak{C} (\mathfrak{P}) : \text{Grammar 5}\!\) |
\(\mathfrak{Q} = \{ \, ^{\backprime\backprime} \, S' \, ^{\prime\prime}, \, ^{\backprime\backprime} \, T \, ^{\prime\prime} \, \}\) |
\(\begin{array}{rcll} 1. & S & :> & \varepsilon \\ 2. & S & :> & S' \\ 3. & S' & :> & m_1 \\ 4. & S' & :> & p_j, \, \text{for each} \, j \in J \\ 5. & S' & :> & S' \, \cdot \, S' \\ 6. & S' & :> & ^{\backprime\backprime} \, \operatorname{()} \, ^{\prime\prime} \\ 7. & S' & :> & ^{\backprime\backprime} \, \operatorname{(} \, ^{\prime\prime} \, \cdot \, T \, \cdot \, ^{\backprime\backprime} \, \operatorname{)} \, ^{\prime\prime} \\ 8. & T & :> & ^{\backprime\backprime} \, \operatorname{,} \, ^{\prime\prime} \\ 9. & T & :> & S' \\ 10. & T & :> & T \, \cdot \, ^{\backprime\backprime} \, \operatorname{,} \, ^{\prime\prime} \\ 11. & T & :> & T \, \cdot \, ^{\backprime\backprime} \, \operatorname{,} \, ^{\prime\prime} \, \cdot \, S' \\ \end{array}\) |
\(\mathfrak{C} (\mathfrak{P}) : \text{Grammar 6}\!\) |
\(\mathfrak{Q} = \{ \, ^{\backprime\backprime} \, S' \, ^{\prime\prime}, \, ^{\backprime\backprime} \, F \, ^{\prime\prime}, \, ^{\backprime\backprime} \, R \, ^{\prime\prime}, \, ^{\backprime\backprime} \, T \, ^{\prime\prime} \, \}\) |
\(\begin{array}{rcll} 1. & S & :> & \varepsilon \\ 2. & S & :> & S' \\ 3. & S' & :> & R \\ 4. & S' & :> & F \\ 5. & S' & :> & S' \, \cdot \, S' \\ 6. & R & :> & m_1 \\ 7. & R & :> & p_j, \, \text{for each} \, j \in J \\ 8. & R & :> & R \, \cdot \, R \\ 9. & F & :> & ^{\backprime\backprime} \, \operatorname{()} \, ^{\prime\prime} \\ 10. & F & :> & ^{\backprime\backprime} \, \operatorname{(} \, ^{\prime\prime} \, \cdot \, T \, \cdot \, ^{\backprime\backprime} \, \operatorname{)} \, ^{\prime\prime} \\ 11. & T & :> & ^{\backprime\backprime} \, \operatorname{,} \, ^{\prime\prime} \\ 12. & T & :> & S' \\ 13. & T & :> & T \, \cdot \, ^{\backprime\backprime} \, \operatorname{,} \, ^{\prime\prime} \\ 14. & T & :> & T \, \cdot \, ^{\backprime\backprime} \, \operatorname{,} \, ^{\prime\prime} \, \cdot \, S' \\ \end{array}\) |
Proof Schemata
Definition 1
Variant 1
\(\text{Definition 1}\!\) | |||
\(\text{If}\!\) | \(Q \subseteq X\) | ||
\(\text{then}\!\) | \(\upharpoonleft Q \upharpoonright ~:~ X \to \underline\mathbb{B}\) | ||
\(\text{such that:}\!\) | |||
\(\text{D1a.}\!\) | \(\upharpoonleft Q \upharpoonright (x) ~\Leftrightarrow~ x \in Q\) | \(\forall x \in X\) |
Variant 2
| |||||||||
| |||||||||
|
Rule 1
\(\text{Rule 1}\!\) | |||
\(\text{If}\!\) | \(Q \subseteq X\) | ||
\(\text{then}\!\) | \(\upharpoonleft Q \upharpoonright ~:~ X \to \underline\mathbb{B}\) | ||
\(\text{and if}\!\) | \(x \in X\) | ||
\(\text{then}\!\) | \(\text{the following are equivalent:}\!\) | ||
\(\text{R1a.}\!\) | \(x \in Q\) | ||
\(\text{R1b.}\!\) | \(\upharpoonleft Q \upharpoonright (x)\) |
Rule 2
\(\text{Rule 2}\!\) | |||
\(\text{If}\!\) | \(f : X \to \underline\mathbb{B}\) | ||
\(\text{and}\!\) | \(x \in X\) | ||
\(\text{then}\!\) | \(\text{the following are equivalent:}\!\) | ||
\(\text{R2a.}\!\) | \(f(x)\!\) | ||
\(\text{R2b.}\!\) | \(f(x) = \underline{1}\) |
Rule 3
Variant 1
\(\text{Rule 3}\!\) | |||
\(\text{If}\!\) | \(Q \subseteq X\) | ||
\(\text{and}\!\) | \(x \in X\) | ||
\(\text{then}\!\) | \(\text{the following are equivalent:}\!\) | ||
\(\text{R3a.}\!\) | \(x \in Q\) | \(\text{R3a : R1a}\!\) | |
\(::\!\) | |||
\(\text{R3b.}\!\) | \(\upharpoonleft Q \upharpoonright (x)\) |
\(\text{R3b : R1b}\!\) \(\text{R3b : R2a}\!\) | |
\(::\!\) | |||
\(\text{R3c.}\!\) | \(\upharpoonleft Q \upharpoonright (x) = \underline{1}\) | \(\text{R3c : R2b}\!\) |
Variant 2
| ||||||||||||||||||||
| ||||||||||||||||||||
|
Corollary 1
\(\text{Corollary 1}\!\) | |||
\(\text{If}\!\) | \(Q \subseteq X\) | ||
\(\text{and}\!\) | \(x \in X\) | ||
\(\text{then}\!\) | \(\text{the following statement is true:}\!\) | ||
\(\text{C1a.}\!\) |
\(x \in Q ~\Leftrightarrow~ \upharpoonleft Q \upharpoonright (x) = \underline{1}\) |
\(\text{R3a} \Leftrightarrow \text{R3c}\) |
Rule 4
\(\text{Rule 4}\!\) | |||
\(\text{If}\!\) | \(Q \subseteq X ~\text{is fixed}\) | ||
\(\text{and}\!\) | \(x \in X ~\text{is varied}\) | ||
\(\text{then}\!\) | \(\text{the following are equivalent:}\!\) | ||
\(\text{R4a.}\!\) | \(x \in Q\) | ||
\(\text{R4b.}\!\) | \(\downharpoonleft x \in Q \downharpoonright\) | ||
\(\text{R4c.}\!\) | \(\downharpoonleft x \in Q \downharpoonright (x)\) | ||
\(\text{R4d.}\!\) | \(\upharpoonleft Q \upharpoonright (x)\) | ||
\(\text{R4e.}\!\) | \(\upharpoonleft Q \upharpoonright (x) = \underline{1}\) |
Translation Rules
Logical Translation Rule 0
| |||||||||||||||
| |||||||||||||||
|
Logical Translation Rule 1
| ||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||
|
Geometric Translation Rule 1
| ||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||
|
Logical Translation Rule 2
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Geometric Translation Rule 2
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Value Rule 1
Editing Note. There are several versions of this Rule in the last couple of drafts I can find. I will try to figure out what's at issue here as I mark them up.
Variant 1
| ||||||||||||
| ||||||||||||
|
Variant 2
| |||||||||
| |||||||||
|
Variant 3
A rule that allows one to turn equivalent sentences into identical propositions:
\((s ~\Leftrightarrow~ t) \quad \Leftrightarrow \quad (\downharpoonleft s \downharpoonright ~=~ \downharpoonleft t \downharpoonright)\) |
Consider the following pair of expressions:
\(\downharpoonleft v ~=~ w \downharpoonright (v, w)\) |
\(\downharpoonleft v(x) ~=~ w(x) \downharpoonright (x)\) |
| |||||||||
| |||||||||
|
Variant 4
| |||||||||
| |||||||||
|
Variant 5
| |||||||||
| |||||||||
|
Evaluation Rule 1
| ||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||
|
Definition 2
Variant 1
| ||||||||
| ||||||||
|
Variant 2
| ||||||
| ||||||
|
Definition 3
Variant 1
| ||||||||
| ||||||||
|
Variant 2
| ||||||
| ||||||
|
Variant 3
| ||||||
| ||||||
|
Definition 4
| ||||||
| ||||||
|
Definition 5
Variant 1
| ||||||
| ||||||
|
Variant 2
| ||||||
| ||||||
|
Variant 3
| ||||||
| ||||||
|
Definition 6
| |||||||||
| |||||||||
|
Definition 7
| ||||||
| ||||||
|
Rule 5
| ||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||
|
Rule 6
| ||||||||||||||||||||
| ||||||||||||||||||||
|
Rule 7
| ||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||
|
Rule 8
| ||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Rule 9
| ||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Rule 10
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Rule 11
| ||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||
|
Fact 1
Variant 1
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Variant 2
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Definition 8
| |||||||||||||||
| |||||||||||||||
|
Definition 9
| |||||||||||||||||||||
| |||||||||||||||||||||
|
Definition 10
| |||||||||||||||
| |||||||||||||||
|
Definition 11
| |||||||||||||||||||||
| |||||||||||||||||||||
|
Definition 12
| ||||||||||||||||||||||||
| ||||||||||||||||||||||||
|
Definition 13
| ||||||||||||
| ||||||||||||
|
Fact 2.1
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Fact 2.2
Variant 1
| ||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||
|
Variant 2
| |||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||
|
Fact 2.3
| ||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||
|