This came from an old qualification exam for measure theory:
Suppose that $f:\mathbb{R}\to \mathbb{R}$ is monotonically increasing and absolutely continuous, and let $f'$ denote its Lebesgue a.e. define derivative.
a.) Show that if $f'\in L^2(m)$ ($m$ is Lebesgue measure on $\mathbb{R}$) then there is a $C < \infty$ such that for every Lebesgue measurable set $E$ $$m(f(E)) \leq C(m(E))^{1/2}$$
b.) Provide a counterexample to show that if we instead assume $f'\in L^1(m)$ then such a $C$ may not exist.
I normally don't post a question without some what of an attempt, but I really have no idea how to do this. Any suggestions or comments are greatly appreciated, I will edit this once I think of something.
In case of $(a)$, $$ m(f(E))=\int_{y\in f(E)}1\ dy. $$ Substitute $y=f(x)$. Then, $$ m(f(E))=\int_{x\in E}f'(x)\ dx\leq\left(m(E)\right)^{\frac{1}{2}}\left(\int|f'(x)|^{2}\ dx\right)^{\frac{1}{2}}=C\left(m(E)\right)^{\frac{1}{2}}. $$ Here, Holder inequality is used and $C=\left(\int|f'(x)|^{2}\ dx\right)^{\frac{1}{2}}<\infty$ since $f'(x)\in L^{2}$.
For $(b)$, Hint : $$ f(x)=\frac{1}{\sqrt{x}} $$ with $E=(0,1)$.