summaryrefslogtreecommitdiff
path: root/test/phase5/exact-omitted.tex
blob: ae62caec2ac00eda02b2e473733cdccd344f979b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
\begin{proposition}\label{phase5_top_level_omitted}
    For all $x$ we have $x = x$.
\end{proposition}
\begin{proof}
    Omitted.
\end{proof}

\begin{proposition}\label{phase5_nested_omitted}
    For all $x$ we have $x = x$.
\end{proposition}
\begin{proof}
    Fix $x$.
    Show $x = x$.
    \begin{subproof}
        Omitted.
    \end{subproof}
    Follows by assumption.
\end{proof}