Consider solving $Ax = b$ where $A \in \mathbb{R}^{n\times n}$ and $b \in \mathbb{R}^n$. Given a perturbation $\hat A = A + \Delta A$, suppose the solution to the system $\hat A\hat x = b$ is $\hat x = x + \Delta x$. Can I prove the following unequality?
$$\lVert{\Delta x}\rVert / \lVert \hat x \rVert \leq \lVert A^{-1}\rVert\lVert \Delta A \rVert$$
I'm not sure where to start, so even just hints would be appreciated.