The subbordinance property of matrix-vector multiplication states that $\|A x\| \le \|A\| \|x\|$ where $\|x\|$ is the norm of vector $x$ and $\|A\|$ is the induced norm of matrix $A$.
Many textbooks provide the proof of this result in theory, but none gives a specific way to find such an $x$ that satisfies the equality $\|Ax\| = \|A\|\|x\|$. For example, given a simple 2x2 matrix $A$, how would one find a 2-D vector $x$ that satisfies the equality?
I am actually interested in the significance of such vector $x$, in addition to its existence in theory.
The Cauchy-Schwarz inequality $|\langle x, y \rangle| \le \|x\|\|y\|$ becomes an equality if vectors $x$ and $y$ are linearly dependent, i.e., $y=cx$, or the angle between $x$ and $y$ is zero. Is there some similar interpretation for $A$ and $x$ that satisfy the equality $\|Ax\|=\|A\|\|x\|$ ?
In general, we have $\|A\|^2=\|A^* A\|$. Furthermore, $A^*A\geq 0$, so there is a unit vector $x$ such that $$\|Ax\|^2=\langle x,A ^*Ax\rangle=\|A^*A\|=\|A\|^2.$$ In fact, any unit eigenvector $x$ of $A^*A$ corresponding to the largest eigenvalue of $A^*A$ will work.
To clarify, this is with respect to the operator norm induced by the 'standard' norm on $\mathbb C^n$ which makes that space into a Hilbert space (in order that we may easily speak of the adjoint of an operator).