Theorems · Theorem · measure theory
MeasureTheory.Integrable.mul_prod
∀ {α : Type u_1} {β : Type u_2} [inst : MeasurableSpace α] [inst_1 : MeasurableSpace β] {μ : MeasureTheory.Measure α}
{ν : MeasureTheory.Measure β} {L : Type u_4} [inst_2 : NormedRing L] {f : α → L} {g : β → L},
MeasureTheory.Integrable f μ →
MeasureTheory.Integrable g ν → MeasureTheory.Integrable (fun z => f z.1 * g z.2) (μ.prod ν)- Defined in
- Mathlib.MeasureTheory.Integral.Prod
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 221 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
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
- MeasureTheory.Integrablestatement and proof · cited by 1,367
- NormedRingstatement and proof · cited by 924
- MeasureTheory.Measure.prodstatement · cited by 353
- MeasureTheory.Integrable.smul_prodproof · cited by 2
Cited by2
Results whose statement or proof uses this declaration.
- VectorFourier.integral_fourierIntegral_swapproof · cited by 2
- MeasureTheory.Integrable.fin_nat_prodproof · cited by 1