Suppose $A \subseteq \mathbb{R}$ is measurable and $f\colon A \to \mathbb{R}$ is Lipschitz on the set $A$, i.e there is some $K\ge 0$ such that $\lvert f(x)-f(y)\rvert \le K \lvert x-y\rvert$ for $x,y \in A$.
I'm trying to prove that $$ m^\ast(f(E)) \le K\,m^\ast(E)\textrm{ for every set }E \subseteq A. $$
I've tried covering the set $E$ by intervals, yet the function $f$ may not have been defined outside the set $A$. Also, approaching the set $E$ from inside can encounter problem when $E$ is non-measurable.
We do not know if the function can be extended to $\mathbb{R}$ by continuous extension theorem, so we handle it using the method we use to prove Growth Lemma.
For $\forall E \subseteq A$, we can cover $E$ with $\{I_k\}$, s.t. $$ E \subseteq \cup_k I_k\quad \textrm{and}\quad \sum_k m(I_k) \le m^\ast (E) + \varepsilon $$ Since $A$ is measurable, we have $\{I^\prime_k\}$ with $I_k^\prime = \ A \cap I_k$ measurable for every $k$. $$ E \subseteq \cup_k I_k^\prime\quad \textrm{and}\quad \sum_k m(I^\prime_k) \le m^\ast (E) + \varepsilon $$ For $\forall x, y \in I_k^\prime$,
$\because x, y \in A$ and being Lipschitz on the set $A$.
$\therefore |f(x) - f(y)| \le K |x - y|$.
$\Rightarrow \textrm{diam}(f(I_k^\prime)) = \textrm{sup}\{|f(x) - f(y)|:x,y \in I_k^\prime\} \le K m(I_k^\prime)$
Since $f$ maps $A$ to $\mathbb{R}$, and interval $Q_k$ with $m(Q_k) = {\rm diam}(f(I_k^\prime))$ can cover $f(I_k^\prime)$.
$\Rightarrow m^\ast (f(I_k^\prime)) \le m(Q_k) = {\rm diam}(f(I_k^\prime))$
Hence, $m^\ast (f(I_k^\prime)) \le K m(I_k^\prime)$. Then we can conclude that \begin{align*} m^\ast (f(E)) & \le m^\ast(\cup_k f(I_k^\prime))\\ & \le \sum_k m^\ast (f(I_k^\prime))\\ & \le K \sum_k m(I_k^\prime)\\ & \le K \sum_k m(I_k)\\ &\le K (m^\ast (E) + \varepsilon) \end{align*}
Since $\varepsilon$ is arbitrary, the result follows.