Theorems · Theorem · measure theory
MeasureTheory.average_pair
∀ {α : Type u_1} {E : Type u_2} {F : Type u_3} {m0 : MeasurableSpace α} [inst : NormedAddCommGroup E]
[inst_1 : NormedSpace ℝ E] [inst_2 : NormedAddCommGroup F] [inst_3 : NormedSpace ℝ F] [CompleteSpace F]
{μ : MeasureTheory.Measure α} [CompleteSpace E] {f : α → E} {g : α → F},
MeasureTheory.Integrable f μ →
MeasureTheory.Integrable g μ → ⨍ (x : α), (f x, g x) ∂μ = (⨍ (x : α), f x ∂μ, ⨍ (x : α), g x ∂μ)- Defined in
- Mathlib.MeasureTheory.Integral.Average
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 265 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
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.Integrablestatement and proof · cited by 1,367
- MeasureTheory.averagestatement · cited by 87
- MeasureTheory.Integrable.to_averageproof · cited by 2
- integral_pairproof · cited by 1
Cited by2
Results whose statement or proof uses this declaration.
- ConvexOn.average_mem_epigraphproof · cited by 3
- StrictConvexOn.ae_eq_const_or_map_average_ltproof · cited by 1