I am having trouble to prove this exercise for a Real Analysis course. I tried two approaches. However, I am insecure about both of them.
This is the question:
If $X$ is a partition of ℕ* such that:
i) $1 ∈ X$;
ii) For all $n ∈ ℕ$*, if $n ∈ X$, then $2n ∈ X$;
iii) For all $n ∈ ℕ$*, if $n+1 ∈ X$, then $n ∈ X$;
Show that $ X = ℕ$*
First attempt:
I tried using the definition of set partition and a family of subsets. This is my try:
Let X be a part of $ℕ$*
Hence, we have a family of subsets with:
${ X_i : i ∈ I}$
$ X_1 = {1} $
$ X_2 = {2n} $ For all $n ∈ ℕ$*
$ X_3 = {n+1} $ For all $n ∈ ℕ$* and $n ∉ X_2 $
All properties of a partition hold:
$ X_1, X_2 ,X_3 ≠ ø $
$ X_1 ∪ X_2 ∪ X_3 = X$
$ X_1 ∩ X_2 ∩ X_3 = ø $
$ X_1 ∩ X_2 = ø $
$ X_1 ∩ X_3 = ø $
$X_2 ∩ X_3 = ø $
Finally, $ ⋃ X_i$ = X = $ℕ$*
The second approach is more intuitive and I don't know how to express it mathematically!
The second rule on the question states that:
ii) For all $n ∈ ℕ$*, if $n ∈ X$, then $2n ∈ X$;
So, every number expressed as $2^k$ belongs to X.
And, by the third rule:
iii) For all $n ∈ ℕ$*, if $n+1 ∈ X$, then $n ∈ X$;
I can get from $2^k$ to any number between $2^k$ and 1, by decreasing $2^k$
Thanks!