Consider any Markov chain on a state space with exactly $r$ states. We want to find the largest $N>0$ such that there exists states $i,j$ for every $n < N$ we have $p_{ij}^{(N)} > 0$ and $p_{ij}^{(n)} = 0$.
My Thoughts:
Therefore $N$ is a recurrent state, and $n$ is transient state. The period of states $i,j$ here would need to more than N. I don't see how knowing we have exactly $r$ states helps us identify the recurrent states. I think we want to find a transient state such that all the states before it are recurrent. Wouldn't this be the first transient state of the Markov chain? Since the Markov chain is arbitrary, I am not sure how to find $N$. I looked through the different theorems in the textbook, but not sure which one I can apply here.