Theorems · Theorem · probability
ProbabilityTheory.HasIndepIncrements.of_nat
∀ {T : Type u_1} {Ω : Type u_2} {E : Type u_3} {mΩ : MeasurableSpace Ω} {P : MeasureTheory.Measure Ω} {X : T → Ω → E}
[inst : Preorder T] [inst_1 : MeasurableSpace E] [inst_2 : Sub E],
(∀ (t : ℕ → T),
Monotone t →
Filter.EventuallyConst t Filter.atTop →
ProbabilityTheory.iIndepFun (fun i ω => X (t (i + 1)) ω - X (t i) ω) P) →
ProbabilityTheory.HasIndepIncrements X P- Cited by
- 1 results in Mathlib
- Foundations
- Depth 181 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.
Cites11
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
- Filter.atTopstatement and proof · cited by 2,405
- Monotonestatement and proof · cited by 1,397
- ProbabilityTheory.iIndepFunstatement and proof · cited by 138
- Filter.EventuallyConststatement and proof · cited by 93
- Fin.val_injectiveproof · cited by 23
- ProbabilityTheory.HasIndepIncrementsstatement · cited by 12
- ProbabilityTheory.iIndepFun.precompproof · cited by 6
- Filter.eventuallyConst_atTopproof · cited by 3
Cited by1
Results whose statement or proof uses this declaration.
- ProbabilityTheory.hasIndepIncrements_iff_natproof · cited by 0