Feller continuous Markov kernels on a compact metric space has an invariant distribution?

342 Views Asked by At

I am trying to prove that a Feller continuous Markov kernel on a compact metric space has an invariant distribution.

Let $S\ $be a compact metric space. Let $\mathcal{B}(S)$ be the Borel $\sigma $-algebra on $S$. A Markov kernel $P$ on the measurable space $\left (S ,\mathcal{B}(S)\right )$ is a function $P :S \times \mathcal{B}(S) \rightarrow [0 ,1]$ such that for all $s \in S$, $P\left (s , \cdot \right )$ is a probability measure on $S$ and for each $B \in \mathcal{B}(S)$, $P\left ( \cdot ,B\right )$ is a $\mathcal{B}(S)$-measurable function.

The Markov kernel $P$ is Feller continuous if for any bounded, continuous function $f :S \rightarrow \mathbb{R}$, the function $\int _{S}f\left (s^{ \prime }\right )P\left (s ,ds^{ \prime }\right )$ is continuous. Define the operator $T :\mathcal{P}(S) \rightarrow \mathcal{P}(S)$ where $\mathcal{P}(S)$ is the set of all probability measures on $S$ by \begin{equation}T\lambda (B) =\int _{S}P(s ,B)\lambda (ds) . \end{equation}Say that $\mu $ is an invariant distribution if $T\mu =\mu $.

Theorem: There exist an invariant distribution.

Proof: Since $S$ is compact $\mathcal{P}(S)$ is compact in the weak topology. $\mathcal{P}(S)$ is clearly convex. Furthermore, if $\lambda _{n} \rightarrow \lambda $ (weakly) then for any continuous and bounded function $f$, $\int f(s)T\lambda _{n}(ds) =\int f(s^{ \prime })P(s ,ds^{ \prime })\lambda _{n}(ds) \rightarrow \int f(s^{ \prime })P(s ,ds)\lambda (ds) =\int f(s)T\lambda (ds)$ since $\int _{S}f\left (s^{ \prime }\right )P\left (s ,ds^{ \prime }\right )$is continuous and $\lambda _{n} \rightarrow \lambda $. So $T$ is continuous.

Schauder fixed-point theorem: https://en.wikipedia.org/wiki/Schauder_fixed-point_theorem imply that $T$ has a fixed point.

Is my proof correct? Do you know about other proofs / counter example?