Consider the function $y = f(x) = AB^{-1}x$, where $x,y$ are vectors, and $A,B$ are matrices. I wish to show that $f(X)$ is a contraction mapping.
Question: What are the conditions on $A$ and $B$ such that $f(x)$ is a contraction mapping?
Attempt/Ideas: Is it sufficient to show that the spectral radius of $AB^{-1}$ is less than $1$? If we were dealing with scalars $a$ and $b$ instead of matrices then we would just show that $b$ is bigger than $a$. Does the same intuition hold for matrices?
No, it doesn't. For instance take $$ A=\begin{bmatrix} 0&2\\ 0&0\end{bmatrix},\ \ \ B=I_2. $$ Then $AB^{-1}=A$ has $\|AB^{-1|\|=2$, while its spectral radius is zero.
I don't think in general you can get conditions on $A$ and $B$, and less they are very strong: for instance if you require $\|A\|<1$ and $\|B^{-1}\|<1$ you will get a contraction, obviously. But you can prescribe both the spectral radius and the norm of $A$ and $B$, and still it is easy to construct an example that will not be a contraction.