Mathlib Map

Theorems · Theorem · measure theory

AddCircle.intervalIntegral_preimage

∀ (T : ℝ) [hT : Fact (0 < T)] {E : Type u_1} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] (t : ℝ)
  (f : AddCircle T → E), ∫ (a : ℝ) in 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
4 results in Mathlib
Foundations
Depth 259 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.

Cites15

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

Cited by4

Results whose statement or proof uses this declaration.