I am doing an exercise, proving that without AC or Replacement that there are uncountable cardinals.
As a point of reference I looked at the proof in Kunen's "The Foundations of Mathematics" that shows the existence of larger cardinals without AC but does use replacement (the idea is attributed to Hartogs). Right now I'm confused by the proof and I guess I need help understanding it. Here it is:
Suppose $A$ is a set. We want to show that there is a cardinal $\kappa$ such that $\kappa \not \preccurlyeq A$.
Let $W$ be the set of pairs $(X,R) \in \mathcal{P}(A) \times \mathcal{P}(A \times A)$ such that $R \subseteq X \times X$ and $R$ Well Orders $X$. So, $W$ is the set of all well-orderings of all subsets of $A$. Observe that $\alpha \preccurlyeq X$ iff $\alpha = \text{type}(X;R)$ for some $(X,R) \in W$ (See Exercise I.11.19). Applying the Replacement Axiom, we can set $\beta = \text{sup}\{\text{type}(X,R)+1 : (X,R) \in W\}$. Then $\beta$ $\alpha$ whenever $\alpha \preccurlyeq A$, so $\beta \not \preccurlyeq A$. Let $\kappa = |\beta|$. Then $\kappa \approx \beta$, so $\kappa \not \preccurlyeq A$.
I'll try to describe my confusion to the best of my ability. First, let's suppose that $A = \omega$. These are my issues:
- This seems odd to me: $\alpha \preccurlyeq X$ iff $\alpha = \text{type}(X;R)$ for some $(X,R) \in W$. Say $X$ is the set $\{2,4,6\}$ and $R$ is the relation $\{(2,4),(2,6),(4,6)\}$. The ordinal $\alpha = 2$ has a 1-1 function into $X$ but $\alpha \not = 3 = \text{type}(X;R)$. Is this perhaps a typo that should say "$\approx$" instead of "$\preccurlyeq$"?
- If $(X,R) \in W$ then $X$ is a subset of $A = \omega$ ($A = \omega$ is an added assumption I made just to help my understanding), and $R$ is just a well-ordering of $X$. So the type of $(X;R)$ is either a finite ordinal $n$ or $\omega$ itself. So then $\beta$ is just the least upper bound of the set of finite ordinals (plus one) and $\omega+1$. $\omega+1$ is the largest thing in that set (and so the least upper bound). Then according to the proof $\kappa = \beta = \omega+1$ is supposed to be the larger cardinal we desire, but it isn't even a cardinal. It also is the same size as the set we started with.
First of all, a word of terminology. Cardinals may or may not apply to the general term meaning "sets which represent an equivalence class of sets in the relation 'there exists a bijection between two sets'", and not just a particular class of ordinals. In the broader sense, it is easy to prove there are uncountable cardinals because the power set of the natural numbers is always uncountable, and it has a cardinal number (just not necessarily an ordinal).
I agree that it seems like a typo. It should be the case that $\alpha\preccurlyeq A$ if and only if $\alpha$ is the order type of some $(X;R)\in W$. The statement you wrote quantify on $X$ on the right-hand side of the equivalence, but not on the left-hand side of it; which does seem a bit strange.
You're making one of the most common mistakes here. Just because a set has a "natural structure", doesn't mean every well-order which can be given to a subset of it must respect that structure. Your claim would be similar to saying that $\Bbb Q$ cannot be well-ordered because there is no successor to $0$.
The well-orders in $W$ need not respect the natural $\in$ which defines a well-ordering of $\omega$.