blob: d0dec5920253a7d38688c5852ad54df165d4e90e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
\section{Cardinality}
\import{set.tex}
\import{ordinal.tex}
\import{function.tex}
\begin{definition}\label{finite}
$X$ is finite iff there exists a natural number $k$ such that
there exists a bijection from $k$ to $X$.
\end{definition}
\begin{abbreviation}\label{infinite}
$X$ is infinite iff $X$ is not finite.
\end{abbreviation}
|