blob: 8691b30c5cff56b632b1d97bb90eefc9a5213076 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
\section{Cardinality}
\import{set.tex}
\import{ordinal.tex}
\import{function.tex}
\import{numbers.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}
\begin{definition}\label{cardinality}
$X$ has cardinality $k$ iff $k$ is a natural number and
there exists a bijection from $k$ to $X$.
\end{definition}
|