Proving that cond(ATA) = cond(A)^2

  • Thread starter Thread starter prhzn
  • Start date Start date
prhzn
Messages
8
Reaction score
0

Homework Statement


Prove that \kappa(A^TA) = \kappa(A)^2 where \kappa(A) = \left\|A\right\|\left\|A^{-1}\right\|, or in a more general case, \kappa(A) = \left\|A\right\|\left\|A^+\right\|, where A^+ is the pseudoinverse of A\in\mathbb{R}^{m\times n}

The Attempt at a Solution



My initial guess is to use Cauchy-Schwarz to separate the products of the norms when replacing A with A^TA, giving me

\kappa(A^TA) = \left\|A^TA\right\|\left\|(A^TA)^+\right\| \leq \left\|A^T\right\|\left\|A\right\|\left\|A^+\right\|\left\|\left(A^T\right)^+\right\| = \underbrace{\left\|A\right\|\left\|A^+\right\|}_{\kappa(A)}\underbrace{\left\|A^T\right\|\left\|\left(A^T\right)^+\right\|}_{\kappa(A^T)}

which gives \kappa(A)^2 as \kappa(A) = \kappa(A^T).

But I'm not sure if I can do it this simple; any inputs?

Thanks in advance
 
Physics news on Phys.org
Figured it out - used the definiton of the singular values of A, and then prooved that the singular values of ATA are the squared singular values of A.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top