Let $F:\mathbb R \to \mathbb R$ and $f:\mathbb R \to \mathbb R$ be absolutely continuous (a.c.) where $f$ is (not necessarily strictly) monotone. WLOG, we assume $f$ is increasing. Then $c \le d$. In solving this question, I have come across this result, i.e.,
Theorem: $F \circ f : \mathbb R \to \mathbb R$ is a.c.
Could you have a check on my attempt?
Proof: Fix $\varepsilon>0$. Because $F$ is a.c., there is $\delta>0$ such that for every countable collection $\{[a_n, b_n]\}$ of non-overlapping closed intervals, with $\sum_n (b_n-a_n) < \delta$, we have $$ \sum_n |F(b_n) - F(a_n)| < \varepsilon. $$
Because $f$ is a.c., there is $\gamma>0$ such that , for every collection $\{[c_n, d_n]\}$ of non-overlapping closed intervals with $\sum_n (d_n-c_n) < \gamma$, we have $$ \sum_n |f(d_n)-f(c_n)| < \delta. $$
Because $f$ is increasing, $f(c_n) \le f(d_n)$ and $\{[f(c_n), f(d_n)]\}$ is a collection of non-overlapping closed intervals. Hence $$ \sum_n (f(d_n)-f(c_n)) < \delta. $$
It follows that $$ \sum_n |F \circ f (d_n) - F \circ f (c_n)| =\sum_n |F(f(d_n)) - F((c_n))| < \varepsilon. $$
This completes the proof.