summaryrefslogtreecommitdiff
path: root/test/examples/formula.tex
blob: e3b1e29ee957e8c28c1c3066cbf021779ac074f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
\begin{proposition}\label{formula_test_forall}
    $\forall x, y. x = x\land y = y$.
\end{proposition}

\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}