Let $(S,\mathcal{S})$ be a measurable space (thought of as the state space of a Markov chain). In Durrett's probability, he defines a transition probability to be a function $p:(S,\mathcal{S}) \to \mathbb{R}$ such that
- For fixed $x \in S$, $p(x,\cdot)$ is a probability measure on $(S,\mathcal{S})$.
- For fixed $A \in \mathcal{S}$, $p(\cdot, A)$ is a measurable function.
Then he goes on to say that $X_n$ is called a Markov chain (wrt $\mathcal{F}_n$) with transition probability $p$ if $P(X_{n+1} \in B | \mathcal{F}_n) = p(X_n,B)$. But what does $p(X_n,B)$ mean? $X_n$ is a function $X_n: \Omega \to S$, not an element of $S$. Do we interpret $X_n$ as having a fixed value $X_n=s$ and then interpret $p(X_n,B)$ as being $p(s,B)$?
Another confusing bit of notation: he goes on to define the canonical sequence space $(S^\mathbb{N}, \mathcal{S}^\mathbb{N})$ and a probability measure $P_\mu$ on it via the Kolmogorov extension theorem. He says that $P_\mu(A) = \int P_x(A) d\mu(x)$, but he never defines what $P_x$ is.