diff options
Diffstat (limited to 'test/phase7/concurrent-earlier.tex')
| -rw-r--r-- | test/phase7/concurrent-earlier.tex | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/phase7/concurrent-earlier.tex b/test/phase7/concurrent-earlier.tex new file mode 100644 index 0000000..a6548f6 --- /dev/null +++ b/test/phase7/concurrent-earlier.tex @@ -0,0 +1,11 @@ +\begin{axiom}\label{phase7_concurrent_earlier_axiom} + For all $x$ we have $x = x$. +\end{axiom} + +\begin{proposition}\label{phase7_concurrent_earlier_failure} + For all $x$ we have $x = x$. +\end{proposition} +\begin{proof} + Fix $x$. + Follows by assumption. +\end{proof} |
