[step:Construct the product chain and verify it is irreducible and positive recurrent]Fix states $i, j \in S$. Define two independent Markov chains $X = (X_n)$ and $Y = (Y_n)$, each with transition matrix $P$, with $X_0 = i$ and $Y_0 = j$. The pair $Z_n = (X_n, Y_n)$ is itself a Markov chain on the product state space $S \times S$ with transition probabilities
\begin{align*}
\tilde{p}_{(a,b),(c,d)} = p_{a,c} \cdot p_{b,d},
\end{align*}
which follows from the independence of $X$ and $Y$.
We verify that $Z$ is irreducible. Let $(a, b)$ and $(c, d)$ be any two states in $S \times S$. Since the original chain is irreducible and aperiodic, for each state $a$ the set $D_a = \{n \geq 1 : p_{a,a}(n) > 0\}$ has $\gcd(D_a) = 1$. By a standard number-theoretic fact, there exists $N_a$ such that $n \in D_a$ for all $n \geq N_a$. In particular, $p_{a,c}(n) \geq p_{a,a}(n - m) \cdot p_{a,c}(m) > 0$ for all sufficiently large $n$ (choosing $m$ with $p_{a,c}(m) > 0$ and using $n - m \in D_a$ for $n$ large). Applying this to both coordinates: for sufficiently large $n$, both $p_{a,c}(n) > 0$ and $p_{b,d}(n) > 0$, so $\tilde{p}_{(a,b),(c,d)}(n) = p_{a,c}(n) \cdot p_{b,d}(n) > 0$. Hence $Z$ is irreducible.
The product distribution $\nuu_{(a,b)} = \pi_a \pi_b$ is invariant for $Z$:
\begin{align*}
\sum_{(a,b) \in S \times S} \nuu_{(a,b)} \, \tilde{p}_{(a,b),(c,d)} = \sum_{a,b} \pi_a \pi_b \, p_{a,c} \, p_{b,d} = \left(\sum_a \pi_a \, p_{a,c}\right)\left(\sum_b \pi_b \, p_{b,d}\right) = \pi_c \, \pi_d = \nuu_{(c,d)},
\end{align*}
where both factors equal $\pi_c$ and $\pi_d$ respectively by the invariance $\pi P = \pi$. Since $Z$ is irreducible and has an invariant distribution, the [Existence and Uniqueness of Invariant Distribution](/theorems/2223) theorem implies $Z$ is positive recurrent.[/step]