Documentation

Mathlib.CategoryTheory.Limits.Shapes.NormalMono.Basic

Definitions and basic properties of normal monomorphisms and epimorphisms. #

A normal monomorphism is a morphism that is the kernel of some other morphism.

We give the construction NormalMono → RegularMono (CategoryTheory.NormalMono.regularMono) as well as the dual construction for normal epimorphisms. We show equivalences reflect normal monomorphisms (CategoryTheory.equivalenceReflectsNormalMono), and that the pullback of a normal monomorphism is normal (CategoryTheory.normalOfIsPullbackSndOfNormal).

We also define classes IsNormalMonoCategory and IsNormalEpiCategory for categories in which every monomorphism or epimorphism is normal, and deduce that these categories are RegularMonoCategorys resp. RegularEpiCategorys.

class CategoryTheory.NormalMono {C : Type u₁} [Category.{v₁, u₁} C] {X Y : C} [Limits.HasZeroMorphisms C] (f : X Y) :
Type (max u₁ v₁)

A normal monomorphism is a morphism which is the kernel of some morphism.

  • Z : C

    A normal monomorphism is a morphism which is the kernel of some morphism.

  • g : Y Z f

    A normal monomorphism is a morphism which is the kernel of some morphism.

  • A normal monomorphism is a morphism which is the kernel of some morphism.

  • A normal monomorphism is a morphism which is the kernel of some morphism.

Instances
    @[implicit_reducible]

    If F is an equivalence and F.map f is a normal mono, then f is a normal mono.

    Instances For

      Every normal monomorphism is a regular monomorphism.

      Instances For
        def CategoryTheory.NormalMono.lift' {C : Type u₁} [Category.{v₁, u₁} C] {X Y : C} [Limits.HasZeroMorphisms C] {W : C} (f : X Y) [hf : NormalMono f] (k : W Y) (h : CategoryStruct.comp k g = 0) :

        If f is a normal mono, then any map k : W ⟶ Y such that k ≫ normal_mono.g = 0 induces a morphism l : W ⟶ X such that l ≫ f = k.

        Instances For
          @[implicit_reducible]
          def CategoryTheory.normalOfIsPullbackSndOfNormal {C : Type u₁} [Category.{v₁, u₁} C] [Limits.HasZeroMorphisms C] {P Q R S : C} {f : P Q} {g : P R} {h : Q S} {k : R S} [hn : NormalMono h] (comm : CategoryStruct.comp f h = CategoryStruct.comp g k) (t : Limits.IsLimit (Limits.PullbackCone.mk f g comm)) :

          The second leg of a pullback cone is a normal monomorphism if the right component is too.

          See also pullback.sndOfMono for the basic monomorphism version, and normalOfIsPullbackFstOfNormal for the flipped version.

          Instances For
            @[implicit_reducible]

            The first leg of a pullback cone is a normal monomorphism if the left component is too.

            See also pullback.fstOfMono for the basic monomorphism version, and normalOfIsPullbackSndOfNormal for the flipped version.

            Instances For
              @[implicit_reducible]
              def CategoryTheory.NormalMono.ofArrowIso {C : Type u₁} [Category.{v₁, u₁} C] [Limits.HasZeroMorphisms C] {X Y : C} {f : X Y} (hf : NormalMono f) {X' Y' : C} {f' : X' Y'} (e : Arrow.mk f Arrow.mk f') :

              Transport a NormalMono structure via an isomorphism of arrows.

              Instances For

                A normal mono category is a category in which every monomorphism is normal.

                • normalMonoOfMono {X Y : C} (f : X Y) [Mono f] : Nonempty (NormalMono f)

                  A normal mono category is a category in which every monomorphism is normal.

                Instances
                  @[implicit_reducible]

                  In a category in which every monomorphism is normal, we can express every monomorphism as a kernel. This is not an instance because it would create an instance loop.

                  Instances For
                    class CategoryTheory.NormalEpi {C : Type u₁} [Category.{v₁, u₁} C] {X Y : C} [Limits.HasZeroMorphisms C] (f : X Y) :
                    Type (max u₁ v₁)

                    A normal epimorphism is a morphism which is the cokernel of some morphism.

                    • W : C

                      A normal epimorphism is a morphism which is the cokernel of some morphism.

                    • g : W f X

                      A normal epimorphism is a morphism which is the cokernel of some morphism.

                    • A normal epimorphism is a morphism which is the cokernel of some morphism.

                    • A normal epimorphism is a morphism which is the cokernel of some morphism.

                    Instances
                      @[implicit_reducible]

                      If F is an equivalence and F.map f is a normal epi, then f is a normal epi.

                      Instances For

                        Every normal epimorphism is a regular epimorphism.

                        Instances For
                          @[instance 100]
                          def CategoryTheory.NormalEpi.desc' {C : Type u₁} [Category.{v₁, u₁} C] {X Y : C} [Limits.HasZeroMorphisms C] {W : C} (f : X Y) [nef : NormalEpi f] (k : X W) (h : CategoryStruct.comp g k = 0) :

                          If f is a normal epi, then every morphism k : X ⟶ W satisfying NormalEpi.g ≫ k = 0 induces l : Y ⟶ W such that f ≫ l = k.

                          Instances For
                            @[implicit_reducible]
                            def CategoryTheory.normalOfIsPushoutSndOfNormal {C : Type u₁} [Category.{v₁, u₁} C] [Limits.HasZeroMorphisms C] {P Q R S : C} {f : P Q} {g : P R} {h : Q S} {k : R S} [gn : NormalEpi g] (comm : CategoryStruct.comp f h = CategoryStruct.comp g k) (t : Limits.IsColimit (Limits.PushoutCocone.mk h k comm)) :

                            The second leg of a pushout cocone is a normal epimorphism if the right component is too.

                            See also pushout.sndOfEpi for the basic epimorphism version, and normalOfIsPushoutFstOfNormal for the flipped version.

                            Instances For
                              @[implicit_reducible]

                              The first leg of a pushout cocone is a normal epimorphism if the left component is too.

                              See also pushout.fstOfEpi for the basic epimorphism version, and normalOfIsPushoutSndOfNormal for the flipped version.

                              Instances For
                                @[implicit_reducible]
                                def CategoryTheory.NormalEpi.ofArrowIso {C : Type u₁} [Category.{v₁, u₁} C] [Limits.HasZeroMorphisms C] {X Y : C} {f : X Y} (hf : NormalEpi f) {X' Y' : C} {f' : X' Y'} (e : Arrow.mk f Arrow.mk f') :

                                Transport a NormalEpi structure via an isomorphism of arrows.

                                Instances For
                                  @[implicit_reducible]

                                  A normal mono becomes a normal epi in the opposite category.

                                  Instances For
                                    @[implicit_reducible]

                                    A normal epi becomes a normal mono in the opposite category.

                                    Instances For

                                      A normal epi category is a category in which every epimorphism is normal.

                                      • normalEpiOfEpi {X Y : C} (f : X Y) [Epi f] : Nonempty (NormalEpi f)

                                        A normal epi category is a category in which every epimorphism is normal.

                                      Instances
                                        @[implicit_reducible]
                                        noncomputable def CategoryTheory.normalEpiOfEpi {C : Type u₁} [Category.{v₁, u₁} C] {X Y : C} [Limits.HasZeroMorphisms C] [IsNormalEpiCategory C] (f : X Y) [Epi f] :

                                        In a category in which every epimorphism is normal, we can express every epimorphism as a kernel. This is not an instance because it would create an instance loop.

                                        Instances For