Suppose that we have a real symmetric matrix $A = VDV^T$ with known eigenvalue decomposition ($V$ is an orthogonal matrix). How to show that $\|Ax\|_2 = \|Dx\|_2$?
It is straightorward to show that $\|Ax\|_2 = \|VDV^Tx\|_2 = \|DV^Tx\|_2$. But how to dispose of $V^T$ from the norm?