Suppose
(Xn) is a
Markov Chain in the general state space \mathcal{X} with specific properties. We are interested in the limiting behavior of the partial sums: :S_n(h) = \dfrac{1}{n} \sum_{i=1}^{n} h(X_i) as
n goes to infinity. Particularly, we hope to establish the
Law of Large Numbers and the
Central Limit Theorem for MCMC. In the following, we state some definitions and theorems necessary for the important convergence results. In short, we need the existence of
invariant measure and Harris recurrent to establish the Law of Large Numbers of MCMC (Ergodic Theorem). And we need aperiodicity, irreducibility and extra conditions such as reversibility to ensure the Central Limit Theorem holds in MCMC.
Irreducibility and aperiodicity Recall that in the discrete setting, a
Markov chain is said to be
irreducible if it is possible to reach any state from any other state in a finite number of steps with positive probability. However, in the continuous setting, point-to-point transitions have zero probability. In this case,
φ-irreducibility generalizes
irreducibility by using a reference measure φ on the measurable space (\mathcal{X},\mathcal{B}(\mathcal{X})). ;Definition (φ-irreducibility) Given a measure \varphi defined on (\mathcal{X},\mathcal{B}(\mathcal{X})), the Markov chain (X_n) with transition kernel K(x, y) is
φ-irreducible if, for every A \in \mathcal{B}(\mathcal{X}) with \varphi(A) > 0, there exists n such that K^n(x, A) > 0 for all x \in \mathcal{X} (Equivalently, P_x(\tau_A 0, here \tau_A = \inf\{n \geq 1 ; X_n \in A\} is the first n for which the chain enters the set A). This is a more general definition for
irreducibility of a
Markov chain in non-discrete state space. In the discrete case, an irreducible Markov chain is said to be
aperiodic if it has period 1. Formally, the period of a state \omega \in \mathcal{X} is defined as: : d(\omega) := \mathrm{gcd}\{m \geq 1 \,;\, K^m(\omega, \omega) > 0\} For the general (non-discrete) case, we define aperiodicity in terms of small sets: ;Definition (Cycle length and small sets) A
φ-irreducible Markov chain (X_n) has a
cycle of length d if there exists a small set C, an associated integer M, and a probability distribution \nu_M such that
d is the
greatest common divisor of: : \{ m \geq 1 \,;\, \exists\, \delta_m > 0 \text{ such that } C \text{ is small for } \nu_m \geq \delta_m \nu_M \}. A set C is called
small if there exists m \in \mathbb{N}^* and a nonzero measure \nu_m such that: : K^m(x, A) \geq \nu_m(A), \quad \forall x \in C,\, \forall A \in \mathcal{B}(\mathcal{X}).
Harris recurrent ;Definition (Harris recurrence) A set A is
Harris recurrent if P_x(\eta_A = \infty) = 1 for all x \in A, where \eta_A = \sum_{n=1}^\infty \mathbb{I}_A(X_n) is the number of visits of the chain (X_n) to the set A. The chain (X_n) is said to be
Harris recurrent if there exists a measure \psi such that the chain is \psi-irreducible and every measurable set A with \psi(A) > 0 is Harris recurrent. A useful criterion for verifying Harris recurrence is the following: ;Proposition If for every A \in \mathcal{B}(\mathcal{X}), we have P_x(\tau_A for every x \in A, then P_x(\eta_A = \infty) = 1 for all x \in \mathcal{X}, and the chain (X_n) is Harris recurrent. This definition is only needed when the state space \mathcal{X} is uncountable. In the countable case, recurrence corresponds to \mathbb{E}_x[\eta_x] = \infty, which is equivalent to P_x(\tau_x for all x \in \mathcal{X}. ;Definition (Invariant measure) A \sigma-finite measure \pi is said to be
invariant for the transition kernel K(\cdot, \cdot) (and the associated chain) if: :\pi(B) = \int_{\mathcal{X}} K(x, B) \, \pi(dx), \qquad \forall B \in \mathcal{B}(\mathcal{X}). When there exists an
invariant probability measure for a
ψ-irreducible (hence recurrent) chain, the chain is said to be
positive recurrent. Recurrent chains that do not allow for a finite invariant measure are called
null recurrent. In applications of Markov Chain Monte Carlo (MCMC), a very useful criterion for Harris recurrence involves the use of bounded harmonic functions. ;Definition (Harmonic function) A
measurable function h is said to be
harmonic for the chain (X_n) if: :\mathbb{E}[h(X_{n+1}) \mid x_n] = h(x_n) These functions are
invariant under the transition kernel in the functional sense, and they help characterize Harris recurrence. ;Proposition
For a positive Markov chain, if the only bounded harmonic functions are the constant functions, then the chain is Harris recurrent. Law of Large Numbers for MCMC ;Theorem (Ergodic Theorem for MCMC) If (X_n) has a \sigma-finite invariant measure \pi, then the following two statements are equivalent: • The Markov chain (X_n) is
Harris recurrent. • If f, g \in L^1(\pi) with \int g(x) \, d\pi(x) \ne 0, then \lim_{n \to \infty} \frac{S_n(f)}{S_n(g)} = \frac{\int f(x) \, d\pi(x)}{\int g(x) \, d\pi(x)}. This theorem provides a fundamental justification for the use of Markov Chain Monte Carlo (MCMC) methods, and it serves as the counterpart of the
Law of Large Numbers (LLN) in classical Monte Carlo. An important aspect of this result is that \pi does not need to be a probability measure. Therefore, there can be some type of strong stability even if the chain is null recurrent. Moreover, the Markov chain can be started from arbitrary state. If \pi is a probability measure, we can let g \equiv 1 and get : \lim_{n \to \infty} S_n(f) = \int f(x) \, d\pi(x). This is the Ergodic Theorem that we are more familiar with.
Central Limit Theorem for MCMC There are several conditions under which the
Central Limit Theorem (CLT) holds for Markov chain Monte Carlo (MCMC) methods. One of the most commonly used is the condition of
reversibility. ;Definition (Reversibility) A stationary Markov chain (X_n) is said to be
reversible if the distribution of X_{n+1} given X_{n+2} = x is the same as the distribution of X_{n+1} given X_n = x. This is equivalent to the
detailed balance condition, which is defined as follows: ;Definition (
Detailed balance) A Markov chain with transition kernel K satisfies the
detailed balance condition if there exists a function f such that: :K(y, x) f(y) = K(x, y) f(x) for every pair (x, y) in the state space. ;Theorem (CLT under reversibility) If (X_n) is aperiodic, irreducible, and reversible with invariant distribution \pi, then: : \frac{1}{\sqrt{N}} \left( \sum_{n=1}^N \left( h(X_n) - \mathbb{E}^\pi[h] \right) \right) \overset{\mathcal{L}}{\longrightarrow} \mathcal{N}(0, \gamma_h^2) where : 0 and : \bar{h}(\cdot) = h(\cdot) - E[h(\cdot)] . Even though reversibility is a restrictive assumption in theory, it is often easily satisfied in practical MCMC algorithms by introducing auxiliary variables or using symmetric proposal mechanisms. There are many other conditions that can be used to establish CLT for MCMC such as geometric ergodicity and the discrete state space. ==Autocorrelation==