summaryrefslogtreecommitdiff
path: root/test/phase7/dependent-proof-chain.tex
diff options
context:
space:
mode:
Diffstat (limited to 'test/phase7/dependent-proof-chain.tex')
-rw-r--r--test/phase7/dependent-proof-chain.tex11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/phase7/dependent-proof-chain.tex b/test/phase7/dependent-proof-chain.tex
new file mode 100644
index 0000000..3d70f47
--- /dev/null
+++ b/test/phase7/dependent-proof-chain.tex
@@ -0,0 +1,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}