Theorems · Theorem · measure theory
MeasureTheory.Measure.ae_ae_of_ae_prod
∀ {α : Type u_1} {β : Type u_2} [inst : MeasurableSpace α] [inst_1 : MeasurableSpace β] {μ : MeasureTheory.Measure α}
{ν : MeasureTheory.Measure β} [MeasureTheory.SFinite ν] {p : α × β → Prop},
(∀ᵐ (z : α × β) ∂μ.prod ν, p z) → ∀ᵐ (x : α) ∂μ, ∀ᵐ (y : β) ∂ν, p (x, y)Note: the converse is not true. For a counterexample, see
Walter Rudin Real and Complex Analysis, example (c) in section 8.9. It is true if the set is
measurable, see ae_prod_mem_iff_ae_ae_mem.
- Defined in
- Mathlib.MeasureTheory.Measure.Prod
- Cited by
- 7 results in Mathlib
- Foundations
- Depth 218 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- Filter.Eventuallystatement and proof · cited by 3,134
- MeasureTheory.aestatement and proof · cited by 2,352
- MeasureTheory.SFinitestatement and proof · cited by 449
- MeasureTheory.Measure.prodstatement and proof · cited by 353
- MeasureTheory.Measure.measure_ae_null_of_prod_nullproof · cited by 1
Cited by7
Results whose statement or proof uses this declaration.
- MeasureTheory.integral_prodproof · cited by 9
- MeasureTheory.AEStronglyMeasurable.integral_prod_right'proof · cited by 4
- MeasureTheory.AEStronglyMeasurable.prodMk_leftproof · cited by 3
- AEMeasurable.lintegral_prod_right'proof · cited by 2
- MeasureTheory.Measure.ae_ae_eq_curry_of_prodproof · cited by 2
- ProbabilityTheory.rnDeriv_posteriorproof · cited by 1
- MeasureTheory.hasFiniteIntegral_prod_iff'proof · cited by 0