summaryrefslogtreecommitdiff
path: root/test/phase5/exact-proof-failure.tex
blob: 39c40d0d36649dc0e256a86b1f9e1db1cdb2b245 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
\begin{definition}\label{phase5_before_proof_failure}
    $\phasefivebeforeprooffailure = \emptyset$.
\end{definition}

\begin{proposition}\label{phase5_mismatched_assumption}
    For all $x$ we have if $x = x$, then $x = x$.
\end{proposition}
\begin{proof}
    Fix $x$.
    Assume $x = \emptyset$.
    Follows by assumption.
\end{proof}