Documentation

Mathlib.Analysis.Normed.Group.HomCompletion

Completion of normed group homs #

Given two (semi) normed groups G and H and a normed group hom f : NormedAddGroupHom G H, we build and study a normed group hom f.completion : NormedAddGroupHom (completion G) (completion H) such that the diagram

                   f
     G       ----------->     H

     |                        |
     |                        |
     |                        |
     V                        V

completion G -----------> completion H
            f.completion

commutes. The map itself comes from the general theory of completion of uniform spaces, but here we want a normed group hom, study its operator norm and kernel.

The vertical maps in the above diagrams are also normed group homs constructed in this file.

Main definitions and results: #

The normed group hom induced between completions.

Equations
    Instances For

      Completion of normed group homs as a normed group hom.

      Equations
        Instances For

          The map from a normed group to its completion, as a normed group hom.

          Equations
            Instances For
              @[simp]
              theorem NormedAddCommGroup.toCompl_apply {G : Type u_1} [SeminormedAddCommGroup G] (a✝ : G) :
              toCompl a✝ = a✝

              If H is complete, the extension of f : NormedAddGroupHom G H to a NormedAddGroupHom (completion G) H.

              Equations
                Instances For
                  @[simp]