This is a follow-up question to a previous post.
For any open interval $I = (a,b)$, let $\ell(I) = b-a$ denote the length of $I$. For any set of real numbers $A$, define the following set functions: \begin{align} m^*(A) &= \inf\left\{\sum_{i=1}^\infty \ell(I_n): \bigcup_{n=1}^\infty I_n \supseteq A, I_n \text{ is an open, bounded interval for all $n$}\right\} \\ m^{**}(A)&= \inf\{m^*(\mathcal{O}): \mathcal{O} \supseteq A, \mathcal{O} \text{ open}\} \\ m^{***}(A)&= \sup\{m^*(F): F \subseteq A, F \text{ closed}\} \end{align}
Caratheodory defined a set $A$ to be measurable if for any set of real numbers $E$,
$$ m^*(E) = m^*(E \cap A) + m^*(E \cap A^C) \qquad (1) $$
Other authors define a set $A$ to be measurable if
$$ m^{**}(A) = m^{***}(A) \qquad (2) $$
I'm trying to confirm these two definitions are equivalent. I have been able to show that if $m^{***}(A) < \infty$, then (1) $\iff$ (2). However I am having trouble showing that if a set satisfies $m^{**}(A) = m^{***}(A) = \infty$, then (1) must hold. Any ideas on how to proceed?
Thanks!