Documentation

Atlas.TheoryOfProbability.code.RandomWalkDichotomyProof

theorem randomWalk_events_cover_ae {Ω : Type u_1} [MeasurableSpace Ω] (μ : MeasureTheory.Measure Ω) [MeasureTheory.IsProbabilityMeasure μ] (X : Ω) (hindep : ProbabilityTheory.iIndepFun X μ) (hident : ∀ (i : ), ProbabilityTheory.IdentDistrib (X i) (X 0) μ μ) :

Almost surely, every realization of an i.i.d. random walk falls into one of the four behavioral classes (converges to a finite limit, drifts to +∞, drifts to -∞, or oscillates between +∞ and -∞). Equivalently, the complement of the union of these four events is μ-null.

theorem random_walk_dichotomy {Ω : Type u_1} [MeasurableSpace Ω] (μ : MeasureTheory.Measure Ω) [MeasureTheory.IsProbabilityMeasure μ] (X : Ω) (hindep : ProbabilityTheory.iIndepFun X μ) (hident : ∀ (i : ), ProbabilityTheory.IdentDistrib (X i) (X 0) μ μ) :

Random walk dichotomy (Durrett, Lecture 23). If X₁, X₂, … are i.i.d. real-valued random variables and Sₙ = ∑_{i<n} Xᵢ, then with probability one exactly one of the following occurs:

  • Sₙ → l for some finite l (degenerate case Xᵢ ≡ 0),
  • Sₙ → +∞,
  • Sₙ → -∞,
  • liminf Sₙ = -∞ and limsup Sₙ = +∞ (the walk oscillates).