Theorems · Theorem · measure theory
Function.Periodic.integral_le_sSup_add_zsmul_of_pos
∀ {T : ℝ} {g : ℝ → ℝ},
Function.Periodic g T →
IntervalIntegrable g MeasureTheory.volume 0 T →
0 < T →
∀ (t : ℝ),
∫ (x : ℝ) in 0..t, g x ≤
sSup ((fun t => ∫ (x : ℝ) in 0..t, g x) '' Set.Icc 0 T) + ⌊t / T⌋ • ∫ (x : ℝ) in 0..T, g xIf g : ℝ → ℝ is periodic with period T > 0, then for any t : ℝ, the function
t ↦ ∫ x in 0..t, g x is bounded above by t ↦ X + ⌊t/T⌋ • Y for appropriate constants X and
Y.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 263 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites23
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
- Set.imagestatement and proof · cited by 5,609
- zero_addproof · cited by 2,366
- Set.Iccstatement and proof · cited by 1,702
- LT.lt.ne'proof · cited by 1,417
- MeasureTheory.MeasureSpace.volumestatement and proof · cited by 1,323
- SupSet.sSupstatement and proof · cited by 954
- intervalIntegralstatement and proof · cited by 546
- IntervalIntegrablestatement and proof · cited by 316
- Continuous.continuousOnproof · cited by 311
- Int.floorstatement and proof · cited by 225
- Function.Periodicstatement and proof · cited by 154
Cited by1
Results whose statement or proof uses this declaration.
- Function.Periodic.tendsto_atBot_intervalIntegral_of_posproof · cited by 1