Is there any way to bound the Frobenius norm of a product of square matrices $A,B$ and a vector $x$ in the following way:
$$ \|ABx\|≤ \|Ax\|\text{ and }\|B\|. $$
Is there any way to bound the Frobenius norm of a product of square matrices $A,B$ and a vector $x$ in the following way:
$$ \|ABx\|≤ \|Ax\|\text{ and }\|B\|. $$
If $A$ is invertible, then $$\|ABx\|=\|ABA^{-1}Ax\|\leq\|ABA^{-1}\|\|Ax\|=\kappa(A)\|B\|\|Ax\|,$$ where $\kappa(A)=\|A\|\|A^{-1}\|$ is the condition number of $A$. So yes, $\|ABx\|$ can be bounded by "something" involving $\|Ax\|$ and $\|B\|$ if $A^{-1}$ exists.