The proof of the theorem is given to me in the book but I need some clarification about specific aspects of the proof that the book thinks is trivial:
$\Rightarrow$ Assume V is a open set of $\mathbb{R}$
If V is the empty set then V is trivially the union of an empty collection of open intervals
If V is nonempty then for each $x\in V$ there's an open interval $I_{x}$ such that $x\in I_{x} \subseteq V$
It is easily seen that $V=\cup \{I_{x} : x\in V\}$
My question is how is that easily seen? Why does that show that V is equal to a union of open intervals?
$\Leftarrow$ Assume there's a collection of open intervals $\{I_{\alpha}: \alpha\in \Lambda\}$ such that $V=\cup \{I_{\alpha}: \alpha \in \Lambda \}$
Let $x\in V$
Then there's some $\beta \in V$ for which $x\in I_{\beta}$
Clearly $I_{\beta} \subseteq V$. Hence V is an open subset of $\mathbb{R}$
Why is $I_{\beta}$ a subset of V?