Theorems · Theorem · real analysis
eVariationOn_smul_le
∀ {α : Type u_2} [inst : LinearOrder α] {F : Type u_4} [inst_1 : NormedAddCommGroup F] [inst_2 : NormedSpace ℝ F]
{𝕜 : Type u_6} {f : α → 𝕜} {g : α → F} [inst_3 : NormedRing 𝕜] [inst_4 : NormedAlgebra ℝ 𝕜] [inst_5 : Module 𝕜 F]
[NormSMulClass 𝕜 F] [IsScalarTower ℝ 𝕜 F] {C D : ENNReal} {s : Set α},
(∀ x ∈ s, ‖f x‖ₑ ≤ C) → (∀ x ∈ s, ‖g x‖ₑ ≤ D) → eVariationOn (f • g) s ≤ C * eVariationOn g s + D * eVariationOn f s- Defined in
- Mathlib.Analysis.BoundedVariation
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 181 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites21
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Realstatement and proof · cited by 25,697
- Modulestatement and proof · cited by 20,661
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- ENNRealstatement and proof · cited by 9,879
- LinearOrderstatement and proof · cited by 8,572
- IsScalarTowerstatement and proof · cited by 3,896
- LE.le.transproof · cited by 3,151
- one_mulproof · cited by 2,841
- le_reflproof · cited by 2,061
- NormedAlgebrastatement and proof · cited by 1,165
Cited by2
Results whose statement or proof uses this declaration.
- eVariation_mul_leproof · cited by 1
- eVariationOn_fun_smul_leproof · cited by 0