Question: Let $E$ be a Banach space, $T\in \mathcal{B}(E)$. Prove that: for all $\epsilon > 0$, there exist $\delta > 0$, such that for all $S\in \mathcal{B}(E)$, if$\|T-S\| < \delta$, then $$\sigma(S)\subset \lbrace \lambda \in \mathbb{K}: d(\lambda, \sigma(T))< \epsilon \rbrace$$ where $\sigma(T)$ and $\sigma(S)$ is the spectrum set of $T$ and $S$.
My attempt: Let $\lambda \in \sigma (S)$, we can suppose that $\lambda \notin \sigma(T)$. For all $\mu \in \sigma(T)$, I know that $\|S\| \geq |\lambda|$, $\|T\| \geq |\mu|$, and $$|\lambda- \mu|=\|\lambda-\mu\|=\|\lambda - S + S - T + T -\mu\|\le \|\lambda-T\|+\|S-T\|+\|T- \mu\|$$ or $$|\lambda- \mu|=\|\lambda-\mu\|=\|\lambda - S + S - T + T -\mu\|\le \|\lambda-S\|+\|S-T\|+\|S- \mu\|$$
I don't know how to use the $\|S\| \geq |\lambda|$, $\|T\| \geq |\mu|$ to compute the $\|\lambda-S\|, \|S- \mu\|$.
I had seen two related questions Spectrum in Banach Algebra and An exercise about the spectrum of an element in Banach algebra. . But i still have no idea about my question.
Thanks in advance.