The question and its answer are given below:
Problem: Show that if $E$ has finite measure and $\varepsilon>0$, then E is the disjoint union of a finite number of measurable sets, each of which has measure at most $\varepsilon$.
Solution First assume $E\subseteq [-M, M]$ is bounded. Then a finite number of disjoint intervals of the form $J_k := \left(\frac{k\varepsilon}2, \frac{(k+1)\varepsilon}2\right]$ will cover $[-M, M]$ (by the Archimedean property) and thus $E$. Since $E_k = M\cap J_k$ is measurable of measure $\leq \varepsilon$ we have $E$ a disjoint union of measurable sets $E_k$ with $m(E_k)<\varepsilon$.
If $E$ is unbounded cover $E$ by a countably infinite collection $(I_k)$ of bounded open intervals such that $\sum_k \ell(I_k)<m(E) + 1$. Since the series converges there exists $N$ such that $\sum_{k = 1}^N\ell(I_k)<\varepsilon$. Let $E_{1} := E \cap \left(\bigcup_{N+1}^{\infty}I_{k}\right)$. Then $E_1$ is measurable of measure $<\varepsilon$ and $E_2 := E\setminus E_1\subseteq \bigcup_{k = 1}^N$ is bounded and can be written by the above as a finite union of disjoint measurable sets with each of measure $\leq \varepsilon$.
My questions are:
I do not understand how by Archimedian property a finite number of disjoint intervals will cover $[-M, M]$ and why we are sure that the intervals are disjoint?
Why the author of the answer considered the case "if $E$ is unbounded", does not the question said directly that $E$ has a finite measure and hence bounded so this case must not be considered ..... am I correct?
Why we are sure that the series converges in the unbounded case?
What is the intuition behind defining $E_{1} := E \cap \left(\bigcup_{N+1}^{\infty}I_{k}\right)$?
I found a solution to the problem here Every subset of $\mathbb{R}$ with finite measure is the disjoint union of a finite number of measurable sets but I am confused about a logical ordered solution for this problem as the question here seems to discuss cases that are not in the question, so a logical sequence of steps for the solution will be greatly appreciated.
Thanks!