Theorems · Theorem · measure theory
MeasureTheory.Measure.measure_ae_null_of_prod_null
∀ {α : Type u_1} {β : Type u_2} [inst : MeasurableSpace α] [inst_1 : MeasurableSpace β] {μ : MeasureTheory.Measure α}
{ν : MeasureTheory.Measure β} [MeasureTheory.SFinite ν] {s : Set (α × β)},
(μ.prod ν) s = 0 → (fun x => ν (Prod.mk x ⁻¹' s)) =ᵐ[μ] 0Note: the converse is not true without assuming that s is measurable. For a counterexample,
see Walter Rudin Real and Complex Analysis, example (c) in section 8.9.
- Defined in
- Mathlib.MeasureTheory.Measure.Prod
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 217 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
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 · cited by 4,946
- MeasurableSetproof · cited by 3,075
- MeasureTheory.aestatement · cited by 2,352
- Filter.EventuallyEqstatement · cited by 1,912
- Filter.Eventually.of_forallproof · cited by 526
- MeasureTheory.SFinitestatement and proof · cited by 449
- zero_leproof · cited by 382
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.Measure.ae_ae_of_ae_prodproof · cited by 7