2

I want to show that there exist sets $A_x \ \forall x\in \mathbb{R}$ s.t: $A_x\cap A_y =\emptyset , \forall x\ne y$, $\cup_{x\in \mathbb{R}} A_x = \mathbb{R}$ and $\forall x\in \mathbb{R} : \ |A_x|=\aleph$.

I thought of intervals in $\mathbb{R}$ such as $(0,x)$ but this doesn't cut it, since the first criterion of disjoint intervals doesn't hold.

I don't see how to define this. Any help?

Edit: for those who don't know $\aleph$ is the cardinality of $\mathbb{R}$ also known as the continuum.

1 Answers1

2

Let $f:(0,1)\to\Bbb R$ be a bijection. We will do the required activity with $(0,1)$ and then use our bijection to get it done for $\Bbb R$.

Take $x\in(0,1)$. Let its infinite binary expansion be $0.x_1x_2x_3\cdots$. Let $B_x$ be the set of all $y\in(0,1)$ such that the $(2n-1)th$ term in the infinite binary expansion of $y$ is $x_n$. Then $\{B_x|x\in(0,1)\}$ is an uncountable partition of $(0,1)$.

Now, let $A_x=f(B_{f(x)})$ for all $x\in\Bbb R$. We are done!

Martund
  • 14,706
  • 2
  • 13
  • 30