diff options
| author | adelon <22380201+adelon@users.noreply.github.com> | 2026-08-03 03:43:13 +0200 |
|---|---|---|
| committer | adelon <22380201+adelon@users.noreply.github.com> | 2026-08-03 03:43:13 +0200 |
| commit | 31516192238499b587d831ef676ad5c28d00624a (patch) | |
| tree | 69d61273061b45b2cc7472b971c813118caab07b /test | |
| parent | 59a85f5f9e2150afc0b4db3eaa5177402ca5ddb5 (diff) | |
Support terminal exact contradiction
Diffstat (limited to 'test')
| -rw-r--r-- | test/phase5/exact-contradiction-goal.tex | 7 | ||||
| -rw-r--r-- | test/phase5/exact-contradiction.tex | 8 |
2 files changed, 15 insertions, 0 deletions
diff --git a/test/phase5/exact-contradiction-goal.tex b/test/phase5/exact-contradiction-goal.tex new file mode 100644 index 0000000..007683f --- /dev/null +++ b/test/phase5/exact-contradiction-goal.tex @@ -0,0 +1,7 @@ +\begin{proposition}\label{phase5_invalid_contradiction} + For all $A$ we have $A = A$. +\end{proposition} +\begin{proof} + Fix $A$. + Contradiction. +\end{proof} diff --git a/test/phase5/exact-contradiction.tex b/test/phase5/exact-contradiction.tex new file mode 100644 index 0000000..3f2378b --- /dev/null +++ b/test/phase5/exact-contradiction.tex @@ -0,0 +1,8 @@ +\begin{proposition}\label{phase5_contradiction} + Suppose $A \neq A$. + Then $A \neq A$. +\end{proposition} +\begin{proof} + Assume $A = A$. + Contradiction. +\end{proof} |
