I am trying to prove that the inverse of the fourier transform is equal to its adjoint (i.e. it is a unitary linear operator). I am working with the inner product $\langle s_1,s_2 \rangle=\int_{-\infty}^{\infty}s_1^*(t)s_2(t)dt$.
The Fourier transform (and inverse (I do not require the proof of the inverse)) is as follows:
$\mathcal{F}(s(t))=\tilde{s}(\omega)=\frac{1}{\sqrt{2\pi}}\int_{-\infty}^{\infty}s(t)e^{-i\omega t} dt$
$\mathcal{F}^{-1}(\tilde{s}(\omega))=s(t)=\frac{1}{\sqrt{2\pi}}\int_{-\infty}^{\infty}\tilde{s}(\omega)e^{i\omega t} d\omega$
I know the adjoint is defined such that $\langle \mathcal{F}(s_1),s_2 \rangle=\langle s_1,\mathcal{F}^*(s_2) \rangle$. It is from here, however, that I am struggling to progress. I am trying to find out the adjoint of the Fourier transform so that I can then show that it equals the inverse Fourier transform above.