From Wikipedia, I get the following fourier transform pairs:
$$\frac{d}{dx}f(x) \rightarrow i2\pi\xi \hat{f}(\xi)$$ and $$\frac{sgn(x)}{2} \rightarrow \frac{1}{i2\pi\xi}$$
When the right hand side of these equations are multiplied, I get $\hat{f}(\xi)$. Translating this to left hand side, I expect the convolution of $\frac{d}{dx}f(x)$ and $\frac{sgn(x)}{2}$ to be equal to $f(x)$ (because the RHS is $\hat{f}(\xi)$).
However, if I expand $$\frac{d}{dx}f(x) * \frac{sgn(x)}{2} = \frac{1}{2}\bigg(\int\limits_{-\infty}^{x}\frac{d}{dy}(f(y)) dy - \int\limits_{x}^{\infty}\frac{d}{dy}(f(y)) dy)\Bigg)$$ this equals $f(x) + \frac{f(-\infty)\ +\ f(\infty)}{2}$
Questions
- Are the starting fourier transform pairs correct or is there some missing factor? OR
- Is there an error in the steps that I have used for convolution? OR
- Is there some property due to which the extra factor of $\frac{f(-\infty)\ +\ f(\infty)}{2}$ become equal to 0?
There is no mistake in your reasoning. You are just forgetting that, in order for your statements to make sense, you must specify the space of functions on which you choose to define the Fourier transform.
An often used choice is to define it on the space of rapidly decreasing functions (the "Schwartz functions"), thus turning the Fourier transform into an automorphism of this space. These have the property, among others, of vanishing at infinity, so for them $f(-\infty) = f(\infty) = 0$. The problem is that $\operatorname{sgn}$ is not such a function, tending to $1$ at $\infty$.
To cure this, another choice is to use tempered distributions. I guess that this is what you want. In this context your equality will be true.
There are several other choices (most of them including the space $L^1$), but tempered distributions are the most convenient setting.