Theorems · Theorem · measure theory
MeasureTheory.ae_uIoc_iff
∀ {α : Type u_1} {m : MeasurableSpace α} {μ : MeasureTheory.Measure α} [inst : LinearOrder α] {a b : α} {P : α → Prop},
(∀ᵐ (x : α) ∂μ, x ∈ Set.uIoc a b → P x) ↔
(∀ᵐ (x : α) ∂μ, x ∈ Set.Ioc a b → P x) ∧ ∀ᵐ (x : α) ∂μ, x ∈ Set.Ioc b a → P xSee also MeasureTheory.ae_restrict_uIoc_iff.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 171 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- LinearOrder
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- LinearOrderstatement and proof · cited by 8,572
- Filter.Eventuallystatement and proof · cited by 3,134
- MeasureTheory.aestatement and proof · cited by 2,352
- Set.Iocstatement and proof · cited by 971
- Set.uIocstatement · cited by 182
- Set.uIoc_eq_unionproof · cited by 8
Cited by1
Results whose statement or proof uses this declaration.
- intervalIntegral.integral_congr_aeproof · cited by 10