Theorems · Theorem · measure theory
MeasureTheory.Measure.integral_comp_smul
∀ {E : Type u_1} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] [inst_2 : MeasurableSpace E] [BorelSpace E]
[FiniteDimensional ℝ E] (μ : MeasureTheory.Measure E) [μ.IsAddHaarMeasure] {F : Type u_2}
[inst_6 : NormedAddCommGroup F] [inst_7 : NormedSpace ℝ F] (f : E → F) (R : ℝ),
∫ (x : E), f (R • x) ∂μ = |(R ^ Module.finrank ℝ E)⁻¹| • ∫ (x : E), f x ∂μThe integral of f (R • x) with respect to an additive Haar measure is a multiple of the
integral of f. The formula we give works even when f is not integrable or R = 0
thanks to the convention that a non-integrable function has integral zero.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 257 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites44
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
- Set.univproof · cited by 3,945
- CompleteSpaceproof · cited by 2,532
- Nontrivialproof · cited by 2,416
- FiniteDimensionalstatement and proof · cited by 1,854
- absstatement and proof · cited by 1,814
- MeasureTheory.integralstatement and proof · cited by 1,779
- Module.finrankstatement and proof · cited by 1,770
Cited by3
Results whose statement or proof uses this declaration.
- MeasureTheory.Measure.integral_comp_mul_leftproof · cited by 3
- MeasureTheory.Measure.integral_comp_inv_smulproof · cited by 2
- MeasureTheory.Measure.integral_comp_smul_of_nonnegproof · cited by 0