Mathlib Map

Theorems · Theorem · measure theory

AddCircle.integral_preimage

∀ (T : ℝ) [hT : Fact (0 < T)] {E : Type u_1} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] (t : ℝ)
  (f : AddCircle T → E), ∫ (a : ℝ) in Set.Ioc t (t + T), f ↑a = ∫ (b : AddCircle T), f b

The integral of an almost-everywhere strongly measurable function over AddCircle T is equal to the integral over an interval $(t, t + T]$ in of its lift to .

Defined in
Mathlib.MeasureTheory.Integral.IntervalIntegral.Periodic
Cited by
2 results in Mathlib
Foundations
Depth 258 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FactNormedAddCommGroupNormedSpace

Around this declaration

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

Cites27

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

Cited by2

Results whose statement or proof uses this declaration.