I have a hard time understand (2) of the Fredholm alternative in Evan's Appendix.

To prove the image of $I-K$ is closed, what result from functional analysis is used? I am lost in understand the first sentence of the proof, up to equation (4). Could anyone explain to me what result in functional analysis is used? Which section in the relevant part of any functional analysis one shall study for?
I believe that the result, i.e. "The range of $K$ is closed iff there exists a constant $c>0$ such that $\|Kx\|\ge c\|x\|$ for all $x\in X$ ($K$ is bounded below) is used. But I do not know if so, and where does this result come from, in functional analysis text.
Please help.

The general result you might be looking for is the following: Assume $T \colon X \rightarrow Y$ is a bounded injective operator between Banach spaces. Then $R(T)$ is closed if and only if there exists $c > 0$ such that $||Tx|| \geq c||x||$ for all $x \in X$.
In one direction, if there exists such a constant and $Tx_n \rightarrow y$ then $Tx_n$ is Cauchy but then the inequality $||Tx_n - Tx_m|| = ||T(x_n - x_m)|| \geq c||x_n - x_m||$ implies that $x_n$ is also Cauchy. Since $X$ is complete, $x_n \rightarrow x$ and since $T$ is bounded, $Tx_n \rightarrow Tx = y$ and so $y \in R(T)$.
In the other direction, if $R(T)$ is closed then $T \colon X \rightarrow R(T)$ is a bounded bijective operator between Banach spaces and so by the inverse mapping theorem, it has a bounded inverse $T^{-1} \colon R(T) \rightarrow X$ and so there exists $d > 0$ such that $||x|| = ||T^{-1}(T(x))|| \leq d ||Tx||$ for all $x \in X$ and we can take $c = \frac{1}{d}$.
In your case, $T = I - K$ and $X = N(T)^{\perp}, Y = H$.