diff options
Diffstat (limited to 'test/phase5/exact-induction-fixed.tex')
| -rw-r--r-- | test/phase5/exact-induction-fixed.tex | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/phase5/exact-induction-fixed.tex b/test/phase5/exact-induction-fixed.tex new file mode 100644 index 0000000..500cc55 --- /dev/null +++ b/test/phase5/exact-induction-fixed.tex @@ -0,0 +1,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} |
