Theorems · Definition · probability
ProbabilityTheory.HasIndepIncrements
{T : Type u_1} →
{Ω : Type u_2} →
{E : Type u_3} →
{mΩ : MeasurableSpace Ω} →
[Preorder T] →
[MeasurableSpace E] →
[Sub E] →
(T → Ω → E) → autoParam (MeasureTheory.Measure Ω) ProbabilityTheory.HasIndepIncrements._auto_1 → PropA stochastic process X : T → Ω → E has independent increments if for any n ≥ 1 and
t₁ ≤ ... ≤ tₙ, the random variables X t₂ - X t₁, ..., X tₙ - X tₙ₋₁ are independent.
Although this corresponds to the standard definition, dealing with Fin might make things
complicated in some cases. Therefore we provide HasIndepIncrements.of_nat which instead requires
to prove that for any monotone sequence (tₙ) that is eventually constant,
the random variables X tₙ₊₁ - X tₙ are independent.
- Cited by
- 12 results in Mathlib
- Foundations
- Depth 180 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- PreorderMeasurableSpaceSub
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- Preorderstatement and proof · cited by 7,952
- Monotoneproof · cited by 1,397
- ProbabilityTheory.iIndepFunproof · cited by 138
Cited by12
Results whose statement or proof uses this declaration.
- ProbabilityTheory.HasIndepIncrements.map'statement and proof · cited by 3
- ProbabilityTheory.HasIndepIncrements.indepFun_eval_substatement and proof · cited by 2
- ProbabilityTheory.HasIndepIncrements.natstatement and proof · cited by 2
- ProbabilityTheory.HasIndepIncrements.indepFun_sub_substatement and proof · cited by 1
- ProbabilityTheory.HasIndepIncrements.isGaussianProcessstatement and proof · cited by 1
- ProbabilityTheory.HasIndepIncrements.isPreBrownianReal_of_hasLawstatement and proof · cited by 1
- ProbabilityTheory.HasIndepIncrements.of_natstatement · cited by 1
- ProbabilityTheory.IsPreBrownianReal.hasIndepIncrementsstatement · cited by 1
- ProbabilityTheory.hasIndepIncrements_iff_natstatement and proof · cited by 0
- ProbabilityTheory.HasIndepIncrements.mapstatement and proof · cited by 0
- ProbabilityTheory.HasIndepIncrements.negstatement and proof · cited by 0
- ProbabilityTheory.HasIndepIncrements.smulstatement and proof · cited by 0