Given the system $$Ax=b,$$ where $A\in\mathbb{R}^{n\times n}$, I read that, in case Jacobi iteration is used as a solver, the method will not converge if $b$ has a non-zero component in the null-space of $A$. So, how could one formally state that, provided that $b$ has a non-zero component spanning the null-space of $A$, Jacobi method is non-convergent? I wonder how could that be mathematically formalized, since part of the solution orthogonal to the null-space does converge.
Therefore, by projecting the null-space of $A$ out of each iterate, it converges (or?).
.........
I'm particularly interested in the case of $$Lx=b,$$ where $L$ is a symmetric Laplacian matrix with the null-space spanned by a vector $1_n=[1\dots 1]^T\in\mathbb{R}^n$, and $b$ has a zero component in the null-space of $L$, $$Jb=b,$$ where $J=I-\frac{1}{n}1_n1_n^T$ is the centering matrix. Does that imply that each Jacobi iterate will have the null-space of $L$ projected out, ie., each iterate will be centered? I'm asking this since then there would be no need to project out the null-space of $L$ from Jacobi iterates (or, in other words, to center the iterates).