Given a continuous non-periodic function, its Fourier transform is defined as:
$$f(x) = \int_{-\infty}^\infty c(k) e^{ikx} dk, \ \ \ \ \ \ \ \ \ \ \ \ \ c(k) = \frac{1}{2\pi} \int_{-\infty}^\infty f(x) e^{-ikx} dx$$
The problem is proving this is true by evaluating the integral when $c(k)$ is plugged into the equation for $f(x)$.
This ends up with a long integral:
$$f(x) = \int_{-\infty}^\infty \left( \frac{1}{2\pi} \int_{-\infty}^\infty f(x') e^{-ikx'} dx' \right) e^{ikx} dk$$
I'm not sure really how to proceed from here. I moved the $e^{ikx}$ into the inner integral, which I figured was fine since it's constant relative to $x'$.
$$f(x) = \int_{-\infty}^\infty \left( \frac{1}{2\pi} \int_{-\infty}^\infty f(x') e^{ik(x-x')} dx' \right) dk$$
I tried to kill at least one of the integrals by seeing if something evaluated to a Dirac Delta but I can't seem to get that result. I also tried integrating by parts, but that led me nowhere.
From your work: $$f(x)=\frac{1}{2\pi}\int_{-\infty}^{\infty}\int_{-\infty}^{\infty} f(x')e^{ik(x-x')} \mathrm{d}x' \mathrm{d}k$$ $$f(x)=\frac{1}{2\pi}\int_{-\infty}^{\infty}\int_{-\infty}^{\infty} f(x')e^{ik(x-x')} \mathrm{d}k\mathrm{d}x'$$ $$f(x)=\frac{1}{2\pi}\int_{-\infty}^{\infty}f(x')\int_{-\infty}^{\infty} e^{ik(x-x')} \mathrm{d}k\mathrm{d}x'$$ $$f(x)=\frac{1}{2\pi}\int_{-\infty}^{\infty}f(x')\int_{-\infty}^{\infty} e^{-ik(x'-x)} \mathrm{d}k\mathrm{d}x'$$ $$f(x)=\frac{1}{2\pi}\int_{-\infty}^{\infty}f(x')2\pi \delta(x'-x)\mathrm{d}x'$$ $$f(x)=\int_{-\infty}^{\infty}f(x')\delta(x'-x)\mathrm{d}x'$$