Mathlib Map

Theorems · Theorem · measure theory

intervalIntegral.integral_comp_add_right

∀ {E : Type u_5} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] {a b : ℝ} (f : ℝ → E) (d : ℝ),
  ∫ (x : ℝ) in a..b, f (x + d) = ∫ (x : ℝ) in a + d..b + d, f x
Defined in
Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
Cited by
9 results in Mathlib
Foundations
Depth 257 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NormedAddCommGroupNormedSpace

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

intervalIntegral.integral_comp_mul_add · cited by 4intervalIntegral.integral…intervalIntegral.integral_comp_sub_right · cited by 3intervalIntegral.integral…Function.Periodic.intervalIntegral_add_zsmul_eq · cited by 2Periodic.intervalIntegral…intervalIntegral.integral_comp_add_left · cited by 2intervalIntegral.integral…EulerSine.integral_cos_pow_eq · cited by 2EulerSine.integral_cos_po…MeasureTheory.Integrable.hasSum_intervalIntegral_comp_add_int · cited by 1Integrable.hasSum_interva…bernoulliFun_mul · cited by 1bernoulliFun_mulMonotoneOn.intervalIntegral_slope_le · cited by 1MonotoneOn.intervalIntegr…Real.circleAverage_eq_integral_add · cited by 1Real.circleAverage_eq_int…Set · cited by 53352SetReal · cited by 25697RealNormedAddCommGroup · cited by 15752NormedAddCommGroupNormedSpace · cited by 12499NormedSpaceMeasureTheory.Measure · cited by 10939MeasureTheory.MeasureMeasureTheory.integral · cited by 1779MeasureTheory.integralMeasureTheory.Measure.restrict · cited by 1646Measure.restrictMeasureTheory.MeasureSpace.volume · cited by 1323MeasureSpace.volumeSet.Ioc · cited by 971Set.IocintervalIntegral · cited by 546intervalIntegraladd_sub_cancel_right · cited by 187add_sub_cancel_rightMeasurableEmbedding · cited by 170MeasurableEmbeddingHomeomorph.isClosedEmbedding · cited by 37Homeomorph.isClosedEmbedd…Homeomorph.addRight · cited by 18Homeomorph.addRightTopology.IsClosedEmbedding.measurableEmbedding · cited by 16IsClosedEmbedding.measura…intervalIntegral.integral_com…CITED BYCITES

Cites18

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by9

Results whose statement or proof uses this declaration.