Theorems · Theorem · probability
ProbabilityTheory.IsStable.locally_and_iff
∀ {ι : Type u_1} {Ω : Type u_2} {E : Type u_3} {mΩ : MeasurableSpace Ω} {P : MeasureTheory.Measure Ω}
[inst : LinearOrder ι] {𝓕 : MeasureTheory.Filtration ι mΩ} {X : ι → Ω → E} {p q : (ι → Ω → E) → Prop}
[inst_1 : OrderBot ι] [inst_2 : Zero E] [inst_3 : TopologicalSpace ι] [inst_4 : OrderTopology ι],
ProbabilityTheory.IsStable 𝓕 p →
ProbabilityTheory.IsStable 𝓕 q →
(ProbabilityTheory.Locally (fun Y => p Y ∧ q Y) 𝓕 X P ↔
ProbabilityTheory.Locally p 𝓕 X P ∧ ProbabilityTheory.Locally q 𝓕 X P)- Cited by
- 1 results in Mathlib
- Foundations
- Depth 173 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites28
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setproof · cited by 53,352
- TopologicalSpacestatement and proof · cited by 24,529
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- LinearOrderstatement and proof · cited by 8,572
- Set.ofPredproof · cited by 6,101
- Bot.botproof · cited by 4,720
- WithTopproof · cited by 3,754
- OrderTopologystatement and proof · cited by 1,355
- OrderBotstatement and proof · cited by 1,055
- Set.indicatorproof · cited by 723
- MeasureTheory.Filtrationstatement and proof · cited by 425
Cited by1
Results whose statement or proof uses this declaration.
- ProbabilityTheory.IsStable.locally_induction₂proof · cited by 0