I jus want to know how to show that if a matrix X converge to Y ( with respect to any matrix norm) then the ith singular value of X converge to the ith singular value of Y.
Thank you
I jus want to know how to show that if a matrix X converge to Y ( with respect to any matrix norm) then the ith singular value of X converge to the ith singular value of Y.
Thank you
This is stated by Weyl's inequality: for any two matrices $A$ and $\tilde A$ which are related by $A - \tilde A = E$, their corresponding singular values satisfy $$ | \tilde\sigma_i - \sigma_i | \le \| E \|_2. $$
This is stated in http://www.math.msu.edu/~markiwen/Teaching/MTH995/Papers/SVD_Stewart.pdf, where also a reference is given. If you want to prove it yourself, it's rather easy when using the Courant-Fischer min-max principle as a starting point.