I am stumped in the following question from Brian Hall's Quantum Theory for Mathematicians.
Assume that $\dim(\mathcal{H})=\infty$. Show that if $A$ has finite rank, then $\|A+cI\|\ge|c|$ for any $c\in\mathbb{C}$. (With $c=-1$, this shows that $I$ is not an operator-norm limit of finite-rank operators.)
Showing the above operator norm inequality amounts to showing that $$\|A\psi+c\psi\|\ge|c|\|\psi\|$$ for $\psi\in\mathcal{H}$. So I began by expanding the norm as an inner product ($\mathcal{H}$ is a hilbert space): $$\|A\psi+c\psi\|^2=\|A\psi\|^2+|c|^2\|\psi\|^2+\langle c\psi,A\psi\rangle+\langle A\psi,c\psi\rangle$$ $$=\|A\psi\|^2+|c|^2\|\psi\|^2+2\Re(\langle c\psi,A\psi\rangle)$$ where $\Re(x)$ denotes the real part of $x$. But from here I wasn't sure if I could show that $\|A\psi\|^2+2\Re(\langle c\psi,A\psi\rangle)\ge0,$ which would complete the proof. My next attempt was using the reverse triangle inequality: $$\|A\psi+c\psi\|=\|A\psi-(-c\psi)\|\ge\bigg|\|A\psi\|-\|-c\psi\|\bigg|$$ $$=\bigg|\|A\psi\|-\|c\psi\|\bigg|.$$ If $\|A\psi\|\ge\|c\psi\|,$ then $\bigg|\|A\psi\|-\|c\psi\|\bigg|\ge\|c\psi\|$ and we are done. However, I don't see how to finish the proof when $\|A\psi\|\le\|c\psi\|$.
Note that I have not used the fact that $A$ has finite rank in either of these attempts, so if either of them is the correct approach, then the solution should involve this.