Let A be a singular matrix with a simple (non-repeated) zero-eigenvalue. Dose the following inequality hold?
$$\|Ax\|^2\geq\sigma_2\|x\|^2, \qquad \forall x\notin Null(A)$$
where $\sigma_2$ is the smallest nonzero singular value of the matrix $A$. If it is true, where can I find a proof??
No, it's not true.
Consider the matrix $2\times2$ matrix $A = \begin{pmatrix} \sigma_2 & 0\\ 0 & 0 \end{pmatrix}$, and any vector $x = \begin{pmatrix} a \\ b \end{pmatrix}$. Then for any $b \neq 0$, we have $\left\lVert Ax\right\rVert^2 <\sigma_2\left\lVert x\right\rVert^2$