Theorems · Theorem · measure theory
MeasureTheory.setIntegral_prod_mul
∀ {α : Type u_1} {β : Type u_2} [inst : MeasurableSpace α] [inst_1 : MeasurableSpace β] {μ : MeasureTheory.Measure α}
{ν : MeasureTheory.Measure β} [MeasureTheory.SFinite ν] [MeasureTheory.SFinite μ] {L : Type u_5} [inst_4 : RCLike L]
(f : α → L) (g : β → L) (s : Set α) (t : Set β),
∫ (z : α × β) in s ×ˢ t, f z.1 * g z.2 ∂μ.prod ν = (∫ (x : α) in s, f x ∂μ) * ∫ (y : β) in t, g y ∂ν- Defined in
- Mathlib.MeasureTheory.Integral.Prod
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 267 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Realstatement · cited by 25,697
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- RCLikestatement and proof · cited by 2,829
- MeasureTheory.integralstatement and proof · cited by 1,779
- SProd.sprodstatement · cited by 1,750
- MeasureTheory.Measure.restrictstatement and proof · cited by 1,646
- MeasureTheory.SFinitestatement and proof · cited by 449
- MeasureTheory.Measure.prodstatement · cited by 353
- MeasureTheory.Measure.prod_restrictproof · cited by 12
- MeasureTheory.integral_prod_mulproof · cited by 10
Cited by3
Results whose statement or proof uses this declaration.
- integral_gaussian_sq_complexproof · cited by 2
- Complex.integral_rpow_mul_exp_neg_mul_rpowproof · cited by 1
- Complex.integral_rpow_mul_exp_neg_rpowproof · cited by 1