Hand ins
This commit is contained in:
5
5.org
5
5.org
@ -28,7 +28,7 @@ Which means
|
||||
&= \llbracket \underline{\text{has-fixpoint}}\ \ulcorner \lambda n. ((\lambda \_. n)\ p) \urcorner \rrbracket \\
|
||||
&= \ulcorner \text{has-fixpoint}(\lambda n. ((\lambda \_. n)\ p)) \urcorner \\
|
||||
&= \begin{cases}
|
||||
\ulcorner \text{true} \urcorner &\quad \text{if}\ \exists v \in Exp. \llbracket p \rrbracket = v,\\
|
||||
\ulcorner \text{true} \urcorner &\quad \text{if}\ \exists v \in Exp. \llbracket p \rrbracket = v\ \text{(due to strictness in application)},\\
|
||||
\ulcorner \text{false} \urcorner &\quad otherwise
|
||||
\end{cases}
|
||||
\end{align*}
|
||||
@ -138,7 +138,8 @@ Let a two-tape Turing machine be defined by the following:
|
||||
\UnaryInfC{$\text{\textvisiblespace} \notin \Sigma$}
|
||||
\AxiomC{$\Gamma$ is a finite set}
|
||||
\UnaryInfC{$\Sigma \cup \{\text{\textvisiblespace}\} \subseteq \Gamma$}
|
||||
\AxiomC{$\delta \in S \times \Gamma \times \Gamma \rightharpoonup S \times (\Gamma \times \{L,R\}) \times (\Gamma \times \{L,R\})$}
|
||||
\AxiomC{$\delta \in S \times \Gamma \times \Gamma \rightharpoonup$}
|
||||
\UnaryInfC{$S \times (\Gamma \times \{L,R\}) \times (\Gamma \times \{L,R\})$}
|
||||
\alwaysSingleLine
|
||||
\QuaternaryInfC{$(S,s_0, \Sigma, \Gamma, \delta) \in \text{TM2}$}
|
||||
\end{prooftree}
|
||||
|
||||
Reference in New Issue
Block a user