Let $\phi: \mathbb{R}^n\to \mathbb{R}^n; x\mapsto Ax+b$, where $A$ is non-singular and $b\in \mathbb{R}^n$.
Show:
$$\mathcal{F}^\pm(f\circ \phi)(y) = \frac{1}{\det{A}}e^{\mp i \langle A^{-1}b,y\rangle} \mathcal{F}^\pm f( (A^T)^{-1}y)$$
I've tried:
$$\mathcal{F}^\pm (f\circ \phi)(y) = \frac{1}{(2\pi)^{\frac{n}{2}}} \int_{\mathbb{R}^n}e^{\pm i \langle Ax+b, y\rangle} f(Ax+b) \operatorname d x$$ Then let $Ax+b = z\Rightarrow x = A^{-1}(z-b) = A^{-1}z -A^{-1}b$, and then: $$= \frac{1}{(2\pi)^{\frac{n}{2}}} e^{\mp i \langle A^{-1}b, y\rangle}\int_{\mathbb{R}^n}e^{\pm i \langle A^{-1}z, y\rangle} f(z) \cdot J(A^{-1})\operatorname d z$$ Where $J(A^{-1})$ is the Jacobian of $A^{-1}$. How should I continue?