Question
Let . Consider the following Markov chain with state space : at each step, a coordinate is chosen uniformly at random; if all of its neighbors (if or , there is only one neighbor) have value 0, then is updated to 0 with probability and to 1 with probability ; otherwise the state remains unchanged.
(a) Find the stationary distribution of this Markov chain.
(b) As , given that the state contains exactly ones (assume ), find the limiting conditional probability that the state is for all (and these are all the positions equal to 1).
Step-by-step solution
(a) Finding the stationary distribution.
We check whether the chain is reversible. For any two states : If and differ in more than one coordinate, then , so detailed balance holds trivially.
If and differ only in coordinate , say has and has , then for both to lie in , the neighbors of must all be 0. In state , selecting coordinate is allowed (neighbors are 0), and the update probability is . Similarly, in state , selecting coordinate is also allowed (neighbors are still 0), giving .
Since for all , the transition matrix is symmetric. By detailed balance with a uniform candidate , we verify .
The chain is irreducible (any state can reach any other by flipping coordinates one at a time through the all-zeros state). Since the state space is finite and the chain is irreducible, the stationary distribution is unique: for all .
(b) Finding the limiting conditional probability.
The chain is irreducible and aperiodic (since ), so as the distribution converges to .
Let be the specific state with for and all other entries 0, and let be the set of all states in with exactly ones. Since is uniform: .
To count : we need to place ones among positions with no two adjacent. Using the stars-and-bars method (placing remaining zeros into gaps), we get: .
Therefore the limiting conditional probability is .
Final answer
(a) (b)
Marking scheme
The following is the rubric based on the official solution.
1. Checkpoints (max 7 pts total)
(a) Finding the stationary distribution (3 pts)
- Transition probability symmetry: Explicitly compute the transition probability between adjacent states as and note (or state the transition matrix is symmetric). [1 pt]
- Uniform distribution conclusion: Use detailed balance (or double stochasticity) to conclude is uniform on . [1 pt]
- Uniqueness/ergodicity: Mention irreducibility to guarantee uniqueness of the stationary distribution. [1 pt]
(b) Finding the limiting conditional probability (4 pts)
- Connecting the limit to the stationary distribution: State that as the distribution converges to , and since is uniform, the conditional probability equals . [1 pt]
- Combinatorial counting setup: Establish the correct counting model for (e.g., stars-and-bars for non-adjacent ones, or the classical non-adjacent selection formula). [1 pt]
- Counting result: Correctly obtain . [1 pt]
- Final result: Conclude the probability is (or equivalent form). [1 pt]
Total (max 7)
2. Zero-credit items
- Merely copying the problem conditions or defining without any probabilistic or combinatorial derivation.
- In (b), incorrectly assuming the coordinates are mutually independent.
- Giving only a specific numerical answer without a general formula (this is a parametric problem).
- In (a), merely guessing uniform distribution without providing symmetry or balance equation justification.
3. Deductions
- (a) Missing logic: Proving uniform is stationary but not mentioning irreducibility or uniqueness: -1 pt.
- Combinatorial error: Correct stars-and-bars logic but wrong binomial coefficient subscript (e.g., ): -1 pt.
- Notation confusion: Confusing conditional probability with joint probability (e.g., failing to take the reciprocal): -1 pt.
- Deductions cannot reduce a sub-part below 0.