Normed groups are uniform groups #
This file proves lipschitzness of normed group operations and shows that normed groups are uniform groups.
Equations
- ⋯ = ⋯
Equations
- ⋯ = ⋯
A 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/NormedSpace/OperatorNorm.lean
.
A 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/NormedSpace/OperatorNorm.lean
.
Alias of the forward direction of lipschitzOnWith_iff_norm_div_le
.
Alias of the forward direction of lipschitzWith_iff_norm_div_le
.
A homomorphism f
of seminormed groups is continuous, if there exists a constant C
such that for all x
, one has ‖f x‖ ≤ C * ‖x‖
A homomorphism f
of seminormed groups is continuous, if there exists a constant C
such that
for all x
, one has ‖f x‖ ≤ C * ‖x‖
.
Alias of the reverse direction of MonoidHomClass.isometry_iff_norm
.
Equations
- ⋯ = ⋯
Equations
- ⋯ = ⋯
Alias of the forward direction of lipschitzWith_inv_iff
.
Alias of the reverse direction of lipschitzWith_inv_iff
.
Alias of the reverse direction of antilipschitzWith_inv_iff
.
Alias of the forward direction of antilipschitzWith_inv_iff
.
Alias of the forward direction of lipschitzOnWith_inv_iff
.
Alias of the reverse direction of lipschitzOnWith_inv_iff
.
Alias of the reverse direction of locallyLipschitz_inv_iff
.
Alias of the forward direction of locallyLipschitz_inv_iff
.
Alias of the forward direction of locallyLipschitzOn_inv_iff
.
Alias of the reverse direction of locallyLipschitzOn_inv_iff
.
Alias of LipschitzWith.mul
.
Equations
- ⋯ = ⋯
Equations
- ⋯ = ⋯
A seminormed group is a uniform additive group, i.e., addition and subtraction are uniformly continuous.
Equations
- ⋯ = ⋯
A seminormed group is a uniform group, i.e., multiplication and division are uniformly continuous.
Equations
- ⋯ = ⋯
Equations
- ⋯ = ⋯
Equations
- ⋯ = ⋯
SeparationQuotient #
Equations
- SeparationQuotient.instNorm = { norm := SeparationQuotient.lift norm ⋯ }
Equations
- SeparationQuotient.instMulNorm = { norm := SeparationQuotient.lift norm ⋯ }
Equations
- SeparationQuotient.instNormedAddCommGroup = NormedAddCommGroup.mk ⋯
Equations
- SeparationQuotient.instNormedCommGroup = NormedCommGroup.mk ⋯