Let $A$ be a square matrix of size $N$, which we assume to be invertible. We define the following sequence:
$$x_{n + 1} = x_{n} - A^{T}(Ax_{n} - y), $$
and $x_{0}$ is given.
Show that if $x_{n} \rightarrow x_{0}$, then $Ax = y$.
I have been stuck on this problem for a while, and I don't really know how to proceed. I thought about using the definition of convergence with $\epsilon-N$, but I haven't gotten anywhere with that.
Can anyone please help me?
Taking limits you get $x_0=x_0-A^{T}(Ax_0-y)$. Hence $A^{T}(Ax_0-y)=0$. Since $A$ is invertible so is $A^{T}$. Hence $Ax_0-y=0$ or $Ax_0=y$.