Mathlib Map

Theorems · Definition · probability

ProbabilityTheory.Locally

{ι : Type u_1} →
  {Ω : Type u_2} →
    {E : Type u_3} →
      {mΩ : MeasurableSpace Ω} →
        [inst : LinearOrder ι] →
          [OrderBot ι] →
            [inst_2 : TopologicalSpace ι] →
              [OrderTopology ι] →
                [Zero E] →
                  ((ι → Ω → E) → Prop) →
                    MeasureTheory.Filtration ι mΩ →
                      (ι → Ω → E) → autoParam (MeasureTheory.Measure Ω) ProbabilityTheory.Locally._auto_1 → Prop

A stochastic process X is said to satisfy a property p locally with respect to a filtration 𝓕 if there exists a localizing sequence (τ_n) such that for all n, the stopped process fun i ↦ {ω | ⊥ < τ n ω}.indicator (X i) satisfies p.

Defined in
Mathlib.Probability.Process.LocalProperty
Cited by
15 results in Mathlib
Foundations
Depth 22 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
LinearOrderOrderBotTopologicalSpaceOrderTopologyZero

Around this declaration

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

ProbabilityTheory.Locally.localSeq · cited by 7Locally.localSeqProbabilityTheory.Locally.isLocalizingSequence_localSeq · cited by 4Locally.isLocalizingSeque…ProbabilityTheory.Locally.stoppedProcess_localSeq · cited by 4Locally.stoppedProcess_lo…ProbabilityTheory.Locally.of_and · cited by 3Locally.of_andProbabilityTheory.Locally.mono · cited by 2Locally.monoProbabilityTheory.IsStable.locally_and_iff · cited by 1IsStable.locally_and_iffProbabilityTheory.IsStable.locally_induction · cited by 1IsStable.locally_inductionProbabilityTheory.IsStable.locally_locally_iff · cited by 1IsStable.locally_locally_…ProbabilityTheory.IsStable.locally_of_isPreLocalizingSequence · cited by 1IsStable.locally_of_isPre…ProbabilityTheory.Locally.of_prop · cited by 1Locally.of_propProbabilityTheory.IsStable.locally · cited by 0IsStable.locallyProbabilityTheory.IsStable.locally_induction₂ · cited by 0IsStable.locally_inductio…ProbabilityTheory.Locally.localSeq.congr_simp · cited by 0localSeq.congr_simpProbabilityTheory.Locally.congr_simp · cited by 0Locally.congr_simpProbabilityTheory.Locally.left · cited by 0Locally.leftTopologicalSpace · cited by 24529TopologicalSpaceMeasurableSpace · cited by 13106MeasurableSpaceMeasureTheory.Measure · cited by 10939MeasureTheory.MeasureLinearOrder · cited by 8572LinearOrderSet.ofPred · cited by 6101Set.ofPredBot.bot · cited by 4720Bot.botWithTop · cited by 3754WithTopOrderTopology · cited by 1355OrderTopologyOrderBot · cited by 1055OrderBotSet.indicator · cited by 723Set.indicatorMeasureTheory.Filtration · cited by 425MeasureTheory.FiltrationMeasureTheory.stoppedProcess · cited by 51MeasureTheory.stoppedProc…ProbabilityTheory.IsLocalizingSequence · cited by 9ProbabilityTheory.IsLocal…ProbabilityTheory.LocallyCITED BYCITES

Cites13

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

Cited by16

Results whose statement or proof uses this declaration.