Theorems · Theorem · measure theory
interval_average_eq
∀ {E : Type u_1} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] (f : ℝ → E) (a b : ℝ),
⨍ (x : ℝ) in a..b, f x = (b - a)⁻¹ • ∫ (x : ℝ) in a..b, f x- Cited by
- 3 results in Mathlib
- Foundations
- Depth 255 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites24
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setproof · cited by 53,352
- Realstatement and proof · cited by 25,697
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- LT.lt.leproof · cited by 2,189
- MeasureTheory.integralproof · cited by 1,779
- MeasureTheory.Measure.restrictstatement and proof · cited by 1,646
- MeasureTheory.MeasureSpace.volumestatement and proof · cited by 1,323
- Set.Iocproof · cited by 971
- intervalIntegralstatement and proof · cited by 546
- MeasureTheory.Measure.realproof · cited by 530
- neg_smulproof · cited by 306
Cited by3
Results whose statement or proof uses this declaration.
- Real.circleAverage_eq_intervalAverageproof · cited by 1
- intervalAverage_congr_codiscreteWithinproof · cited by 0
- interval_average_eq_divproof · cited by 0