Let $f(t)$ be an even function, so that $f(t) = f(-t)$. Let $F(\omega)$ be its Fourier Transform. Prove that $F(\omega)$ is real and even too (in $\omega$).
An attempt could be the following:
$$F(\omega) = \int_{-\infty}^{+\infty} f(t) e^{-j \omega t} dt = \int_{-\infty}^0 f(t) e^{-j \omega t} dt + \int_0^{+\infty} f(t) e^{-j \omega t} dt$$
The variable $-t$ can be used in the first integral instead of $t$:
$$F(\omega) = \int_{+\infty}^0 - f(-t) e^{j \omega t} dt + \int_0^{+\infty} f(t) e^{-j \omega t} dt = \int_0^{+\infty} f(-t) e^{j \omega t} dt + \int_0^{+\infty} f(t) e^{-j \omega t} dt$$
$$F(\omega) = \int_0^{+\infty} f(t) \left( e^{j \omega t} + e^{-j \omega t} \right) dt = 2\int_0^{+\infty} f(t) \cos (\omega t) dt$$
$f(t) \cos (\omega t)$ is even in $t$, being the product of two even functions. $\cos (\omega t)$ is even in $\omega$. But now? What considerations can be added to prove that the resulting $F(\omega)$ is even in $\omega$?