I passed by this problem in Abbott's "Understanding Analysis", page 11:
Produce an infinite collection of sets $A_1, A_2, A_3,...$ with the property that every $A_i$ has an infinite number of elements, $A_i ∩ A_j = \phi$ for all $i \not= j$ , and $\bigcup_{i=1}^{\infty} A_i = \mathbf N$
Finding the solution was not difficult conceptually (that is, if my attempt is correct), but I have no idea how to formulate it. My idea is as follows:
If the question asked for two sets, an answer would be the sets of even and odd numbers. If they're $3$ sets, I would then give $A_1$ all the numbers starting from $1$ and increment $3$ to get $A_1 = \{1,4,7,...\}$, similarly, for $A_2$, starting from $2$ and incrementing by $3$, etc... For $n$ sets, $A_i = \{i, i+n,i+2n,...\}$.
However, for an infinite number of sets, formulating a more formal solution is confusing to me.
My other question is this: Is this the only way to solve this problem, and why?