About the notation: $E$ and $F$ are normed vector spaces. The space $\mathcal L(E,F)$ is the normed algebra of "bounded" linear maps. Bounded here means that if $A\in\mathcal L(E,F)$ then exists some $\alpha>0$ such that $\|Ax\|_F\le\alpha \|x\|_E$ for all $x\in E$.
(Trivially $\mathcal L(E,F)$ is a space of Lipschitz functions.)
The norm on $\mathcal L(E,F)$ is defined as
$$\|A\|_{\mathcal L(E,F)}:=\inf\{\alpha\ge 0:\|Ax\|\le\alpha \|x\|,\forall x\in E\}$$
and from a previous exercise I know that if $A^{-1}\in\mathcal L(F,E)$ then $\|A^{-1}\|_{\mathcal L(F,E)}\ge \|A\|_{\mathcal L(E,F)}^{-1}$.
Suppose $E$ and $F$ are finite dimensional and $A\in\mathcal L(E,F)$ is bijective with continuous inverse $A^{-1}\in\mathcal L(F,E)$. Show that if $B\in\mathcal L(E,F)$ satisfies $$\|A-B\|_{\mathcal L(E,F)}<\|A^{-1}\|_{\mathcal L(F,E)}^{-1}\tag{1}$$ then $B$ is invertible.
I was trying to prove that $B$ is injective, what is equivalent to say that the kernel of $B$ is trivial, that is $\ker(B)=\{0_E\}$ but I dont found something useful.
From (1), and the notes in the top, is clear that
$$\|A-B\|<\|A^{-1}\|^{-1}\le\|A\|\implies 0<\|B\|<2\|A\|$$
but this doesnt help me to show that $B$ is injective. Some help will be appreciated.
I think I solved it. I was overlooking some theoretic statements over the $\mathcal L$ spaces, by example that
$$\|AB\|\le \|A\|\|B\|\tag{2}$$
where $AB$ is a well-defined composition of linear functions from spaces $\mathcal L$. We must show that $B$ is injective or, in other words, that $\ker(B)=\{0_E\}$. Now observe that from (2) and (1)
$$\|A-B\|<\|A^{-1}\|^{-1}\implies \|A^{-1}\|\|A-B\|<1\implies \|I-A^{-1}B\|<1\tag{3}$$
Now I define $C:=A^{-1}B\in\mathcal L(E)$. Now observe that $C$ is injective if and only if $B$ is injective. Suppose that $C$ is not injective, then exists some $x\neq 0$ such that $Cx=0$, and observe that the RHS of (3), from the norm definition on $\mathcal L$ spaces, would imply that
$$\|x-Cx\|<\|x\|\implies \|x-0_E\|<\|x\|$$
what cannot be possible, hence $B$ is injective.