Let $X_n$ be a DTMC, with transition matrix P and state-space I. Let $Y_m=X_{T_m}$ for $m \in \mathbb{N}$.
Define $T_0=\inf\{n\geq0:X_n\in J\subset I\}$ and $T_{m+1}=\inf\{n> T_{m}:X_n\in J\subset I\}$. These are stopping times, so we can use the strong markov property when conditioning on them. I'm having a bit of trouble understanding a passage from a book.
It goes like this: For $i_0,...,i_{m+1} \in J$ we have $$P(Y_{m+1}=i_{m+1}|Y_0=i_0, ..., Y_m=i_m)=P(X_{T_{m+1}}=i_{m+1}|X_{T_{0}}=i_0,..., X_{T_{m}}=i_m)=P_{i_m}(X_{T_{1}}=i_{m+1})=h^{i_{m+1}}_{i_m}$$ where $h^{i_{m+1}}_{i_m}=P(\inf\{n\geq0:X_n=i_{m+1}\}<\infty|X_0=i_m)$
I don't understand the last two equalities...
I would think that $P(X_{T_{m+1}}=i_{m+1}|X_{T_{m}}=i_m)=P(X_{T_{m+1}-T_m}=i_{m+1}|X_{0}=i_m)$.
Any help would be appreciated.
$\begin{aligned}&{\color{white}=}\Bbb P(T_{m+1}=T_m+k,X_{T_{m+1}}=b\mid X_{T_m}=a)\&\overset{\text{strong MP}}{=}\Bbb P(T_1=T_0+k,X_{T_1}=b\mid X_0=a)\&=[T_0=0]\&=\Bbb P(T_1=T_0+k,X_{T_1}=b\mid X_{T_0}=a)\end{aligned}$
and just take the sum over all $k\ge 1$ to immediately obtain the claimed result? (In my script, at least, $T_0$ is defined to be $0$.)
– PinkyWay Feb 16 '24 at 15:44