PROBLEM
I am trying to prove the following identity:
$$ \int_{-\infty}^{+\infty} dx \frac{e^{ibx}-e^{iax}}{x} = 2\pi i , \hspace{5mm} b>0, a<0$$
This is just a conjecture that I made while trying to complete a proof for Fourier's Inversion Theorem. Numerically it seems to be correct; moreover, assuming that the integral converges, I proved that it is indeed correct by contour integration of the corresponding Cauchy's Principal Value.
ATTEMPT
As stated above, I just need to prove convergence. Intuitively it makes sense because there will be oscillations just as in the integral $\int_{-\infty}^{+\infty}dx \sin(x)/x$ but this time there is the problem that I would have to bring both the cosines out together when using Euler's Formula in order to avoid divergence in $x=0$. I haven't tried this way yet but if necessary I could approach it. On the other hand I tried using the exponential power series definition and I ended up with:
$$ \sum_{n=0}^{+\infty} \frac{(i)^{n+1}}{(n+1)!(n+1)}(\beta^{n+1}-\alpha^{n+1})(b^{n+1}-a^{n+1}) $$
where $\alpha,\beta$ are the lower and upper limits of the integral respectively (so that they must be sent to $+\infty$ and to $-\infty$ separately). However I do not see yet how this could be helpful.
Any answer or comment is welcome and let me know if I cam explain myself clearer!