Theorems · Theorem · measure theory
MeasureTheory.Measure.measure_prod_null
∀ {α : Type u_1} {β : Type u_2} [inst : MeasurableSpace α] [inst_1 : MeasurableSpace β] {μ : MeasureTheory.Measure α}
{ν : MeasureTheory.Measure β} [MeasureTheory.SFinite ν] {s : Set (α × β)},
MeasurableSet s → ((μ.prod ν) s = 0 ↔ (fun x => ν (Prod.mk x ⁻¹' s)) =ᵐ[μ] 0)A measurable set s has μ.prod ν measure zero, where ν is an s-finite measure,
if and only if μ-a.e. section {y | (x, y) ∈ s} of s have ν measure zero.
See measure_ae_null_of_prod_null for the forward implication without the measurability assumption
and measure_prod_null_of_ae_null for the reverse implication without the s-finiteness assumption.
Note: the assumption hs cannot be dropped. For a counterexample, see
Walter Rudin Real and Complex Analysis, example (c) in section 8.9.
- Defined in
- Mathlib.MeasureTheory.Measure.Prod
- Cited by
- 4 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.
Cites14
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 and proof · cited by 9,879
- Set.preimagestatement and proof · cited by 4,946
- MeasurableSetstatement and proof · cited by 3,075
- MeasureTheory.aestatement and proof · cited by 2,352
- Filter.EventuallyEqstatement and proof · cited by 1,912
- MeasureTheory.SFinitestatement and proof · cited by 449
- MeasureTheory.Measure.prodstatement · cited by 353
- MeasureTheory.Measure.prod_applyproof · cited by 26
Cited by4
Results whose statement or proof uses this declaration.
- MeasureTheory.Measure.AbsolutelyContinuous.prodproof · cited by 3
- MeasureTheory.Measure.measure_ae_null_of_prod_nullproof · cited by 1
- MeasureTheory.Measure.ae_prod_iff_ae_aeproof · cited by 1
- MeasureTheory.Measure.ae_prod_mem_iff_ae_ae_memproof · cited by 1