I'm trying to show that if the spectral radius of $R$, $\rho(R)\geq 1$, then there exist iterations of the form, given $\mathbf{x}_0$,
$\mathbf{x}_{n+1}=R\mathbf{x}_n+\mathbf{c}$
Which do not converge. Let $(\lambda, \mathbf{x}_\lambda)$ be the eigenpair corresponding to the spectral radius. Then choosing $\mathbf{x}_0=\mathbf{x}_\lambda$ results in,
$\mathbf{x}_n=R^n\mathbf{x}_\lambda + \left(\sum_{i=0}^{n-1}R^i\right)\mathbf{c}$
Then,
$\begin{align}\lVert\mathbf{x}_{n+1}-\mathbf{x}_n\rVert &= \lVert R^n(R-\mathbb{I})\mathbf{x}_\lambda+R^n\mathbf{c}\rVert\\ &=\lVert \lambda^n(\lambda-1)\mathbf{x}_\lambda+R^n\mathbf{c}\rVert \end{align} $
I'm not sure how to proceed from here, as I can only show this norm is less than or equal to $\infty$ with the triangle and sub-multiplicative properties of a norm.
Thanks!