Theorems · Theorem · measure theory
MeasureTheory.Measure.nullMeasurableSet_prod_of_ne_zero
∀ {α : Type u_1} {β : Type u_2} [inst : MeasurableSpace α] [inst_1 : MeasurableSpace β] {μ : MeasureTheory.Measure α}
{ν : MeasureTheory.Measure β} [MeasureTheory.SFinite ν] [MeasureTheory.SFinite μ] {s : Set α} {t : Set β},
μ s ≠ 0 →
ν t ≠ 0 →
(MeasureTheory.NullMeasurableSet (s ×ˢ t) (μ.prod ν) ↔
MeasureTheory.NullMeasurableSet s μ ∧ MeasureTheory.NullMeasurableSet t ν)The product of two non-null sets is null measurable if and only if both of them are null measurable.
- Defined in
- Mathlib.MeasureTheory.Measure.Prod
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 225 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
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
- SProd.sprodstatement and proof · cited by 1,750
- MeasureTheory.SFinitestatement and proof · cited by 449
- MeasureTheory.Measure.prodstatement and proof · cited by 353
- MeasureTheory.NullMeasurableSetstatement and proof · cited by 337
- MeasureTheory.NullMeasurableSet.right_of_prodproof · cited by 3
- MeasureTheory.NullMeasurableSet.left_of_prodproof · cited by 2
- MeasureTheory.NullMeasurableSet.prodproof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.