Let the collection be denoted by
$\{A_k: k \in\mathbb{N}\cup\{0\}\}$, where each set $A_k$ = $\{2^kn: n \in \mathbb{N}\: and\: n\: is\: odd\}$
To prove that none of the sets in the collection are the empty set (condition (i)), it's clear that $2^k$ is in every set $A_k$ by letting $n=1$.
Now I'm having trouble proving condition (ii) of a partition $\mathcal{P}$, which is that if $X \in\mathcal{P}$ and $Y\in\mathcal{P}$, then $ X = Y$ or $X \cap Y = \emptyset$.
After writing out the first few sets $A_k$ it's hard to determine whether condition (ii) is true at first glance,
$A_0 = \{1,3,5,7,9,11,13,...\}$
$A_1 = \{2,6,10,14,18,22,26,...\}$
$A_2 = \{4,12,20,28,36,44,52,...\}$
$A_3 = \{8,24,40,56,72,88,104,...\}$
and so on
My proof for condition (ii) currently,
Let $X_a, Y_b \in \mathcal{P}$
Suppose $X_a \neq\ Y_b$ and $X_a \cap Y_b \neq \emptyset$
Let $x \in X_a \cap Y_b$
$x = 2^an$ such that n is odd and $x = 2^am$ such that m is odd
$2^an = 2^bm$ if and only if $a = b$ and $n = m$ (where I think my proof is faulty since I'm not sure how to prove this)
In order for this to happen, $X_a$ must equal $Y_b$. This is a contradiction so either $X_a = Y_b$ or $X_a \cap Y_b = \emptyset$
And for proving the last condition (iii) of a partition $\mathcal{P}$, which is that the union of all the sets in the collection equals $\mathbb{N}$, I'm not sure whether to split the proof into evens and odds or to show that some arbitrary natural number, $m \in \mathbb{N}$ belongs to the union of all sets $A_k$. Which approach is more feasible? And am I on the right track to proving condition (ii)?