Theorems · Theorem · measure theory
MeasureTheory.exists_measurable_superset_forall_eq
∀ {α : Type u_1} {ι : Sort u_5} [inst : MeasurableSpace α] [Countable ι] (μ : ι → MeasureTheory.Measure α) (s : Set α),
∃ t, s ⊆ t ∧ MeasurableSet t ∧ ∀ (i : ι), (μ i) t = (μ i) sFor every set s and a countable collection of measures μ i there exists a measurable
superset t ⊇ s such that each measure μ i takes the same value on s and t.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 173 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- MeasurableSpaceCountable
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.
- DFunLike.coestatement and proof · cited by 62,936
- Setstatement and proof · cited by 53,352
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement · cited by 9,879
- MeasurableSetstatement and proof · cited by 3,075
- Countablestatement and proof · cited by 633
- MeasureTheory.Measure.toOuterMeasureproof · cited by 75
- MeasureTheory.OuterMeasure.exists_measurable_superset_forall_eq_trimproof · cited by 3
Cited by2
Results whose statement or proof uses this declaration.
- MeasureTheory.Measure.sum_apply_of_countableproof · cited by 4
- MeasureTheory.exists_measurable_superset₂proof · cited by 3