diff options
| author | adelon <22380201+adelon@users.noreply.github.com> | 2024-02-10 02:22:14 +0100 |
|---|---|---|
| committer | adelon <22380201+adelon@users.noreply.github.com> | 2024-02-10 02:22:14 +0100 |
| commit | 442d732696ad431b84f6e5c72b6ee785be4fd968 (patch) | |
| tree | b476f395e7e91d67bacb6758bc84914b8711593f /test/examples/russell.tex | |
Initial commit
Diffstat (limited to 'test/examples/russell.tex')
| -rw-r--r-- | test/examples/russell.tex | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/test/examples/russell.tex b/test/examples/russell.tex new file mode 100644 index 0000000..4c2a8f2 --- /dev/null +++ b/test/examples/russell.tex @@ -0,0 +1,16 @@ +\begin{definition}\label{universal_set} + A set $V$ is universal iff + %every set is an element of $V$. + for all sets $x$ we have $x\in V$. +\end{definition} + +\begin{theorem}\label{no_universal_set} + There exists no universal set. +\end{theorem} +\begin{proof} + Suppose not. + Take a universal set $V$. + Let $R = \{ x\in V \mid x\not\in x \}$. + Then $R\in R$ iff $R\not\in R$. + Contradiction. +\end{proof} |
