summaryrefslogtreecommitdiff
path: root/test/phase7/dependent-proof-chain.tex
blob: 3d70f47354c11dd198a8fee3dfb7c4cb5f6361b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
\begin{proposition}\label{phase7_dependent_proof}
    For all $x$ we have $x = x$.
\end{proposition}
\begin{proof}
    Fix $x$.
    Show $x = x$.
    \begin{subproof}
        Follows by assumption.
    \end{subproof}
    Follows by assumption.
\end{proof}