Documentation

Mathlib.Analysis.Normed.Group.SemiNormedGrp.Kernels

Kernels and cokernels in SemiNormedGrp₁ and SemiNormedGrp #

We show that SemiNormedGrp₁ has cokernels (for which of course the cokernel.π f maps are norm non-increasing), as well as the easier result that SemiNormedGrp has cokernels. We also show that SemiNormedGrp has kernels.

So far, I don't see a way to state nicely what we really want: SemiNormedGrp has cokernels, and cokernel.π f is norm non-increasing. The problem is that the limits API doesn't promise you any particular model of the cokernel, and in SemiNormedGrp one can always take a cokernel and rescale its norm (and hence making cokernel.π f arbitrarily large in norm), obtaining another categorical cokernel.

Auxiliary definition for HasCokernels SemiNormedGrp₁.

Instances For

    Auxiliary definition for HasCokernels SemiNormedGrp₁.

    Instances For
      @[implicit_reducible]
      noncomputable instance SemiNormedGrp.instNormHom {V W : SemiNormedGrp} :
      Norm (V W)
      @[implicit_reducible]
      noncomputable instance SemiNormedGrp.instNNNormHom {V W : SemiNormedGrp} :
      NNNorm (V W)
      noncomputable def SemiNormedGrp.fork {V W : SemiNormedGrp} (f g : V W) :

      The equalizer cone for a parallel pair of morphisms of seminormed groups.

      Instances For

        Auxiliary definition for HasCokernels SemiNormedGrp.

        Instances For

          Auxiliary definition for HasCokernels SemiNormedGrp.

          Instances For

            Auxiliary definition for HasCokernels SemiNormedGrp.

            Instances For
              noncomputable def SemiNormedGrp.explicitCokernel {X Y : SemiNormedGrp} (f : X Y) :

              An explicit choice of cokernel, which has good properties with respect to the norm.

              Instances For
                noncomputable def SemiNormedGrp.explicitCokernelDesc {X Y Z : SemiNormedGrp} {f : X Y} {g : Y Z} (w : CategoryTheory.CategoryStruct.comp f g = 0) :

                Descend to the explicit cokernel.

                Instances For
                  noncomputable def SemiNormedGrp.explicitCokernelπ {X Y : SemiNormedGrp} (f : X Y) :

                  The projection from Y to the explicit cokernel of X ⟶ Y.

                  Instances For

                    The explicit cokernel is isomorphic to the usual cokernel.

                    Instances For
                      noncomputable def SemiNormedGrp.explicitCokernel.map {A B C D : SemiNormedGrp} {fab : A B} {fbd : B D} {fac : A C} {fcd : C D} (h : CategoryTheory.CategoryStruct.comp fab fbd = CategoryTheory.CategoryStruct.comp fac fcd) :

                      A special case of CategoryTheory.Limits.cokernel.map adapted to explicitCokernel.

                      Instances For