1

Denote by $\mathbb{N}$ the set of natural numbers and by $2^{\mathbb N}$ the set of all subsets of $\mathbb N$. Let $E$ be some subset of $2^{\mathbb N}$ such that for every pair of elements in $E$, one is a subset of the other. Clearly, $E$ could be countable by considering $E=\big\{\{1,\cdots, n\}, n\in\mathbb N\big\}$. My question is the following: could we find an example that $E$ is uncountable? Many thanks for the answer!

Asaf Karagila
  • 393,674
CodeGolf
  • 151

1 Answers1

6

This is indeed possible. Firstly note that if we replace $\Bbb N$ with $\Bbb Q$ we will get an equivalent problem, because there exists a bijection between $\Bbb N$ and $\Bbb Q$. Now we can take $E=\{S_r:r\in\Bbb R\}$, where $S_r=\{q\in\Bbb Q:q<r\}$. You should be able to see yourself why this works.

Wojowu
  • 26,600