Question
Starting from the number 0, a fair coin is flipped each time. If the coin lands heads, the number increases by 1; if it lands tails, the number is divided by 2 and rounded down (floor). Prove that this Markov chain is positive recurrent.
Step-by-step solution
Step 1. The state space of this Markov chain is . The transition probabilities are and . For any states , from one can reach state in steps with probability (via the path ); from any state , repeated floor-halving reaches in finitely many steps. Hence the chain is irreducible.
Step 2. Apply the Foster-Lyapunov criterion. Construct the Lyapunov function , so and as . The one-step mean drift is .
Step 3. When is even, say : , so . When is odd, say : , so .
Step 4. Take the finite set . For (i.e., ): if is even (), ; if is odd (), . Hence for all , .
Step 5. For states in , is clearly finite. By Foster's theorem, since there exists a Lyapunov function , a finite set , and a constant such that the mean drift is at most outside and finite inside , the irreducible chain is positive recurrent.
Final answer
QED.
Marking scheme
This rubric is based on the official solution (Foster-Lyapunov criterion).
1. Checkpoints (max 7 pts total)
Score exactly one chain | take the maximum subtotal among chains; do not add points across chains.
Chain A: Foster-Lyapunov Criterion / Pakes' Lemma (Recommended)
- Irreducibility
- State that the chain is irreducible (e.g., from 0 any state is reachable, and any state eventually returns to 0). [1 pt]
- Lyapunov function choice
- Construct (or , ; or another valid function with ). [1 pt]
- Mean drift computation (Heavy Lifting)
- Write the correct expression for combining both transition probabilities. [1 pt]
- Correctly simplify to obtain the expression with a negative dominant term (e.g., ). [1 pt]
- Drift bound analysis
- Argue that for sufficiently large (or outside a finite set ), the drift is at most for some . [2 pts]
- *If only qualitatively stating "drift tends to " without specifying the finite set and uniform bound, award 1 pt.*
- Criterion conclusion
- Cite Foster-Lyapunov criterion (or Foster's theorem / Pakes' lemma) to conclude positive recurrence. [1 pt]
Chain B: Direct Definition / Stationary Distribution Existence
- Irreducibility: State irreducibility. [1 pt]
- Balance equations: Correctly write the balance equations for . [1 pt]
- Series convergence proof (Heavy Lifting): Rigorously prove . [4 pts]
- Conclusion: State existence of a normalizable stationary distribution implies positive recurrence. [1 pt]
Total (max 7)
2. Zero-credit items
- Only copying transition rules without derivation.
- Only listing definitions of Markov chain or positive recurrence without connecting to the problem.
- Incorrectly claiming "since transition probabilities sum to 1, the chain is positive recurrent."
- Only computing specific paths without a general proof.
- Claiming the chain is null recurrent or transient.
3. Deductions
- Logical contradiction: Computing but concluding positive recurrence. (-2 pts)
- Missing condition: Completely ignoring the finite set in Foster's theorem. (-1 pt)
- Conceptual error: Confusing recurrence with positive recurrence. (-1 pt)