blob: f13aecb75b01fb7e4e35c8fc055a9ddc7d932029 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
\begin{definition}\label{phase5_finite_set_definition}
$\phasefivefiniteset{a}{b} = \{ a, b \}$.
\end{definition}
\begin{proposition}\label{phase5_finite_set_theorem}
For all $a, b$ we have $a \in \{ a, b \}$.
\end{proposition}
\begin{proof}
Fix $a, b$.
Follows by assumption.
\end{proof}
|