Theorems · Theorem · measure theory
MeasureTheory.Integrable.smul_prod
∀ {α : Type u_1} {β : Type u_2} {E : Type u_3} [inst : MeasurableSpace α] [inst_1 : MeasurableSpace β]
{μ : MeasureTheory.Measure α} {ν : MeasureTheory.Measure β} [inst_2 : NormedAddCommGroup E] {R : Type u_4}
[inst_3 : NormedRing R] [inst_4 : Module R E] [IsBoundedSMul R E] {f : α → R} {g : β → E},
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 220 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Modulestatement and proof · cited by 20,661
- NormedAddCommGroupstatement and proof · cited by 15,752
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- Norm.normproof · cited by 5,413
- one_mulproof · cited by 2,841
- MeasureTheory.Integrablestatement and proof · cited by 1,367
- NormedRingstatement and proof · cited by 924
- MeasureTheory.Measure.prodstatement · cited by 353
- IsBoundedSMulstatement and proof · cited by 329
- norm_smul_leproof · cited by 24
- ContinuousSMul.continuous_smulproof · cited by 21
Cited by2
Results whose statement or proof uses this declaration.
- MeasureTheory.Integrable.mul_prodproof · cited by 2
- MeasureTheory.integral_prod_smulproof · cited by 2