I have a question on the existence of an inverse for a particular operator. A similar question in the case of a matrix a matrix was asked previously on m.se. In this question a users asks if the matrix $A-\varepsilon I$ is invertible for sufficiently small $\varepsilon > 0$.
The answer is yes, and here is one of the answers given to that question.
Yes, if $\mathbf A$ is any $n \times n$ matrix, then $\mathbf A+\epsilon \mathbf I$ is invertible for sufficiently small $\epsilon > 0$. This is because $\det (\mathbf A + \epsilon \mathbf I)$ is a polynomial in $\epsilon$ of degree $n$, and so it has a finite number of zeroes.
My question is as follows. Is $A - zB$ invertible for sufficiently small $z>0$, where $A$ is an invertible operator, and $B$ is a bounded linear operator. Is so, why is this the case?
If these were $n \times n$ matrices I think it would be true as once we take $z$ small enough we can be sure that subtracting $zB$ from $A$ would not lead to any zero rows in the resulting $A-zB$. But I don't know if anything similar can be justified in the case of bounded linear operators?