summaryrefslogtreecommitdiff
path: root/test/examples/formula.tex
diff options
context:
space:
mode:
authorSimon-Kor <52245124+Simon-Kor@users.noreply.github.com>2024-05-07 18:08:34 +0200
committerGitHub <noreply@github.com>2024-05-07 18:08:34 +0200
commitfcaffbf3cb44e804fe6df25b32f09d33e1afbabb (patch)
treecf00f0039e78882353706553100398b24fd32f39 /test/examples/formula.tex
parent08019dcdaf3b13bb8ce554dfd5377690bb508c6d (diff)
parentb2f9f7900ccb4a569ed23e9ecf327564dbba2b7d (diff)
Merge branch 'adelon:main' into main
Diffstat (limited to 'test/examples/formula.tex')
-rw-r--r--test/examples/formula.tex4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/examples/formula.tex b/test/examples/formula.tex
index c029402..e3b1e29 100644
--- a/test/examples/formula.tex
+++ b/test/examples/formula.tex
@@ -5,3 +5,7 @@
\begin{proposition}\label{formula_test_exists}
$\exists x, y. x = y$.
\end{proposition}
+
+\begin{proposition}\label{formula_test_not_exists}
+ $\exists x, y. x = y$ if and only if not $\exists x. x \neq x$.
+\end{proposition}