Theorems · Theorem · probability
MeasureTheory.submartingale_of_setIntegral_le
∀ {Ω : Type u_1} {ι : Type u_3} [inst : Preorder ι] {m0 : MeasurableSpace Ω} {μ : MeasureTheory.Measure Ω}
{ℱ : MeasureTheory.Filtration ι m0} [MeasureTheory.SigmaFiniteFiltration μ ℱ] {f : ι → Ω → ℝ},
MeasureTheory.StronglyAdapted ℱ f →
(∀ (i : ι), MeasureTheory.Integrable (f i) μ) →
(∀ (i j : ι), i ≤ j → ∀ (s : Set Ω), MeasurableSet s → ∫ (ω : Ω) in s, f i ω ∂μ ≤ ∫ (ω : Ω) in s, f j ω ∂μ) →
MeasureTheory.Submartingale f ℱ μ- Defined in
- Mathlib.Probability.Martingale.Basic
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 298 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites35
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Setstatement and proof · cited by 53,352
- Realstatement and proof · cited by 25,697
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- Top.topproof · cited by 9,680
- Preorderstatement and proof · cited by 7,952
- MeasurableSetstatement and proof · cited by 3,075
- MeasureTheory.aeproof · cited by 2,352
- MeasureTheory.integralstatement and proof · cited by 1,779
- Filter.univ_mem'proof · cited by 1,672
- MeasureTheory.Measure.restrictstatement and proof · cited by 1,646
Cited by2
Results whose statement or proof uses this declaration.
- MeasureTheory.submartingale_of_expected_stoppedValue_monoproof · cited by 1
- MeasureTheory.submartingale_of_setIntegral_le_succproof · cited by 1