-1

I am trying to solve the problem that is given below but I couldn't.

Suppose $A$ is $n\times n$ invertible matrix and $B$ is an $n\times n$ matrix such that $$\| A-B\| \leq \frac{1}{\| A^{-1}\|}.$$ Is $B$ invertible matrix.

1 Answers1

3

$B$ could be invertible: simply take $B=A$.

But it could also not be: take $B=0$ and $A=I_n$.