Theorems · Theorem · measure theory
MeasureTheory.AEStronglyMeasurable.prodMk_left
∀ {α : Type u_1} {β : Type u_2} [inst : MeasurableSpace α] [inst_1 : MeasurableSpace β] {μ : MeasureTheory.Measure α}
{ν : MeasureTheory.Measure β} {X : Type u_4} [inst_2 : TopologicalSpace X] [MeasureTheory.SFinite ν] {f : α × β → X},
MeasureTheory.AEStronglyMeasurable f (μ.prod ν) →
∀ᵐ (x : α) ∂μ, MeasureTheory.AEStronglyMeasurable (fun y => f (x, y)) ν- Defined in
- Mathlib.MeasureTheory.Integral.Prod
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 219 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- TopologicalSpacestatement and proof · cited by 24,529
- 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
- Filter.univ_mem'proof · cited by 1,672
- Filter.mp_memproof · cited by 1,537
- MeasureTheory.AEStronglyMeasurablestatement and proof · cited by 755
- MeasureTheory.SFinitestatement and proof · cited by 449
- MeasureTheory.Measure.prodstatement and proof · cited by 353
- MeasureTheory.AEStronglyMeasurable.mkproof · cited by 82
- MeasureTheory.AEStronglyMeasurable.ae_eq_mkproof · cited by 77
Cited by3
Results whose statement or proof uses this declaration.
- MeasureTheory.integrable_prod_iffproof · cited by 5
- MeasureTheory.AEStronglyMeasurable.of_comp_sndproof · cited by 3
- MeasureTheory.AEStronglyMeasurable.prodMk_rightproof · cited by 0