Mathlib Map

Theorems · Definition · probability

MeasureTheory.Submartingale

{Ω : Type u_1} →
  {E : Type u_2} →
    {ι : Type u_3} →
      [inst : Preorder ι] →
        {m0 : MeasurableSpace Ω} →
          [inst_1 : NormedAddCommGroup E] →
            [NormedSpace ℝ E] → [LE E] → (ι → Ω → E) → MeasureTheory.Filtration ι m0 → MeasureTheory.Measure Ω → Prop

A family of integrable functions f : ι → Ω → E is a submartingale with respect to a filtration if f is strongly adapted with respect to and for all i ≤ j, f i ≤ᵐ[μ] μ[f j | ℱ.le i].

Defined in
Mathlib.Probability.Martingale.Basic
Cited by
63 results in Mathlib
Foundations
Depth 294 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
PreorderNormedAddCommGroupNormedSpaceLE

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

MeasureTheory.Submartingale.integrable · cited by 15Submartingale.integrableMeasureTheory.Submartingale.stronglyAdapted · cited by 14Submartingale.stronglyAda…MeasureTheory.Martingale.submartingale · cited by 10Martingale.submartingaleMeasureTheory.Submartingale.neg · cited by 7Submartingale.negMeasureTheory.Submartingale.stronglyMeasurable · cited by 7Submartingale.stronglyMea…MeasureTheory.Submartingale.ae_tendsto_limitProcess · cited by 4Submartingale.ae_tendsto_…MeasureTheory.Submartingale.integrable_stoppedValue · cited by 4Submartingale.integrable_…MeasureTheory.Submartingale.condExp_sub_nonneg · cited by 3Submartingale.condExp_sub…MeasureTheory.Submartingale.expected_stoppedValue_mono · cited by 3Submartingale.expected_st…MeasureTheory.Submartingale.setIntegral_le · cited by 3Submartingale.setIntegral…MeasureTheory.Submartingale.sub_martingale · cited by 3Submartingale.sub_marting…MeasureTheory.Supermartingale.neg · cited by 3Supermartingale.negMeasureTheory.Submartingale.add · cited by 2Submartingale.addMeasureTheory.Submartingale.exists_ae_tendsto_of_bdd · cited by 2Submartingale.exists_ae_t…MeasureTheory.Submartingale.pos · cited by 2Submartingale.posReal · cited by 25697RealNormedAddCommGroup · cited by 15752NormedAddCommGroupMeasurableSpace · cited by 13106MeasurableSpaceNormedSpace · cited by 12499NormedSpaceMeasureTheory.Measure · cited by 10939MeasureTheory.MeasurePreorder · cited by 7952PreorderMeasureTheory.ae · cited by 2352MeasureTheory.aeMeasureTheory.Integrable · cited by 1367MeasureTheory.IntegrableMeasureTheory.Filtration · cited by 425MeasureTheory.FiltrationFilter.EventuallyLE · cited by 383Filter.EventuallyLEMeasureTheory.condExp · cited by 234MeasureTheory.condExpMeasureTheory.Filtration.seq · cited by 184Filtration.seqMeasureTheory.StronglyAdapted · cited by 81MeasureTheory.StronglyAda…MeasureTheory.SubmartingaleCITED BYCITES

Cites13

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by63

Results whose statement or proof uses this declaration.