Inheritance of normed algebraic structures by bounded continuous functions #
For various types of normed algebraic structures β
, we show in this file that the space of
bounded continuous functions from α
to β
inherits the same normed structure, by using
pointwise operations and checking that they are compatible with the uniform distance.
Equations
The norm of a bounded continuous function is the supremum of ‖f x‖
.
We use sInf
to ensure that the definition works if α
has no elements.
When the domain is non-empty, we do not need the 0 ≤ C
condition in the formula for ‖f‖
as a
sInf
.
Distance between the images of any two points is at most twice the norm of the function.
The norm of a function is controlled by the supremum of the pointwise norms.
Norm of const α b
is less than or equal to ‖b‖
. If α
is nonempty,
then it is equal to ‖b‖
.
Constructing a bounded continuous function from a uniformly bounded continuous function taking values in a normed group.
Equations
Instances For
Constructing a bounded continuous function from a uniformly bounded function on a discrete space, taking values in a normed group.
Equations
Instances For
Taking the pointwise norm of a bounded continuous function with values in a
SeminormedAddCommGroup
yields a bounded continuous function with values in ℝ.
Equations
Instances For
If ‖(1 : β)‖ = 1
, then ‖(1 : α →ᵇ β)‖ = 1
if α
is nonempty.
The pointwise opposite of a bounded continuous function is again bounded continuous.
Equations
Equations
Equations
Equations
Equations
The nnnorm
of a function is controlled by the supremum of the pointwise nnnorm
s.
Equations
Postcomposition of bounded continuous functions into a normed module by a continuous linear map
is a continuous linear map.
Upgraded version of ContinuousLinearMap.compLeftContinuous
, similar to LinearMap.compLeft
.
Equations
Instances For
Equations
Equations
Equations
Equations
Equations
Equations
Equations
Equations
Equations
Equations
Composition on the left by a (lipschitz-continuous) homomorphism of topological semirings, as a
RingHom
. Similar to RingHom.compLeftContinuous
.
Equations
Instances For
Equations
Equations
Equations
Equations
BoundedContinuousFunction.const
as a RingHom
.
Equations
Instances For
Equations
Equations
Composition on the left by a (lipschitz-continuous) homomorphism of topological R
-algebras,
as an AlgHom
. Similar to AlgHom.compLeftContinuous
.
Equations
Instances For
The algebra-homomorphism forgetting that a bounded continuous function is bounded.
Equations
Instances For
Structure as normed module over scalar functions #
If β
is a normed 𝕜
-space, then we show that the space of bounded continuous
functions from α
to β
is naturally a module over the algebra of bounded continuous
functions from α
to 𝕜
.
Equations
Equations
Equations
Equations
Equations
Equations
Equations
Equations
The nonnegative part of a bounded continuous ℝ
-valued function as a bounded
continuous ℝ≥0
-valued function.
Equations
Instances For
The absolute value of a bounded continuous ℝ
-valued function as a bounded
continuous ℝ≥0
-valued function.
Equations
Instances For
Decompose a bounded continuous function to its positive and negative parts.
Express the absolute value of a bounded continuous function in terms of its positive and negative parts.