Theorems · Theorem · measure theory
MeasureTheory.Measure.eqOn_Icc_of_ae_eq
∀ {X : Type u_1} {Y : Type u_2} [inst : TopologicalSpace X] [inst_1 : LinearOrder X] [OrderTopology X]
{m : MeasurableSpace X} [inst_3 : TopologicalSpace Y] [T2Space Y] (μ : MeasureTheory.Measure X) [μ.IsOpenPosMeasure]
[DenselyOrdered X] {a b : X},
a ≠ b →
∀ {f g : X → Y},
f =ᵐ[μ.restrict (Set.Icc a b)] g →
ContinuousOn f (Set.Icc a b) → ContinuousOn g (Set.Icc a b) → Set.EqOn f g (Set.Icc a b)- Defined in
- Mathlib.MeasureTheory.Measure.OpenPos
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 203 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- 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
- MeasureTheory.aestatement and proof · cited by 2,352
- Filter.EventuallyEqstatement and proof · cited by 1,912
- Set.Iccstatement and proof · cited by 1,702
- MeasureTheory.Measure.restrictstatement and proof · cited by 1,646
- ContinuousOnstatement and proof · cited by 1,411
- OrderTopologystatement and proof · cited by 1,355
- T2Spacestatement and proof · cited by 1,351
- Set.EqOnstatement · cited by 603
Cited by1
Results whose statement or proof uses this declaration.
- intervalIntegral.integral_lt_integral_of_continuousOn_of_le_of_exists_ltproof · cited by 2