An infinite sequence of sets $S_2,S_3,S_4,\ldots$ is called a cumulative sequence if the following condition holds:
$$\exists m\geq 2 \quad \forall n>m \quad S_n\subseteq S_2\cup S_3\cup S_4\cup \ldots \cup S_m.
$$
Prove that the sequence $S_2,S_3,\ldots$ where
$$S_n=\{\text{multiples of} \ n\}
$$
is not a cumulative sequence.
This is what I tried, can someone please see if my line of thinking and answer is correct?
The negation is
$$\forall m\geq 2 \quad \exists n > m \quad S_n \nsubseteq S_2\cup S_3 \cup \ldots S_m.$$
So what I thought was: since we deal with $\forall m\geq 2$, what happens when $m$ gets big?
So the union
$$\bigcup_{i=2}^\infty S_i \rightarrow \mathbb{Z}.
$$
So for any finite $m$, I just have to pick a set containing integers which are not multiples of the previous $m-1$ integers.
So I thought of $m!$, which is $m(m-1)\ldots(2)$ which has every integer before it as a factor. So then just pick $n> m!+1$ since $1$ is not divisible by any of the $m-1$ factors.
Is this a valid choice of $n$ and is there a simpler way to think about this?
Also, what this also makes me think is could I have just let $n = m+1$ as well? – Natash1 Nov 10 '17 at 02:00