Documentation

Mathlib.Analysis.Normed.Module.RCLike.Extend

Norm properties of the extension of continuous -linear functionals to 𝕜-linear functionals #

This file shows that StrongDual.extendRCLike preserves the norm of the functional.

theorem Module.Dual.norm_extendRCLike_le_seminorm {𝕜 : Type u_1} {E : Type u_2} [RCLike 𝕜] [AddCommGroup E] [Module 𝕜 E] [Module E] [IsScalarTower 𝕜 E] (fr : Dual E) {p : Seminorm 𝕜 E} (hp : ∀ (x : E), |fr x| p x) (x : E) :

If a real-linear functional is bounded by a 𝕜-seminorm, then its 𝕜-linear extension is bounded by the same seminorm.

theorem StrongDual.norm_extendRCLike_le_seminorm {𝕜 : Type u_1} {E : Type u_2} [RCLike 𝕜] [AddCommGroup E] [Module 𝕜 E] [Module E] [IsScalarTower 𝕜 E] [TopologicalSpace E] [ContinuousConstSMul 𝕜 E] (fr : StrongDual E) {p : Seminorm 𝕜 E} (hp : ∀ (x : E), |fr x| p x) (x : E) :

If a continuous real-linear functional is bounded by a 𝕜-seminorm, then its 𝕜-linear extension is bounded by the same seminorm.

theorem StrongDual.norm_extendRCLike_bound {𝕜 : Type u_1} {F : Type u_3} [RCLike 𝕜] [SeminormedAddCommGroup F] [NormedSpace 𝕜 F] [NormedSpace F] [IsScalarTower 𝕜 F] (fr : StrongDual F) (x : F) :

The norm of the extension is bounded by ‖fr‖.

@[simp]
noncomputable def StrongDual.extendRCLikeₗᵢ {𝕜 : Type u_1} {F : Type u_3} [RCLike 𝕜] [SeminormedAddCommGroup F] [NormedSpace 𝕜 F] [NormedSpace F] [IsScalarTower 𝕜 F] :

StrongDual.extendRCLike bundled into a linear isometry equivalence.

Equations
Instances For
    @[deprecated StrongDual.norm_extendRCLike_bound (since := "2026-02-24")]

    Alias of StrongDual.norm_extendRCLike_bound.


    The norm of the extension is bounded by ‖fr‖.

    @[deprecated StrongDual.norm_extendRCLike (since := "2026-02-24")]

    Alias of StrongDual.norm_extendRCLike.

    @[deprecated StrongDual.norm_extendRCLike (since := "2026-02-24")]

    Alias of StrongDual.norm_extendRCLike.