Suppose I have a densely defined symmetric positive operator $T$. I want to show that the range of $T+I$ is closed if $T$ is closed. I've been able to show that $\| x\|^2 + \| Tx\|^2 \leq \| (T+I)x\|^2$ and understand that we need to consider a convergent sequence $(T+I)x_n \to y$ and show that $y = (T+I)x$, where $x$ is the limit of $x_n$.
The inequality just doesn't come out.
Consider $(x_n)_{n \in \mathbb{N}} \in Dom(T)$ a converging sequence, with limit point $x$, such that $(T+I)x_n$ converges to some $y$. Note that: \begin{equation} \|Tx_n -(y-x)\| \leq \|Tx_n + x_n - y \|+\|x-x_n\| = \|(T+I)x_n -y \| +\|x-x_n\| \end{equation}
So $Tx_n$ converges to $y-x$. Because $T$ is closed, $x \in Dom(T)$ and $Tx = y -x \Rightarrow (T+I)x = y$.