Theorems · Theorem · measure theory
MeasureTheory.Integrable.integral_prod_left
∀ {α : Type u_1} {β : Type u_2} {E : Type u_3} [inst : MeasurableSpace α] [inst_1 : MeasurableSpace β]
{μ : MeasureTheory.Measure α} {ν : MeasureTheory.Measure β} [inst_2 : NormedAddCommGroup E] [MeasureTheory.SFinite ν]
[inst_4 : NormedSpace ℝ E] ⦃f : α × β → E⦄,
MeasureTheory.Integrable f (μ.prod ν) → MeasureTheory.Integrable (fun x => ∫ (y : β), f (x, y) ∂ν) μ- Defined in
- Mathlib.MeasureTheory.Integral.Prod
- Cited by
- 7 results in Mathlib
- Foundations
- Depth 259 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.
- Realstatement and proof · cited by 25,697
- NormedAddCommGroupstatement and proof · cited by 15,752
- MeasurableSpacestatement and proof · cited by 13,106
- NormedSpacestatement and proof · cited by 12,499
- MeasureTheory.Measurestatement and proof · cited by 10,939
- Norm.normproof · cited by 5,413
- le_reflproof · cited by 2,061
- MeasureTheory.integralstatement and proof · cited by 1,779
- Filter.univ_mem'proof · cited by 1,672
- MeasureTheory.Integrablestatement and proof · cited by 1,367
- le_imp_le_of_le_of_leproof · cited by 576
- MeasureTheory.SFinitestatement and proof · cited by 449
Cited by7
Results whose statement or proof uses this declaration.
- MeasureTheory.Integrable.integral_prod_rightproof · cited by 1
- MeasureTheory.Integrable.integrable_convolutionproof · cited by 1
- MeasureTheory.integral_integral_addproof · cited by 1
- MeasureTheory.integral_integral_subproof · cited by 1
- MeasureTheory.continuous_integral_integralproof · cited by 1
- MeasureTheory.integrable_posConvolutionproof · cited by 0