Documentation

Mathlib.Analysis.Normed.Module.Completion

Normed space structure on the completion of a normed space #

If E is a normed space over 𝕜, then so is UniformSpace.Completion E. In this file we provide necessary instances and define UniformSpace.Completion.toComplₗᵢ - coercion E → UniformSpace.Completion E as a bundled linear isometry.

We also show that if A is a normed algebra over 𝕜, then so is UniformSpace.Completion A.

TODO: Generalise the results here from the concrete completion to any AbstractCompletion.

@[instance_reducible]
noncomputable instance UniformSpace.Completion.instNormedSpace (𝕜 : Type u_1) (E : Type u_2) [NormedField 𝕜] [SeminormedAddCommGroup E] [NormedSpace 𝕜 E] :
Equations

Embedding of a normed space to its completion as a linear isometry.

Equations
Instances For
    @[instance_reducible]
    Equations
    • One or more equations did not get rendered due to their size.
    @[instance_reducible]
    Equations
    • One or more equations did not get rendered due to their size.
    @[instance_reducible]
    noncomputable instance UniformSpace.Completion.instNormedAlgebra (𝕜 : Type u_1) (A : Type u_3) [NormedField 𝕜] [SeminormedCommRing A] [NormedAlgebra 𝕜 A] :
    Equations
    @[instance_reducible]
    Equations
    • One or more equations did not get rendered due to their size.