Here the problem 1.4.26 from Sohrab, Basic Real Analysis
Duplicate
This are not duplicate of this question:
- Cardinality of Cartesian Product of Uncountable Set with Countable Set the answer gives no proof
- How to represent the Cartesian product of an infinite set? despite the title is not really connected
- Cardinality of cartesian product only finite set
Problem
Show that, if $A$ is an infinite set, then $|A\times\mathbb{N}|=|A|$. Hint: Let $\mathcal{F}$ denote the set of all bijective maps $f:S\times\mathbb{N}\to S$, where $S\subset A$. Since $|\mathbb{N}\times\mathbb{N}|=|\mathbb{N}|$, we have $\mathcal{F}\neq \varnothing$ (Why?) Show that Zorn's Lemma can be applied in $\mathcal{F}$ to produce a maximal bijection $h:B\times\mathbb{N}\to B$, with $B\subset A$, and that we must have $B=A$, by examining the cases where $S\setminus B$ is finite or infinite.
Proof
Let $\mathcal{F}$ denote the set of all bijective maps $f:S\times\mathbb{N}\to S$, where $S\subset A$. Since $|\mathbb{N}\times\mathbb{N}|=|\mathbb{N}|$ (see exercise 1.4.10(i)), we have $\mathcal{F}\neq \varnothing$ (From Exercise 1.4.22(d) we know that for a infinite set $A$, we have $|A|\geq\aleph_0$, and $|\mathbb{N}|=\aleph_0$, thus there is an injection from $g:\mathbb{N}\to A$, and, by defining $S:=g(\mathbb{N})\subset A$, we get a bijective map (composition of two bijective maps) $S\times\mathbb{N}\to\mathbb{N}\times\mathbb{N}\to\mathbb{N}\in\mathcal{F}$).
If we consider the inclusion as partial order, then every chain $S_i\subset A$, $i\in I$, has $A$ as upper bound and applying Zorn's Lemma, we get the existence of a maximal $\bar{S}$ and hence a bijection $h:\bar{S}\times\mathbb{N}\to\bar{S}$, with $\bar{S}\subset A$.
Now we prove that $\bar{S}=A$. $R:=A\setminus \bar{S}$. $\bar{S}$ is infinite, since the example of element of $\mathcal{F}$, that we gave above is bijective to $\mathbb{N}$. We have to do this. The second is trying to follow the hint and is incomplete:
Consider that $A\neq\bar{S}$, then there is $r\in R:=A\setminus\bar{S}$. We chose an element $s\in\bar{S}$ and define the bijection $h':\bar{S}\cup\{r\}\times\mathbb{N}\to \bar{S}\cup\{r\}$ as follow
$h'(a,n)=\begin{cases}h(s,2n-1)&\text{for }a=s\\ r&\text{for }a=r,n=1\\ h(s,2n-2)&\text{for }a=r,n\neq 1\\ h(a,n)&\text{otherwise}\end{cases} $
Since $\bar{S}\subsetneq \bar{S}\cup\{r\}$ we get a contradiction to the maximality of $\bar{S}$.
Now either $R$ is finite or infinite. 1) $R$ finite, let say $R=\{r_1,\cdots,r_n\}$. Then chose $n$ elements $s_1,\cdots,s_n\in\bar{S}$ and we define the bijection $h':A\times\mathbb{N}\to A$ as follow $h'(a,n)=\begin{cases}h(a,2n-1)&\text{for }a\in\{s_1,\cdots,s_n\}\\ a&\text{for }n=1,a\in\{r_1,\cdots,r_n\}\\ h(s_i,2n-2)&\text{for }a=r_i\\ h(a,n)&\text{otherwise}\end{cases}$
In case $n>0$ we get a contradiction with $\bar{S}$ being the maximal element.
Thus we have only to exclude the case 2) $R$ infinite. HOW TO DO THAT?
Question
Above I tried two proofs. The first part is the same. The two second parts are given by the two bullets.
The second proof tries to follow the hint.
My questions are: - Is my proof correct? - In which direction should go the proof from the hint?
\mathscr{}
to\mathcal{}
.) – Brian M. Scott Aug 18 '16 at 20:01