blob: 7941c975115512743fa56ef259d6f716fb6cd372 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
\begin{definition}\label{phase5_before_runtime_failure}
$\phasefivebeforeruntimefailure = \emptyset$.
\end{definition}
\begin{proposition}\label{phase5_runtime_failure}
For all $x$ we have $x = x$.
\end{proposition}
\begin{proof}
Fix $x$.
We have $x = x$ by assumption.
Follows by assumption.
\end{proof}
|