Theorems · Theorem · measure theory
integral_pair
∀ {X : Type u_1} {E : Type u_3} {F : Type u_4} [inst : MeasurableSpace X] {μ : MeasureTheory.Measure X}
[inst_1 : NormedAddCommGroup E] [inst_2 : NormedAddCommGroup F] [inst_3 : NormedSpace ℝ E] [inst_4 : NormedSpace ℝ F]
[CompleteSpace E] [CompleteSpace F] {f : X → E} {g : X → F},
MeasureTheory.Integrable f μ →
MeasureTheory.Integrable g μ → ∫ (x : X), (f x, g x) ∂μ = (∫ (x : X), f x ∂μ, ∫ (x : X), g x ∂μ)- Cited by
- 1 results in Mathlib
- Foundations
- Depth 264 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
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
- CompleteSpacestatement and proof · cited by 2,532
- MeasureTheory.integralstatement · cited by 1,779
- MeasureTheory.Integrablestatement and proof · cited by 1,367
- MeasureTheory.Integrable.prodMkproof · cited by 5
- fst_integralproof · cited by 3
- snd_integralproof · cited by 2
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.average_pairproof · cited by 2