This problem comes from Linear Algebra and its Applications by David C Lay and Steven R Lay.
Show that $$||[A B]|| \geq ||[A]||$$
Where $[A B]$ is a a matrix $A$ augmented with another matrix $B$ So if A = $$A = \begin{bmatrix} a & b \\ c & d\\ \end{bmatrix}$$ and $$B = \begin{bmatrix} e & f \\ g & h\\ \end{bmatrix}$$
Then $$[A B] = \begin{bmatrix} a & b & e & f \\ c & d & g & h\\ \end{bmatrix}$$
My attempt:
We know that the operator norm of a matrix is the square root of the largest eigenvalue of the matrix. What's really throwing me off here is that what if by augmenting the matrix $B$, the eigenvalues of $[A B]$ are less than that of just $A$.
I think the approach I should be going for starts with an SVD approach(?) $$[AB] = U_{AB}\Sigma_{AB}V^T_{AB}$$ $$[A] = U_{A}\Sigma_{A}V^T_{A}$$
From there I need to prove that the largest singular value of $[AB]$ is greater than that of $[A]$. Is this correct? Can someone share some insight?
You want to use the actual definition of the operator norm, which is $$ \|[AB]\| = \sup\{\|[AB]v\| : v\in \mathbb{R}^4 \text{ and } \|v\|=1\}$$ $$ \|A\| = \sup\{\|Av\| : v\in\mathbb{R}^2\text{ and } \|v\|=1\}.$$ Given any vector $(x,y)\in \mathbb{R}^2$, you have the vector $(x,y,0,0)\in \mathbb{R}^4$ with $[AB](x,y,0,0)$ = $A(x,y)$. From this, the set that $\|[AB]\|$ is the sup of contains the set that $\|A\|$ is the sup of.