If $E=\cup^{\infty}_{n=1} I_n$ is a countable union of pairwise disjoint intervals, I want to show that $m^*(E)=\sum^{\infty}_{n=1} m^*(I_n)$, where $$ m^*(E):=\{\sum^{\infty}_{n=1} Length(J_n): E\subset \cup^{\infty}_{n=1} J_n \} $$ each $J_n$ is a bounded interval, is the outer measure of $E$.
My strategy: Since $E = \cup^{\infty}_{n=1} I_n$ and because the $I_n$ are disjoint,
$$m^*(E) = m^*(\cup^{\infty}_{n=1} I_n) = \sum^{\infty}_{n=1} m^*(I_n)= \sum^{\infty}_{n=1} Length(I_n)$$
Provided I know that $m^*(I_n) = Length(I_n)$ for all intervals, does this proof work. I feel as though I am missing something.