Theorems · Theorem · measure theory
MeasureTheory.NullMeasurableSet.right_of_prod
∀ {α : Type u_1} {β : Type u_2} [inst : MeasurableSpace α] [inst_1 : MeasurableSpace β] {μ : MeasureTheory.Measure α}
{ν : MeasureTheory.Measure β} [MeasureTheory.SFinite ν] {s : Set α} {t : Set β},
MeasureTheory.NullMeasurableSet (s ×ˢ t) (μ.prod ν) → μ s ≠ 0 → MeasureTheory.NullMeasurableSet t νIf s ×ˢ t is a null measurable set and μ s ≠ 0, then t is a null measurable set.
- Defined in
- Mathlib.MeasureTheory.Measure.Prod
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 220 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.preimageproof · cited by 4,946
- MeasurableSetproof · cited by 3,075
- MeasureTheory.aeproof · cited by 2,352
- Filter.EventuallyEqproof · cited by 1,912
- SProd.sprodstatement and proof · cited by 1,750
- MeasureTheory.SFinitestatement and proof · cited by 449
- MeasureTheory.Measure.prodstatement and proof · cited by 353
Cited by3
Results whose statement or proof uses this declaration.
- MeasureTheory.NullMeasurableSet.left_of_prodproof · cited by 2
- MeasureTheory.NullMeasurableSet.of_preimage_sndproof · cited by 1
- MeasureTheory.Measure.nullMeasurableSet_prod_of_ne_zeroproof · cited by 0