Assume that $f:[0,\pi] \to \mathbb{R}$ is a continuously differentiable function.
I've been trying to prove that $$ \frac1n \int_0^\pi f'(x) \cos(nx)\, dx$$ tends to 0 and n tends to infinity.
To do this, I've been told that I must show the following:
$$ \left| \frac1n \int_0^\pi f'(x) \cos(nx)\, dx\right| \le \frac1n \int_0^1 \left|f'(x)\right| dx ≤ \frac1n \sup_{[0,1]}\left|f'(x)\right| \to 0 $$ as $n$ tends to $\infty$.
However, I'm struggling to see how to do this.
This is how far I've gotten:
$$ \left| \frac1n \int_0^\pi f'(x) \cos(nx) dx\right| \le \left| \frac1n \int_0^\pi f'(x)\, dx \right| \le \frac1n \int_0^\pi \left|f'(x)\right|\, dx $$
From this point onwards, I'm unsure to how you can say that $ \frac1n \int_0^\pi |f'(x)| dx \le \frac1n \int_0^1 |f'(x)| dx $. If you don't know what $f'(x)$ is explicitly, then how can you assume that the integral between 0 and 1 is larger?
I am also unsure as so why you can say that $ \frac1n \int_0^1 |f'(x)| dx ≤ \frac1n \sup_{[0,1]}|f'(x)| $, but this is more likely due to my lack of understanding of supremum.
Can someone explain why these inequalities hold?
Thank you.