I want to prove:
Let $f$ be Lipschitz on $\mathbb{R}$ and $g$ be absolutely continuous on $[a,b]$. Show that the composition $f\circ g$ is absolutely continuous on $[a,b]$.
Proof: For $f$ being Lipschitz, there exist a constant $c \geq 0$ such that $$|f(x')-f(x)| \leq c|x'-x| \ \forall x',x \in \mathbb{R}.$$
Now, let $g$ to be absolutely continuous and let $\epsilon>0$. Choose $\delta > 0$, such that for any disjoint collection $\{(a_k,b_k)\}_{k=1}^n$ of $(a,b)$, we have $$\sum_{k=1}^n[b_k-a_k] < \delta \Rightarrow \sum_{k=1}^n[g(b_k)-g(a_k)] < \frac{\epsilon}{c}.$$ In particular, for the composition $(f \circ g)(x) = f(g(x))$, we obtain $$|f(g(x'))-f(g(x))| \leq c|g(x')-g(x)| \ \forall x',x \in \mathbb{R}.$$ Thus, for each $k = \{1,2, \ldots,n\}$, we have $$|f(g(b_k))-f(g(a_k))| \leq c|g(b_k)-g(a_k)|,$$ it follows that $$\sum_{k=1}^n|f(g(b_k))-f(g(a_k))| \leq c\sum_{k=1}^n|g(b_k)-g(a_k)| < \epsilon,$$ and the proof is complete.