Let y be a transient state. Show that for all x
$$\sum_{n=0}^{\infty}P^n(x,y) \leq \sum_{n=0}^{\infty}P^n(y,y)$$
Hint: Use $\sum_{n=1}^{\infty}P^n(x,y)=\frac{\rho_{xy}}{1-\rho_{yy}}$
I tried to sum one and use the property $0 \leq \rho_{xy} \leq 1$ but I could not conclude. Any ideas?
I did it... We know that $$P^0(x,y)=P[X_0=y|X_0=x]=\begin{cases} 1 & if x=y\\ 0 & if x \neq y \end{cases}$$ In other hand , let's see that \begin{align*} \sum_{n=0}^{\infty}P^n(y,y)&=P^0(y,y)+\sum_{n=1}^{\infty}P^n(y,y)\\ &=1+\sum_{n=1}^{\infty}P^n(y,y)\\ &=1+\frac{\rho_{yy}}{1-\rho_{yy}} \tag{Hint}\\ &=\frac{1}{1-\rho_{yy}}. \end{align*}
Therefore, \begin{align*} \sum_{n=0}^{\infty}P^n(x,y)&=P^0(x,y)+\sum_{n=1}^{\infty}P^n(x,y)\\ &=0+\sum_{n=1}^{\infty}P^n(x,y)\\ &=\frac{\rho_{xy}}{1-\rho_{yy}} \tag{Hint}\\ &\leq \frac{1}{1-\rho_{yy}}. \tag{$0 \leq \rho_{xy} \leq 1$}\\ &=\sum_{n=0}^{\infty}P^n(y,y). \end{align*}
Hence, $$\sum_{n=0}^{\infty}P^n(x,y) \leq \sum_{n=0}^{\infty}P^n(y,y).$$ Q.E.D.