ContinuousLinearMap.norm_extendToπ'_bound
theorem ContinuousLinearMap.norm_extendToπ'_bound :
β {π : Type u_1} [inst : RCLike π] {F : Type u_2} [inst_1 : SeminormedAddCommGroup F] [inst_2 : NormedSpace π F]
[inst_3 : NormedSpace β F] [inst_4 : IsScalarTower β π F] (fr : F βL[β] β) (x : F),
βfr.extendToπ' xβ β€ βfrβ * βxβ
This theorem states that for a given continuous linear map `fr` from a seminormed add commutative group `F`, which is also a normed space over β and π, with β being a scalar tower over π and `F`, and a given element `x` in `F`, the norm of the extension of `fr` to π denoted by `fr.extendToπ' x` is bounded above by the product of the norm of `fr` and the norm of `x`. In mathematical terms, it's expressed as βfr.extendToπ' xβ β€ βfrβ * βxβ.
More concisely: For a continuous linear map `fr` from a seminormed add commutative group `F` into β, and an element `x` in `F`, the norm of the extension of `fr` to `β[X]` (denoted `fr.extendToπ' x`) is bounded above by the product of the norm of `fr` and the norm of `x`. In other words, β`fr.extendToπ' x`β β€ β`fr`β * β`x`β.
|