Theorems · Theorem · general topology
LipschitzOnWith.mul
∀ {α : Type u_4} {E : Type u_5} [inst : SeminormedCommGroup E] [inst_1 : PseudoEMetricSpace α] {Kf Kg : NNReal}
{f g : α → E} {s : Set α},
LipschitzOnWith Kf f s → LipschitzOnWith Kg g s → LipschitzOnWith (Kf + Kg) (fun x => f x * g x) s- Defined in
- Mathlib.Analysis.Normed.Group.Uniform
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 158 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
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
- NNRealstatement and proof · cited by 4,310
- PseudoEMetricSpacestatement and proof · cited by 1,536
- ENNReal.ofNNRealproof · cited by 1,279
- EDist.edistproof · cited by 735
- add_le_addproof · cited by 666
- add_mulproof · cited by 363
- SeminormedCommGroupstatement and proof · cited by 191
- LipschitzOnWithstatement and proof · cited by 164
- edist_mul_mul_leproof · cited by 1
Cited by3
Results whose statement or proof uses this declaration.
- LocallyLipschitzOn.mulproof · cited by 2
- LipschitzWith.mulproof · cited by 1
- LipschitzOnWith.divproof · cited by 0