I'm studying the peoperties of the SVD decomposition $A = U\Sigma V^T$ and have run into the following statement:
$\Delta A := -\sigma_n u_n {v^T}_n $ is the smallest possible perturbation such that $A + \Delta A$ is singular.
Is there an explanation or proof for this result?
Assume A is $n×n$ of full rank. The problem you want to solve is
$$ \min_{∆A} ‖{∆A}‖_F \qquad\text{such that}\qquad \operatorname{rank}(A+{∆A})=n-1$$
Substituting $B≔A+{∆A}$, this is equivalent to
$$ \min_{B} ‖A-B‖_F \qquad\text{such that}\qquad \operatorname{rank}(B) = n-1$$
which by Eckart-Young has the solution $B=∑_{k=1}^{n-1}σ_iu_iv_i^⊤$, hence ${∆A}=B-A = -σ_nu_nv_n^⊤$.