$A^TAx = A^Tb$
$A^TA\hat{x} = A^Tb + f$
where $\lVert f\rVert \leq cu\lVert A\rVert\lVert b\rVert$
Show that $\frac{\lVert x-\hat{x}\rVert}{\lVert x\rVert} \leq cuK(A)^2\frac{\lVert A\rVert\lVert b\rVert}{\lVert A^Tb\rVert}$
My approach was to use the fact that
$\lVert(A^TA)^{-1}A\rVert = \frac 1{{\sigma}_n(A)}$ and $K_2(A) = \frac {{\sigma}_1(A)}{{\sigma}_n(A)}$
But I always ended up cancelling $K$ from both numerator and denominator.