# Countable Set
**A [[set]] that is finite or for which there exists a [[Bijective Function|one-to-one correspondance]] with the set of natural numbers.**
![[CountableSet.svg]]
*The set of integers is a countably infinite set; surprisingly, it is the same size as the set of natural numbers*
> [!NOTE] Countable Set
> A set $S$ is *countable* if any of the following are true:
> - the [[cardinality]] $|S|$ is less than or equal to $\aleph_{0}$, the cardinality of the set of natural numbers $\mathbb{N}$.
> - there exists an [[Injective Function|injective]] function from $S$ to $\mathbb{N}$; there exists a [[Surjective Function|surjective]] function from $\mathbb{N}$ to $S$.
A set is *countable* if every element within the set can be assigned a unique natural number. Countable sets may be finite or infinite, the latter of which are described as *countably infinite*.
#unfinished