Theorems · Theorem · measure theory
MeasureTheory.ae_restrict_of_ae_eq_of_ae_restrict
∀ {α : Type u_2} {m0 : MeasurableSpace α} {μ : MeasureTheory.Measure α} {s t : α → Prop},
s =ᵐ[μ] t → ∀ {p : α → Prop}, (∀ᵐ (x : α) ∂μ.restrict s, p x) → ∀ᵐ (x : α) ∂μ.restrict t, p xIf two measurable sets are ae_eq then any proposition that is almost everywhere true on one
is almost everywhere true on the other
- Defined in
- Mathlib.MeasureTheory.Measure.Restrict
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 199 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
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
- Filter.Eventuallystatement and proof · cited by 3,134
- MeasureTheory.aestatement and proof · cited by 2,352
- Filter.EventuallyEqstatement and proof · cited by 1,912
- MeasureTheory.Measure.restrictstatement and proof · cited by 1,646
- MeasureTheory.Measure.restrict_congr_setproof · cited by 43
- MeasureTheory.ae.congr_simpproof · cited by 39
Cited by2
Results whose statement or proof uses this declaration.
- intervalIntegral.intervalIntegral_pos_of_pos_onproof · cited by 1
- MeasureTheory.ae_restrict_congr_setproof · cited by 0