This commit is contained in:
2023-07-19 09:55:30 -07:00
parent d238f12f69
commit 0afeaa8c6d
4 changed files with 81 additions and 39 deletions

View File

@ -0,0 +1,46 @@
\section{Enumerations}
\definition{}
Let $A$ be a set. An \textit{enumeration} is a bijection from $A$ to $\{1, 2, ..., n\}$ or $\mathbb{N}$.\par
An enumeration assignes an element of $\mathbb{N}$ to each element of $A$.
\definition{}
We say a set is \textit{countable} if it has an enumeration.\par
We consider the empty set trivially countable.
\problem{}
Find an enumeration of $\{\texttt{A}, \texttt{B}, ..., \texttt{Z}\}$.
\vfill
\problem{}
Find an enumeration of $\mathbb{N}$.
\vfill
\problem{}
Find an enumeration of the set of squares $\{1, 4, 9, 16, ...\}$.
\problem{}
Let $A$ and $B$ be equinumerous sets. \par
Show that $A$ is countable iff $B$ is countable.
\vfill
\pagebreak
\problem{}
Show that $\mathbb{Z}$ is countable.
\vfill
\problem{}
Show that $\mathbb{N}^2$ is countable.
\vfill
\problem{}
Show that $\mathbb{N}^k$ is countable.
\vfill
\problem{}
Show that if $A$ and $B$ are countable, $A \cup B$ is also countable.
\vfill
\pagebreak