Theorems · Theorem · measure theory
Function.Periodic.intervalIntegral_add_zsmul_eq
∀ {E : Type u_1} [inst : NormedAddCommGroup E] {f : ℝ → E} {T : ℝ} [inst_1 : NormedSpace ℝ E],
Function.Periodic f T →
∀ (n : ℤ) (t : ℝ),
(∀ (t₁ t₂ : ℝ), IntervalIntegrable f MeasureTheory.volume t₁ t₂) →
∫ (x : ℝ) in t..t + n • T, f x = n • ∫ (x : ℝ) in t..t + T, f xIf f is an integrable periodic function with period T, and n is an integer, then its
integral over [t, t + n • T] is n times its integral over [t, t + T].
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 262 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites30
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
- NormedSpacestatement and proof · cited by 12,499
- Nat.cast_oneproof · cited by 2,501
- zero_addproof · cited by 2,366
- Nat.cast_zeroproof · cited by 1,870
- add_commproof · cited by 1,535
- MeasureTheory.MeasureSpace.volumestatement and proof · cited by 1,323
- Nat.cast_addproof · cited by 586
- intervalIntegralstatement and proof · cited by 546
- Int.cast_natCastproof · cited by 393
- nsmul_eq_mulproof · cited by 369
Cited by2
Results whose statement or proof uses this declaration.
- Function.Periodic.sInf_add_zsmul_le_integral_of_posproof · cited by 1
- Function.Periodic.integral_le_sSup_add_zsmul_of_posproof · cited by 1