Suppose $A,E$ are $n\times n$ matrices and $A$ has singular values $\sigma_1\geq \sigma_2 \geq \cdots \geq \sigma_n >0$.
Please help me to prove that $\Vert E \Vert_2 \geq \sigma_n$ if $A+E$ is singular.
Is there any singular matrix $E$ such that $\Vert E \Vert_2 = \sigma_n$ ?
If $A+E$ is singular, then $(A+E)x=0$ for some nonzero $x$. Hence $$ x=-A^{-1}Ex\quad\Rightarrow\quad \|x\|_2\leq\underbrace{\|A^{-1}\|_2}_{=\sigma_n^{-1}}\|E\|_2\|x\|_2\quad\Rightarrow\quad\sigma_n\leq\|E\|_2. $$ The matrix $E$ of the minimum norm which makes $E$ singular is (assuming $\sigma_n<\sigma_{n-1}$) $$ E=-\sigma_n u_n v_n^*, $$ where $u_n$ and $v_n$ are left and right singular vectors associated with $\sigma_n$. Clearly, $\|E\|_2=\sigma_n$ and using the SVD of $A$, you can verify that $$A+E=\sum_{i=1}^{n-1}\sigma_i u_iv_i^*$$ is singular.