I've read both of Prove that the largest singular value of a matrix is greater than the largest eigenvalue and Singular value proofs 2.)
However, the later question is asked about nonsingular matrix A. And in my case the question is about general case(any matrix A).
I'm reading the following file containing the proof: http://math.mit.edu/classes/18.095/2016IAP/lec2/SVD_Notes.pdf page 389, (9th page), section "worked examples", example 7.1.B
But I need more detailed explanations in:
$$\left\lVert A\mathbf x \right\rVert = \left\lVert U\Sigma V^T\mathbf x \right\rVert=\left\lVert \Sigma V^T\mathbf x \right\rVert \le \sigma_1\left\lVert V^T\mathbf x \right\rVert=\sigma_1\left\lVert \mathbf x \right\rVert$$
the tricky part for me is:
$$\left\lVert \Sigma V^T\mathbf x \right\rVert \le \sigma_1\left\lVert V^T\mathbf x \right\rVert$$
Maybe I'm just tired, but I can't understand why this inequality is true.
$\Sigma$ is m by n(matrix of singular values), $\sigma_1$ is the largest singular value of A. A is m by n, V is n by n, U is m by m.