Boundedness in normed groups #
This file rephrases metric boundedness in terms of norms.
Tags #
normed group
In a (semi)normed group, inversion x ↦ x⁻¹ tends to infinity at infinity.
In a (semi)normed group, negation x ↦ -x tends to infinity at infinity.
Alias of the forward direction of isBounded_iff_forall_norm_le'.
Alias of the forward direction of isBounded_iff_forall_norm_le.
A helper lemma used to prove that the (scalar or usual) product of a function that tends to one
and a bounded function tends to one. This lemma is formulated for any binary operation
op : E → F → G with an estimate ‖op x y‖ ≤ A * ‖x‖ * ‖y‖ for some constant A instead of
multiplication so that it can be applied to (*), flip (*), (•), and flip (•).
A helper lemma used to prove that the (scalar or usual) product of a function that
tends to zero and a bounded function tends to zero. This lemma is formulated for any binary
operation op : E → F → G with an estimate ‖op x y‖ ≤ A * ‖x‖ * ‖y‖ for some constant A instead
of multiplication so that it can be applied to (*), flip (*), (•), and flip (•).
A helper lemma used to prove that the (scalar or usual) product of a function that tends to one
and a bounded function tends to one. This lemma is formulated for any binary operation
op : E → F → G with an estimate ‖op x y‖ ≤ ‖x‖ * ‖y‖ instead of multiplication so that it
can be applied to (*), flip (*), (•), and flip (•).
A helper lemma used to prove that the (scalar or usual) product of a function that
tends to zero and a bounded function tends to zero. This lemma is formulated for any binary
operation op : E → F → G with an estimate ‖op x y‖ ≤ ‖x‖ * ‖y‖ instead of multiplication so
that it can be applied to (*), flip (*), (•), and flip (•).