summaryrefslogtreecommitdiff
path: root/test/phase7/concurrent-later.tex
diff options
context:
space:
mode:
Diffstat (limited to 'test/phase7/concurrent-later.tex')
-rw-r--r--test/phase7/concurrent-later.tex11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/phase7/concurrent-later.tex b/test/phase7/concurrent-later.tex
new file mode 100644
index 0000000..2daf8e9
--- /dev/null
+++ b/test/phase7/concurrent-later.tex
@@ -0,0 +1,11 @@
+\begin{axiom}\label{phase7_concurrent_later_axiom}
+ For all $x$ we have $x = x$.
+\end{axiom}
+
+\begin{proposition}\label{phase7_concurrent_later_failure}
+ For all $x$ we have $x = x$.
+\end{proposition}
+\begin{proof}
+ Fix $x$.
+ Follows by assumption.
+\end{proof}