I have a Markov chain with state space $S = \left\{ 1,2,\dots \right\}$ with transition matrix as follows
$\begin{bmatrix} 0 & 1 & 0 & 0 & 0 & 0 & \dots \\ 0 & 0 & 1 & 0 & 0 & 0 & \dots \\ 0 & 0 & \frac{2}{3} & \frac{1}{3} & 0 & 0 & \dots \\ 0 & 0 & \frac{2}{3} & 0 & \frac{1}{3} & 0 & \dots \\ 0 & 0 & \frac{2}{3} & 0 & 0 & \frac{1}{3} & \dots \\ \vdots & \vdots & \vdots & \vdots & \vdots & \vdots & \ddots \end{bmatrix} $
I am trying to find $\lim_{n\to\infty} P^n(4,7)$ and I believe I should be using this theorem:
$\textbf{Theorem 7}$ Let $X_n, n > 0$, be an irreducible positive recurrent Markov chain having stationary distribution $\pi$. If the chain is aperiodic,
$(55) \lim_{n\to\infty} P^n(x,y) \space x,y \in S$
If the chain is periodic with period d, then for each pair $x, y$ of states in $S$ there is an integer $r, 0 \leq r < d$, such that $P^n(x, y) = 0$ unless $n = md + r$ for some nonnegative integer $m$, and
$(56) \lim_{m\to\infty} P^{md+r}(x,y) = d\pi(y)$
The problem is that it does not satisfy the conditions of being irreducible and positive recurrent so I cannot use the theorem. However I see that if I consider only the block not containing states $1,2$ ie
$\begin{bmatrix} \frac{2}{3} & \frac{1}{3} & 0 & 0 & \dots \\ \frac{2}{3} & 0 & \frac{1}{3} & 0 & \dots \\ \frac{2}{3} & 0 & 0 & \frac{1}{3} & \dots \\ \vdots & \vdots & \vdots & \vdots & \ddots \end{bmatrix} $
Then this is irreducible, positive recurrent and would be aperiodic and can use the theorem. Would it be valid to apply the theorem to this block matrix so that I can find
$\lim_{n\to\infty} P^n(4,7)$?