I need to prove that the Fourier transform of a $k$-homogeneous distribution $T \in \mathcal{S'}\mathbb{(R^n)}$ is $-(k+n)$-homogeneous.
I'm using Euler's formula $\mathrm{div}(x\,T)=(k+n)\,T$.
We get $\mathcal{F}(\mathrm{div}(x\,T)) =(k+n)\,\mathcal{F}(T)$
Can I use this formal computing without having to go through a test function ?
\begin{aligned} (k+n)\,\mathcal{F}(T)(\omega)&= \mathcal{F}(\mathrm{div}(x\,T))(\omega) \\ &=\mathcal{F}\Big(\sum_{j=1}^{n}\partial_j(x\,T)\Big)(\omega)\\ &=\sum_{j=1}^{n}\mathcal{F}(\partial_j(x\,T))(\omega)\\ &=\sum_{j=1}^{n}(i\omega_j\,\mathcal{F}(x\,T)(\omega) \end{aligned}
Now I know that from here that for a regular function $f$, the Fourier transform of $g(t) = t f(t)$ is $\mathcal{F}g(\omega)=i\,\partial_jf(\omega)$, can we use the same formula for $T$ ? i.e $\mathcal{F}(x\,T)(\omega) = i\frac{\partial T(\omega)}{\partial\omega_j}$
Using this would get me the desired result, but I don't know how to proceed. Thanks.