Given that $S_n=\{x\in \mathbb R|\frac{1}{n}\le x< 1+\frac{1}{n}\}$, $n\in \mathbb N - \{0,1\}$ I need to find $\bigcup S_n$.
If we plug in $n=2$ then $0.5 \le x < 1.5$.
If $n\to \infty$ then $0<x\le 1$. Thefore $\bigcup S_n=(0,1.5)$.
I'm having trouble proving this.
Direction 1: $\bigcup S_n \subseteq (0,1.5)$:
If some $x \in S_n$ then there exists some $m$ such that $\frac{1}{m}\le x<1+\frac{1}{m}$ then because it's a set of unions then $S_n \in \bigcup S_n$.
Direction 2: $(0,1.5)\subseteq \bigcup S_n$:
By Archimedean principle for $x>0$ exists $n\in \mathbb N$ such that $0<\frac{1}{n}<x$. So if we choose some $n \in \mathbb N-\{0,1\}$ then $0< \frac{1}{n} < 1$ then $(0,1.5)\subseteq \bigcup S_n$.
I'm really not sure about direction 2 and even if I'm right I'd appreciate an explanation of the 2nd direction because I don't really understand it.
As comment, for $\;n=2\;$ we already have $\;\left[\frac12,\,\frac32\right)\subset\bigcup S_n\;$ . Now, observe that
$$\left[\frac1n,\,1+\frac1n\right)\supset\left[\frac1{n+1},\,1+\frac1{n+1}\right)$$
so to get the whole union pass to limits:
$$\begin{cases}\frac1n\xrightarrow[n\to\infty]{}0\\{}\\ 1+\frac1n\xrightarrow[n\to\infty]{}1\end{cases}\;\;\;\implies\bigcup_{2\le n\in\Bbb N}S_n=\left(0,\,\frac32\right)$$
If the above doesn't make it for you, we can argue as follows:
$$x\in\left(0,\,\frac32\right)\implies 0<x <\frac32\implies\exists\,n\in\Bbb N\;\;s.t.\;\;\frac1n<x<1+\frac1n\implies $$
$$\implies x\in\left(\frac1n,\,1+\frac1n\right)\subset \bigcup S_n$$