I want to prove by virtue of Gershgorin's theorem that this matrix cannot have the numbers 0 and 4 as its eigenvalues: $$A= \begin{pmatrix} 2 & -1 & 0 & 0 &\ldots \\ -1 & 2 & -1 & 0 &\ldots \\ 0 & -1 & 2 & -1 & \ldots\\ \ldots\\ \end{pmatrix} $$
To this end, I've looked up this Gershgorin's theorem in the book by Ralston, but I do not follow the proof there, see the snippets below.
It would be enough for me to understand the solution of Exercise 30 in the section 9.6 the 2nd snippet below. The assumption for this is that $\det B=0$ but our matrix $A$ seems to be regular (I'm not sure about this). Moreover the solution on the page 477 introduces this notation which is never used in the sequel: $$x_t^{(i)}$$ and also $x_t$ which should be a solution of $Bx=0$ which again is not used any more.
Btw, how can I obtain from all this that $0$ is also not the eigenvalue of $A$ ?
Last but not least I do not follow why for $$B=A-\lambda I$$ holds this $$|a_{ii}-\lambda|\leq\sum_{k\neq i}a_{ik},$$ please see the first sinppet out of the total of three snippets, 30 (b).
1st SNIPPET
2nd SNIPPET
3rd SNIPPET


