Let the function $f: [a, b] \rightarrow \mathbb{R}$ be Lipschitz, that is, there is a constant $c \geq 0$ such that for all $u, v \in [a, b]$, $|f( u) - f( v)| \le c |u - v|$. Show that $f$ maps a set of measure zero onto a set of measure zero.
The following is my attempt:
Suppose that $A \subseteq [0,1]$ has measure zero and $\varepsilon > 0$ be given.
By definition of measure, there exists a countable collection of open intervals $\{ I_k \}_{k \geq 1}$ such that $A \subseteq \cup_{k=1}^{\infty}{I_k}$ and $\sum_{k=1}^{\infty}{l(I_k)} < \frac{\varepsilon}{c}. $
Note that $f(A) \subseteq f(\cup_{k=1}^{\infty}{I_k}) = \cup_{k=1}^{\infty}{f(I_k)}.$
For each $k$, denote $I_k = (x_k, y_k).$
Since $f$ is Lipschitz, for each $k$, $|f(x_k) - f(y_k)| \leq c \cdot |x_k - y_k|.$
Therefore, $\sum_{k=1}^{\infty}{|f(x_k) - f(y_k)|} \leq c \cdot \sum_{k=1}^{\infty}{|x_k - y_k|} < \varepsilon.$
Hence, $f(A)$ has measure zero.