Sets and Functions¶
Finite, Countable, and Uncountable Sets¶
Finite, Countable, Uncountable Sets and Sequences¶
Note
From now on, for some positive integer \(n\), let
Finite Set: \(A\) is finite iff (a) \(A = \varnothing\) or (b) \(A \sim J_n\) for some \(n\).
Infinite Set: If \(A\) is not finite, it is infinite.
Countable Set: If \(A \sim J\), then \(A\) is countable.
Remark: Countable sets are also called enumerable or denumerable.
Uncountable Set: If \(A\) is neither finite nor countable, it is uncountable.
At-most Countable Set: If \(A\) is either finite or countable, it is at-most countable.
Remark: \(\mathbb{Z} \sim J\).
Remark: A set \(A\) is infinite if \(A\) is equivalent to one of its proper subsets.
Sequence: A function \(f : J \to X\) is a sequence. If \(f(n) = x_n\), the sequence is written as \(\{x_n\}\).
Insight: A sequence is a never-ending labelling of items in a set in an orderly fashion.
Remark: If \(\forall n \in J\), \(x_n \in A\), then \(\{x_n\}\) is a sequence in \(A\).
Remark: Every countable set can be arranged in a sequence.
Properties involving Finite, Countable, and Uncountable Sets¶
Note
Theorem: Every infinite subset of a countable set is countable.
Remark: Countable sets represent the smallest kind of infinity.
Theorem: Countable union of countable sets are countable. Let \(\{E_n\}\) be a sequence of countable sets. Then
\[\bigcup_{n=1}^{\infty} E_n\]is countable.
Theorem: Set of tuples whose elements are taken from a countable set is countable. For \(A\), a countable set, let
\[B_n := \{(a_1, \cdots, a_n)\}\]where every \(a_k \in A\), not necessarily distinct. Then \(B_n\) is countable.
Remark: \(\mathbb{Q}\) is countable.
Theorem: Set of sequences whose elements are taken from a finite set is uncountable. For \(A\), a finite set, let
\[B := \bigl\{ \{x_n\} \mid \{x_n\} \text{ is a sequence in } A \bigr\}\](i.e. \(B\) is the set of all sequences whose elements are chosen, with repetition, from \(A\)). \(B\) is uncountable.