Normed spaces over R or C #
This file is about results on normed spaces over the fields โ and โ.
Main definitions #
None.
Main theorems #
ContinuousLinearMap.opNorm_bound_of_ball_bound: A bound on the norms of values of a linear map in a ball yields a bound on the operator norm.
Notes #
This file exists mainly to avoid importing RCLike in the main normed space theory files.
Lemma to normalize a vector in a normed space E over either โ or โ to unit length.
Lemma to normalize a vector in a normed space E over either โ or โ to length r.
Alias of ContinuousLinearEquiv.coord_norm'.
LinearMap.bound_of_ball_bound is a version of this over arbitrary nontrivially normed fields.
It produces a less precise bound so we keep both versions.
If a map f over an RCLike space satisfies โxโ = 1 โ 1 โค K * โf xโ, then
f is antilipschitz with constant K.
We require that the map is an additive monoid homomorphism, and acts as a multiplicative action:
in practice this means f is a linear map, but we allow the flexibility so it is convenient
to apply for eg continuous linear maps also, without a coercion in the goal.