Theorems · Theorem · real analysis
eVariation_mul_le
∀ {α : Type u_2} [inst : LinearOrder α] {f g : α → ℝ} {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
- 1 results in Mathlib
- Foundations
- Depth 182 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- LinearOrder
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
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
- ENNRealstatement and proof · cited by 9,879
- LinearOrderstatement and proof · cited by 8,572
- ENorm.enormstatement and proof · cited by 715
- eVariationOnstatement · cited by 90
- eVariationOn_smul_leproof · cited by 2
Cited by1
Results whose statement or proof uses this declaration.
- eVariationOn_fun_mul_leproof · cited by 0