summaryrefslogtreecommitdiff
path: root/test/examples/relparam.tex
blob: a37a4192f137b4647c11d1d1bb0fa68c79359a48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
% Dummy abbreviation to test relation symbols with parameters.
\begin{abbreviation}\label{abbr_equal}
    $x\EQUAL{y} z$ iff $x = z$.
\end{abbreviation}

\begin{proposition}\label{dummy_abbr_test}
    For all $x$ we have $x\EQUAL{y}x$.
\end{proposition}

% Dummy definition to test relation symbols with parameters.
\begin{abbreviation}\label{defn_equals}
    $x\EQUALS{y}{w} z$ iff $x = z$.
\end{abbreviation}

\begin{proposition}\label{dummy_defn_test}
    For all $x$ we have $x\EQUALS{y}{w}x$.
\end{proposition}