Consider the Markov chain $\{X_n, n \geq 0\}$ with $P_{NN} = 1$. Let $P(i)$ denote the probability that this chain eventually enters state $N$ given that it starts in state $i$. Show that $\{P(X_n), n\geq 0\}$ is a martingale.
This is exercise 6.5 of Sheldon Ross's Stochastic processes. In that chapter, it said (right below (6.1.2) that if we wanted to show that $Z_n$ is a martingale sequence, we can just show $$E[Z_{n+1}|Z_1,...,Z_n, Y] = Z_n$$
for any set of random variables $Y$. Since the Markov chain only has $N$ states, thus, with $Z_n = P(X_n)$, I was thinking of showing $$E[Z_{n+1}|P(1),...,P(N)] = Z_n$$
However, since $Z_{n+1} = P(X_n)$ where $X_n \in [N]$, thus $E[Z_{n+1}|P(1),...,P(N)] = P(X_n) = Z_{n+1}$. However, this is not the result I want.