Do we need the axiom of choice to well-order a set with countably many elements?

252 Views Asked by At

Say I index a countably-infinite set $A$ bijectively with the positive integers so that $$A=\{a_1, a_2, a_3,\dots\} $$ The indexing gave an order to the set. Was the choice axiom used?

1

There are 1 best solutions below

5
On BEST ANSWER

No. There is no need for the axiom of choice. This is essentially by definition.

The definition of countability is to have an injection into $\omega$. Generally speaking if $A$ is a set, $\alpha$ is well-ordered and $f\colon A\to\alpha$ is an injection then $A$ can be well-ordered.

Proof. Fix a well-ordering of $\alpha$, $\prec$ and define $a<b\iff f(a)\prec f(b)$. Since $f$ is injective we can easily see this is an order-embedding and therefore $<$ is a well-ordering of $A$.


In the particular case of a countable set, we can write $A=\{a_n\mid n\in\mathbb N\}$ so we can define an order on $A$ as follows: $$a_m\prec a_n\iff m<n$$ Given a non-empty $B\subseteq A$ there is a least natural number $k$ such that $a_k\in B$, and therefore $a_k$ is the minimal element $\prec$ in $B$.