Theorems · Theorem · real analysis
eVariationOn_bilinear_comp_le
∀ {α : Type u_2} [inst : LinearOrder α] {E : Type u_3} {F : Type u_4} {G : Type u_5} [inst_1 : NormedAddCommGroup E]
[inst_2 : NormedSpace ℝ E] [inst_3 : NormedAddCommGroup F] [inst_4 : NormedSpace ℝ F] [inst_5 : NormedAddCommGroup G]
[inst_6 : NormedSpace ℝ G] {s : Set α} {f : α → E} {g : α → F} {C D : ENNReal},
(∀ x ∈ s, ‖f x‖ₑ ≤ C) →
(∀ x ∈ s, ‖g x‖ₑ ≤ D) →
∀ (B : E →L[ℝ] F →L[ℝ] G),
eVariationOn (fun x => (B (f x)) (g x)) s ≤ ‖B‖ₑ * (C * eVariationOn g s + D * eVariationOn f s)- Defined in
- Mathlib.Analysis.BoundedVariation
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 177 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.
- DFunLike.coestatement and proof · cited by 62,936
- Setstatement and proof · cited by 53,352
- Realstatement and proof · cited by 25,697
- RingHom.idstatement and proof · cited by 18,349
- 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
- ContinuousLinearMapstatement and proof · cited by 5,352
- Finset.sumproof · cited by 5,195
- Finset.sum_congrproof · cited by 2,323
- le_reflproof · cited by 2,061
Cited by2
Results whose statement or proof uses this declaration.
- BoundedVariationOn.bilinear_compproof · cited by 3
- eVariationOn_smul_leproof · cited by 2