Why is AC needed for $|\bigcup X_i|=|\bigcup Y_i|$, $\forall i$ $|X_i|=|Y_i|$, $\{X_i\}_{ i\in I}$, $\{Y_i\}_{i\in I}$ pairwise disjoint?

130 Views Asked by At

On Page 60, Set Theory, Jech(2006),

5.9 If $\{X_i : i \in I\}$ and $\{Y_i : i \in I\}$ are two disjoint families such that $|X_i| = |Y_i|$ for each $i \in I$, then $|\cup_{i \in I}X_i| = |\cup_{i \in I}Y_i|$ [Use AC]

Here's how far I goes:

$|X_i| = |Y_i|$ implies there exists a bijective function $f_i: X_i \to Y_i$ for each $i \in I$ ex ante. Since $\{X_i : i \in I\}$ is a disjoint family, for each $x \in \cup_{i \in I}X_i$, there exists exactly one $i \in I$, such that $x \in X_i$. So we could define a bijective function $f:\cup_{i \in I}X_i \to \cup_{i \in I}Y_i$, by $f(x)=f_i(x)$, if $x \in X_i$.

I don't see any usefulness of AC in problem 5.9, as opposed to problem 5.10, in which $|\cup_{i \in I}X_i| = |\cup_{i \in I}Y_i|$ is replaced by $|\prod_{i \in I}X_i| = |\prod_{i \in I}Y_i|$. The reason is that without AC, the cardinality of a cartesan product of non-empty sets is arbitary.

2

There are 2 best solutions below

3
On BEST ANSWER

You have to choose bijections for every $i$. It is consistent that there is a family $\{P_i\mid i\in\omega\}$ of disjoint pairs which does not have a choice function on any infinite subfamily.

One can show (quite easily too) that $\bigcup P_n$ is uncountable and in fact Dedekind-finite.

However $|P_n|=|\{2n,2n+1\}|$ whereas $|\bigcup P_n|\neq|\bigcup_{n\in\omega}\{2n,2n+1\}|=|\omega|=\aleph_0$.

1
On

For each $i\in I$ there are in general many bijections from $X_i$ to $Y_i$, so you’re using the axiom of choice when you pick a specific bijection $f_i$ for each $i\in I$.

Specifically, for each $i\in I$ let $B_i$ be the set of bijections from $X_i$ to $Y_i$. Then $\{B_i:i\in I\}$ is a non-empty family of non-empty sets, and you want to pick a set $\{f_i:i\in I\}$ such that $f_i\in B_i$ for each $i\in I$. In order to do that with no further information, you need the axiom of choice.