Documentation

Mathlib.Analysis.Normed.Group.SeparationQuotient

Lifts of maps to separation quotients of seminormed groups #

For any SeminormedAddCommGroup M, a NormedAddCommGroup instance has been defined in Mathlib.Analysis.Normed.Group.Uniform.

Main definitions #

We use M and N to denote seminormed groups. All the following definitions are in the SeparationQuotient namespace. Hence we can access SeparationQuotient.normedMk as normedMk.

Main results #

The morphism from a seminormed group to the quotient by the inseparable setoid.

Equations
Instances For
    @[simp]

    The operator norm of the projection is at most 1.

    theorem SeparationQuotient.apply_eq_apply_of_inseparable {M : Type u_1} {N : Type u_2} [SeminormedAddCommGroup M] [SeminormedAddCommGroup N] {F : Type u_3} [FunLike F M N] [AddMonoidHomClass F M N] (f : F) (hf : ∀ (x : M), x = 0f x = 0) (x y : M) :
    Inseparable x yf x = f y
    noncomputable def SeparationQuotient.liftNormedAddGroupHom {M : Type u_1} {N : Type u_2} [SeminormedAddCommGroup M] [SeminormedAddCommGroup N] (f : NormedAddGroupHom M N) (hf : ∀ (x : M), x = 0f x = 0) :

    The lift of a group hom to the separation quotient as a group hom.

    Equations
    Instances For
      @[simp]

      The equivalence between NormedAddGroupHom M N vanishing on the inseparable setoid and NormedAddGroupHom (SeparationQuotient M) N.

      Equations
      • One or more equations did not get rendered due to their size.
      Instances For

        For a norm-continuous group homomorphism f, its lift to the separation quotient is bounded by the norm of f.

        theorem SeparationQuotient.liftNormedAddGroupHom_norm_le {M : Type u_1} [SeminormedAddCommGroup M] {N : Type u_3} [SeminormedAddCommGroup N] (f : NormedAddGroupHom M N) (hf : ∀ (s : M), s = 0f s = 0) {c : NNReal} (fb : f c) :

        The operator norm of the projection is 1 if there is an element whose norm is different from 0.

        The projection is 0 if and only if all the elements have norm 0.