Documentation

BrownianMotion.Gaussian.BrownianMotion

Brownian motion #

Equations
Instances For
    theorem ProbabilityTheory.exists_brownian :
    ∃ (Y : NNReal(NNReal)), (∀ (t : NNReal), Measurable (Y t)) (∀ (t : NNReal), Y t =ᵐ[gaussianLimit] preBrownian t) ∀ (β : NNReal), 0 < ββ < ⨆ (n : ), (↑(n + 2) - 1) / (2 * ↑(n + 2))∀ (ω : NNReal), MemHolder β fun (x : NNReal) => Y x ω
    theorem ProbabilityTheory.memHolder_brownian {β : NNReal} (hβ_pos : 0 < β) (hβ_lt : β < 2⁻¹) (ω : NNReal) :
    MemHolder β fun (x : NNReal) => brownian x ω
    Equations
    • One or more equations did not get rendered due to their size.
    Instances For