Theorems · Theorem · measure theory
MeasureTheory.Measure.measure_prod_null_of_ae_null
∀ {α : Type u_1} {β : Type u_2} [inst : MeasurableSpace α] [inst_1 : MeasurableSpace β] {μ : MeasureTheory.Measure α}
{ν : MeasureTheory.Measure β} {s : Set (α × β)},
MeasurableSet s → (fun x => ν (Prod.mk x ⁻¹' s)) =ᵐ[μ] 0 → (μ.prod ν) s = 0If μ-a.e. section {y | (x, y) ∈ s} of a measurable set have ν measure zero,
then s has μ.prod ν measure zero.
This implication requires s to be measurable but does not require ν to be s-finite.
See also measure_prod_null and measure_ae_null_of_prod_null below.
- Defined in
- Mathlib.MeasureTheory.Measure.Prod
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 216 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
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
- Set.preimagestatement and proof · cited by 4,946
- Set.univproof · cited by 3,945
- MeasurableSetstatement and proof · cited by 3,075
- MeasureTheory.aestatement and proof · cited by 2,352
- Filter.EventuallyEqstatement and proof · cited by 1,912
- MulZeroClass.zero_mulproof · cited by 1,625
- MeasureTheory.Measure.prodstatement · cited by 353
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.Measure.AbsolutelyContinuous.prodproof · cited by 3