Let $X$ be a Markov chain containing an absorbing state $s$ with which all other states are accessible, in the sense that $p_{is}(n) > 0$ for some $n = n(i)$. I need to prove that that all states other than $s$ are transient.
Intuitively, this is perfectly obvious - there exist paths that will prevent the process from escaping state s. What I'm struggling with is the formal language for expressing this notion. How do I rigorously say "there are situations where there are no paths back to the non-absorbing state"?
If $i$ is recurrent then $P(X_n=i \, \, \text {i.o.}|X_0=i)=1$. But $P(X_n=i \, \, \text {i.o.}|X_0=i)\leq P(X_n \neq s \, \,\forall n|X_0=i)$ since $s$ is absorbing. So we get the contradiction $1<1$.