5

I wish to write a formal proof of the following statement: For any infinite set $X$, there exists an injection $f:\mathbb{N}\to X$.

I'd like the proof to explicitly use the full axiom of choice (for every family of sets $\{S_\alpha\}$ there exists a family of elements $\{x_\alpha\}$ such that each $x_\alpha\in S_\alpha$). When this was asked before, none of the answers were explicit about where choice is invoked.

Motivation: I'm TAing a course in discrete math and was embarrassed to find that I can't prove this homework question.

tba
  • 1,136
  • 1
  • 10
  • 20
  • The axiom of choice comes in the difference between "no smaller infinite sets" and "every infinite set is larger". Both questions have been asked before, not just the one you linked to (which indeed doesn't use the axiom of choice). – Asaf Karagila Apr 08 '15 at 00:29
  • There might be slightly better duplicates, but this one should work. Note that it proves the contrapositive of the statement. Something is finite if and only it doesn't have a countably infinite subset. Of course the two questions are easily isomorphic. – Asaf Karagila Apr 08 '15 at 00:35

1 Answers1

-1

A set $X$ is infinite if and only if there is an injection $\phi:X\to X$ that is not a surjection. In other words, $\phi$ misses out a nonempty subset $S_1$ of $X$. Let, $X_1:=X\setminus S_1$. $X_1$ must be infinite (because its bijectively related to $X$), hence there is a map $\phi_1:X_1\to X_1$ that is injective but not surjective, misses out nonempty $S_2\in X_1$, etc. (Induction will make the argument rigorous, and shows that $X_k\cap X_j=\emptyset$ for all $j\leq k$.) Axiom of choice helps "picking" $f(i):=x_i\in S_i$.

Oskar Limka
  • 1,292
  • 1
    No. Using this definition you don't need to use choice at all. A set is infinite if and only if it is not finite. – Asaf Karagila Apr 08 '15 at 00:34
  • If I recall properly a definition, a set is finite if and only if it satisfies the pigeonhole principle, i.e., every injective map into itself must be surjective. – Oskar Limka Apr 08 '15 at 00:41
  • 1
    Nope. You were taught with the axiom of choice in mind. A set is finite it is equinumerous with a proper initial segment of the natural numbers. We can prove that finite sets satisfy this principle, but the reverse implication is just slightly weaker than countable choice. – Asaf Karagila Apr 08 '15 at 00:43
  • Certainly in this case. Choose one element $a$ not in the range of $\phi$, then let $a_n=\phi^n(a)$. You can show this is an injection from the natural numbers into your infinite set. No choice was used, since we only chose one injection and one element. – Asaf Karagila Apr 08 '15 at 00:47
  • Ok. If one's happy to assume natural numbers (Axiom of Infinity?) before defining finite (and infinite), then one can take your definition as a starting point. But I thought the whole point was to define finite and infinite before introducing natural numbers. – Oskar Limka Apr 08 '15 at 00:50
  • Well, you can do that but it's sort of backwards. You can define finiteness in other ways which are equivalent to the definition I gave without defining the natural numbers. You can also define what it means to be an ordinal, then for ordinals all these definitions are in fact equivalent without choice, so we can say that the natural numbers are indeed the class of ordinals which are finite according to any of the definitions. But in general it requires choice. – Asaf Karagila Apr 08 '15 at 00:54
  • I agree: especially if you're trying to a logician's neutral position. But, as an applied mathematician I'm pro-choice as it makes my life easier. – Oskar Limka Apr 08 '15 at 00:58
  • In either case this answer does not answer the question at hand at all. It uses the wrong the definition, and the suggested proof can be made into a choiceless proof. I am not arguing for or against the axiom of choice here. Just pointing out that you suggested a definition for "infinite" which is not the standard one in a choiceless context. Anyway, I should sleep. Good night. – Asaf Karagila Apr 08 '15 at 01:02