In the setup of MCMC algorithms, we construct Markov chains from a transition kernel K, a conditional probability density such that Xn+1∼K(Xn,Xn+1).
The chain encountered in MCMC settings enjoy a very strong stability property, namely a stationary probability distribution; that is, a distribution π such that if Xn∼π, then Xn+1∼π, if the kernel K allows for free moves all over the state space. This freedom is called irreducibility in the theory of Markov chains and is formalized as the existence of n∈N such that P(Xn∈A∣X0)>0 for every A such that π(A)>0. This property also ensures that most of the chains involved in MCMC algorithms are recurrent (that is, that the average number of visits to an arbitrary set A is infinite), or even Harris recurrent (that is, such that the probability of an infinite number of returns to A is 1).
Harris recurrence ensures that the chain has the same limiting behavior for every starting value instead of almost every starting value.
The stationary distribution is also a limiting distribution in the sense that the limiting distribution of Xn+1 is π under the total variation norm, notwithstanding the initial value of X0.
Strong forms of convergence are also encountered in MCMC settings, like geometric and uniform convergences.
If the marginals are proper, for convergence we only need our chain to be aperiodic. A sufficient condition is that K(xn,⋅)>0 (or, equivalently, f(⋅∣xn)>0) in a neighborhood of xn.
If the marginal are not proper, or if they do not exist, then the chain is not positive recurrent. It is either null recurrent, and both cases are bad.
The detailed balance condition is not necessary for f to be a stationary measure associated with the transition kernel K, but it provides a sufficient condition that is often easy to check and that can be used for most MCMC algorithms.
uniform ergodicity: stronger than geometric ergodicity in the sense that the rate of geometric convergence must be uniform over the whole space.
Irreducibility + Aperiodic = Ergodicity ?
Basic Notions
Bernoulli-Laplace Model
The finite chain is indeed irreducible since it is possible to connect the status x and y in ∣x−y∣ steps with probability
i=x∧y∏x∨y−1(MM−i)2.
The Bernoulli-Laplace chain is aperiodic and even strongly aperiodic since the diagonal terms satisfy Pxx>0 for every x∈{0,…,K}.
Given the quasi-diagonal shape of the transition matrix, it is possible to directly determine the invariant distribution, π=(π0,…,πK). From the equation πP=π,
Given that the transition kernel corresponds to the N(θxn−1,σ2) distribution, a normal distribution N(μ,τ2) is stationary for the AR(1) chain only if
μ=θμandτ2=τ2θ2+σ2.
These conditions imply that μ=0 and that τ2=σ2/(1−θ2), which can only occur for ∣θ∣<1. In this case, N(0,σ2/(1−θ2)) is indeed the unique stationary distribution of the AR(1) chain.
Branching process
If ϕ doesn't have a constant term, i.e., P(X1=0)=0, then chain St is necessarily transient since it is increasing.
If P(X1=0)>0, the probability of a return to 0 at time t is ρ(t)=P(St=0)=gt(0), which thus satisfies the recurrence equation ρt=ϕ(ρt−1). There exists a limit ρ different from 1, such that ρ=ϕ(ρ), iff ϕ′(1)>1; namely if E[X]>1. The chain is thus transient when the average number of siblings per individual is larger than 1. If there exists a restarting mechanism in 0, St+1∣St=0∼ϕ, it is easily shown that when ϕ′(1)>1, the number of returns to 0 follows a geometric distribution with parameter ρ.