Construct a countably infinite subset of P(ℕ) with continuum cardinality

  • Context: Graduate 
  • Thread starter Thread starter somebd
  • Start date Start date
  • Tags Tags
    Proof
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
somebd
Messages
5
Reaction score
0
Prove that exist X ⊂ P(N)

P(N) is a power set of natural numbers
1 cardinality of X is continuum
2 for each A (element of X) in X, A is infinite
3 for each A and B in X, A is not equal to B, A intersection with B is finite

Please, I have no idea how to solve this :o
 
Physics news on Phys.org
What you're searching for is called an almost disjoint family. A full treatise on this can be found in "Set theory, an introduction to independence proofs" by K. Kunen.

Here is a sketch of the proof:
If [tex]X\subseteq \mathbb{N}[/tex], define [tex]A_X=\{X\cap \{0,...,n\}~\vert~n\in \mathbb{N}\}[/tex]. If X is countable, then [tex]A_X[/tex] is countable. If [tex]X\neq Y[/tex], then [tex]A_X\cap A_Y[/tex] is finite.
Let [tex]\mathcal{A}=\{A_X~\vert~X\subseteq \mathbb{N}~\text{and X infinite}\}[/tex]. Then X has the cardinality of the continuum.
The problem is now, that it is not true that [tex]\mathcal{A}\subseteq P(\mathbb{N})[/tex]. To solve this, let [tex]I=\{A\subseteq \mathbb{N}~\vert~A~\text{finite}\}[/tex]. It is not that hard to see that I is countable. Let [tex]f[/tex] be a bijective function from I to [tex]\mathbb{N}[/tex]. Then [tex]\{f(A)~\vert~A\in\mathcal{A}\}[/tex] is the set you want...
 
Wow, thanks you very much for the fast response and solution idea :)