I am learning about Axiom of Choice and Well Ordering Principle from Munkres's Topology book, but I can't quite wrap my head around it properly. I have these questions:
[Munkres 0.4.3] If $A = A_1 \times A_2 \times A_3 \times \cdot$, then if $A$ is nonempty then show each $A_i$'s nonempty. Is the converse true ?
I'm having problem seeing why isn't it obvious ? Like can't we use AoC and just pick any element of $A = (a_1, a_2, \cdots )$ with $a_i \in A_i$, then since $a_i \neq \phi$, we have $A_i$ nonempty.
Also isn't the converse false ? If $A_1$ is empty, and say $\{0, 1 \} = A_2 = A_3 = \cdots $, then isn't the element $( \phi, 0,0,0,0, 0, \cdots ) \in A$ and we have $|A| = 2^{\omega}$ ?
- So how you can guarantee that a problem must involve choice ? In other words, how are you supposed to solve this exercise from Munkres, Topology:
[Munkres 0.9.4(d)] Is there a choice function without invoking Axiom of Choice on an uncountable se $X$ ?
I hazard a guess the answer is false but I have no idea how to prove it. I can prove the answer to be "no" however if $X$ is countable.
- How to think about well ordering of $\mathbb{R}$/well order in general ? I'm finding them (especially minimal uncountable well ordered set) very very counterintuitive and don't have any mental rough picture of them.
Should I imagine that well ordering makes a set behave like the integers when "zoomed in" in some way ?
Should I imagine a directed graph with the elements of the well ordered set $X$ and an edge from $u$ to $v$ with $u,v \in X$ iff $u <_X v$ ? But then this graph is uncountable and I don't have any idea how to imagine uncountable graphs (I imagine countable graph as a two dimensional lattice points).
- How do you imagine transfinite induction ?
In ordinary induction I imagine that there's a set $S$ for which the things ought to be true are proved, and at each step we just increase the size of $S$ so that every integer is eventually added to $S$. This gives a concrete "algorithm" feeling to ordinary induction, but transfinite induction can't be viewed as this process, so I don't have any nice mental model for it.