summaryrefslogtreecommitdiff
path: root/test/phase5/exact-induction-fixed.tex
blob: 500cc5513bad4dab288556ad1062e210f6cdbd2d (plain)
1
2
3
4
5
6
7
8
9
10
11
\begin{proposition}\label{phase5_fixed_set_induction}
    For all sets $x$ we have $x=x$.
\end{proposition}
\begin{proof}
    Fix $x$.
    Show $x=x$.
    \begin{subproof}[Proof by \in-induction on $x$]
        Follows.
    \end{subproof}
    Follows by assumption.
\end{proof}