Skip to content
Snippets Groups Projects
Unverified Commit 3923726f authored by xgampx's avatar xgampx Committed by GitHub
Browse files

Manual: Typo in subset axiom title (#186)

parent cb85012f
No related branches found
No related tags found
No related merge requests found
......@@ -43,8 +43,8 @@ This is however not a convenient definition. In practice, all infinite axiomatiz
\begin{axz}[extensionality]\label{axz:extensionality}
$\forall x, y. (\forall z. z \in x \iff z \in y) \iff (x = y)$
\end{axz}
\begin{axz}[extensionality]\label{axz:subset}
$\forall x, y. x\subset y \iff \forall z. z \in x iff z \in y$
\begin{axz}[subset]\label{axz:subset}
$\forall x, y. x\subset y \iff \forall z. z \in x \iff z \in y$
\end{axz}
\begin{axz}[pair]\label{axz:pair}
$\forall x, y, z. (z \in (x, y)) \iff ((x \in y) \lor (y \in z))$
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment