I am learning about Markov Chains in a general state space $\mathcal{X}$ and do not understand what exactly is meant by the $dy$ part in a Markov Kernel $P(x, dy)$?
I came across a definition for a reversible markov chain: It says a MC on $\mathcal{X}$ is reversible with respect to a prob. distribution $\pi(\cdot)$ on $\mathcal{X}$, if \begin{align*} \pi(dx) P(x, dy) = \pi(dy) P(y, dx)\end{align*} for all $x,y \in \mathcal{X}$.
According to the Definition of a (markov) Kernel $P: \mathcal{X} \times \mathcal{B}(\mathcal{X}) \to [0,1]$. I expect the second argument of $P$ to be a set, but I am not sure what rigorously is meant by the $dx$, if it is outside of an integral.
https://arxiv.org/pdf/math/0404033.pdf: Page 4, is where my confusion stems from for reference.
The Markov kernel $P$ provides numbers $P(y,A)$ for each $y \in X$ and each $A \in \mathcal B(X)$. For a fixed $y$, the map $A \mapsto P(y,A)$ is a measure. And the notation $P(y,dx)$ is used to indicate integration with respect to that measure.
So I would interpret $\pi(dx) P(x, dy) = \pi(dy) P(y, dx)$ to mean: $$ \int \left(\int f(x,y) \;\pi(dx)\right) P(x, dy) = \int\left(\int f(x,y) \;\pi(dy)\right) P(y, dx) $$ for all measurable functions $f : X \times X \to \mathbb R$.