[guided]We need to verify that $\mathbb{P}(F \mid X_n = i)$ — the conditional probability of the future given only the present, with no past conditioning — equals the same product of transition probabilities obtained in the previous step.
The definition of conditional probability gives $\mathbb{P}(F \mid X_n = i) = \mathbb{P}(F,\, X_n = i) / \mathbb{P}(X_n = i)$. Unlike the previous computation, the event $\{F,\, X_n = i\}$ does not specify the chain at times $0, 1, \ldots, n-1$. To apply the [Path Probability Formula](/theorems/2205), we must introduce all possible past trajectories. Since the events $\{X_0 = i_0', \ldots, X_{n-1} = i_{n-1}'\}$ for different sequences $(i_0', \ldots, i_{n-1}') \in S^n$ are mutually exclusive and exhaustive (they partition the sample space by the values of $X_0, \ldots, X_{n-1}$), we decompose:
\begin{align*}
\mathbb{P}(F,\, X_n = i) &= \sum_{i_0', \ldots, i_{n-1}' \in S} \mathbb{P}(X_0 = i_0',\, \ldots,\, X_{n-1} = i_{n-1}',\, X_n = i,\, X_{n+1} = j_1,\, \ldots,\, X_{n+m} = j_m).
\end{align*}
Each summand is now a full path specification from time $0$ to time $n + m$, so the [Path Probability Formula](/theorems/2205) applies:
\begin{align*}
&= \sum_{i_0', \ldots, i_{n-1}' \in S} \lambda_{i_0'}\, p_{i_0', i_1'} \cdots p_{i_{n-1}', i} \;\cdot\; p_{i, j_1}\, p_{j_1, j_2} \cdots p_{j_{m-1}, j_m}.
\end{align*}
The factor $p_{i, j_1} \cdots p_{j_{m-1}, j_m}$ does not depend on the summation indices $(i_0', \ldots, i_{n-1}')$, so we extract it:
\begin{align*}
&= \Bigl(\sum_{i_0', \ldots, i_{n-1}' \in S} \lambda_{i_0'}\, p_{i_0', i_1'} \cdots p_{i_{n-1}', i}\Bigr) \cdot p_{i, j_1}\, p_{j_1, j_2} \cdots p_{j_{m-1}, j_m}.
\end{align*}
The parenthesised sum is
\begin{align*}
\sum_{i_0', \ldots, i_{n-1}' \in S} \mathbb{P}(X_0 = i_0',\, X_1 = i_1',\, \ldots,\, X_{n-1} = i_{n-1}',\, X_n = i) &= \mathbb{P}(X_n = i),
\end{align*}
since summing the joint probability over all values of $X_0, \ldots, X_{n-1}$ marginalises those variables out. Substituting and dividing by $\mathbb{P}(X_n = i) > 0$:
\begin{align*}
\mathbb{P}(F \mid X_n = i) &= p_{i, j_1}\, p_{j_1, j_2} \cdots p_{j_{m-1}, j_m}.
\end{align*}
This is exactly the expression obtained in the previous step for $\mathbb{P}(F \mid X_n = i,\, H)$.[/guided]