I have been learning about Fourier Transform and its derivations. My question is regarding to the final part of the derivation in the textbook I'm reading. It goes like:
$f(x)=\frac{1}{\sqrt{2\pi}}\int_{-\infty }^{\infty }\left [\frac{1}{\sqrt{2\pi}}\int_{-\infty }^{\infty }f(u)e^{-iwu} du\right ]e^{iwx}dw$
We define the expression inside the square bracket as Fourier Transform $\hat{f}$ and therefore $\hat{f}(w)=\frac{1}{\sqrt{2\pi}}\int_{-\infty }^{\infty }f(x)e^{-iwx} dx$
I understand that $w$ is the frequency specturm which is the input, but it felt very arbitrary that we chose to define the Fourier transform function in such a way. Why exactly did we select the section inside square bracket? What does the output represent?
Thank you.