summaryrefslogtreecommitdiff
path: root/test/phase5/exact-relation-expression.tex
blob: d95527f57a44ea1b386513a666fd1b2c72d97e59 (plain)
1
2
3
4
5
6
7
8
9
10
11
\begin{signature}\label{pair}
    $(a,b)$ is a set.
\end{signature}

\begin{proposition}\label{exact_relation_expression}
    Suppose $(a,b)\in R$.
    Then $a\mathrel{R}b$.
\end{proposition}
\begin{proof}
    Follows by assumption.
\end{proof}