Theorems · Theorem · general topology
MonoidHomClass.lipschitz_of_bound
∀ {𝓕 : Type u_1} {E : Type u_2} {F : Type u_3} [inst : SeminormedGroup E] [inst_1 : SeminormedGroup F]
[inst_2 : FunLike 𝓕 E F] [MonoidHomClass 𝓕 E F] (f : 𝓕) (C : ℝ),
(∀ (x : E), ‖f x‖ ≤ C * ‖x‖) → LipschitzWith C.toNNReal ⇑fA homomorphism f of seminormed groups is Lipschitz, if there exists a constant C such that
for all x, one has ‖f x‖ ≤ C * ‖x‖. The analogous condition for a linear map of
(semi)normed spaces is in Mathlib/Analysis/Normed/Operator/Basic.lean.
- Defined in
- Mathlib.Analysis.Normed.Group.Uniform
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 151 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
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
- Realstatement and proof · cited by 25,697
- Norm.normstatement and proof · cited by 5,413
- FunLikestatement and proof · cited by 2,560
- map_mulproof · cited by 1,137
- LipschitzWithstatement · cited by 316
- Real.toNNRealstatement · cited by 267
- SeminormedGroupstatement and proof · cited by 250
- MonoidHomClassstatement and proof · cited by 244
- map_invproof · cited by 95
- dist_eq_norm_inv_mulproof · cited by 41
- LipschitzWith.of_dist_le'proof · cited by 3
Cited by3
Results whose statement or proof uses this declaration.
- MonoidHomClass.continuous_of_boundproof · cited by 0
- MonoidHomClass.uniformContinuous_of_boundproof · cited by 0
- MonoidHomClass.lipschitz_of_bound_nnnormproof · cited by 0