Documentation

Mathlib.Algebra.Homology.CommSq

Relation between pullback/pushout squares and kernel/cokernel sequences #

Consider a commutative square in a preadditive category:

X₁ ⟶ X₂
|    |
v    v
X₃ ⟶ X₄

In this file, we show that this is a pushout square iff the object X₄ identifies to the cokernel of the difference map X₁ ⟶ X₂ ⊞ X₃ via the obvious map X₂ ⊞ X₃ ⟶ X₄.

Similarly, it is a pullback square iff the object X₁ identifies to the kernel of the difference map X₂ ⊞ X₃ ⟶ X₄ via the obvious map X₁ ⟶ X₂ ⊞ X₃.

@[reducible, inline]
noncomputable abbrev CategoryTheory.CommSq.cokernelCofork {C : Type u_1} [Category.{u_2, u_1} C] [Preadditive C] {X₁ X₂ X₃ X₄ : C} [Limits.HasBinaryBiproduct X₂ X₃] {f : X₁ X₂} {g : X₁ X₃} {inl : X₂ X₄} {inr : X₃ X₄} (sq : CommSq f g inl inr) :

The cokernel cofork attached to a commutative square in a preadditive category.

Equations
Instances For
    noncomputable def CategoryTheory.CommSq.shortComplex {C : Type u_1} [Category.{u_2, u_1} C] [Preadditive C] {X₁ X₂ X₃ X₄ : C} [Limits.HasBinaryBiproduct X₂ X₃] {f : X₁ X₂} {g : X₁ X₃} {inl : X₂ X₄} {inr : X₃ X₄} (sq : CommSq f g inl inr) :

    The short complex attached to the cokernel cofork of a commutative square.

    Equations
    Instances For
      @[simp]
      theorem CategoryTheory.CommSq.shortComplex_X₃ {C : Type u_1} [Category.{u_2, u_1} C] [Preadditive C] {X₁ X₂ X₃ X₄ : C} [Limits.HasBinaryBiproduct X₂ X₃] {f : X₁ X₂} {g : X₁ X₃} {inl : X₂ X₄} {inr : X₃ X₄} (sq : CommSq f g inl inr) :
      @[simp]
      theorem CategoryTheory.CommSq.shortComplex_g {C : Type u_1} [Category.{u_2, u_1} C] [Preadditive C] {X₁ X₂ X₃ X₄ : C} [Limits.HasBinaryBiproduct X₂ X₃] {f : X₁ X₂} {g : X₁ X₃} {inl : X₂ X₄} {inr : X₃ X₄} (sq : CommSq f g inl inr) :
      @[simp]
      theorem CategoryTheory.CommSq.shortComplex_X₂ {C : Type u_1} [Category.{u_2, u_1} C] [Preadditive C] {X₁ X₂ X₃ X₄ : C} [Limits.HasBinaryBiproduct X₂ X₃] {f : X₁ X₂} {g : X₁ X₃} {inl : X₂ X₄} {inr : X₃ X₄} (sq : CommSq f g inl inr) :
      sq.shortComplex.X₂ = (X₂ X₃)
      @[simp]
      theorem CategoryTheory.CommSq.shortComplex_X₁ {C : Type u_1} [Category.{u_2, u_1} C] [Preadditive C] {X₁ X₂ X₃ X₄ : C} [Limits.HasBinaryBiproduct X₂ X₃] {f : X₁ X₂} {g : X₁ X₃} {inl : X₂ X₄} {inr : X₃ X₄} (sq : CommSq f g inl inr) :
      @[simp]
      theorem CategoryTheory.CommSq.shortComplex_f {C : Type u_1} [Category.{u_2, u_1} C] [Preadditive C] {X₁ X₂ X₃ X₄ : C} [Limits.HasBinaryBiproduct X₂ X₃] {f : X₁ X₂} {g : X₁ X₃} {inl : X₂ X₄} {inr : X₃ X₄} (sq : CommSq f g inl inr) :
      noncomputable def CategoryTheory.CommSq.isColimitEquivIsColimitCokernelCofork {C : Type u_1} [Category.{u_2, u_1} C] [Preadditive C] {X₁ X₂ X₃ X₄ : C} [Limits.HasBinaryBiproduct X₂ X₃] {f : X₁ X₂} {g : X₁ X₃} {inl : X₂ X₄} {inr : X₃ X₄} (sq : CommSq f g inl inr) :

      A commutative square in a preadditive category is a pushout square iff the corresponding diagram X₁ ⟶ X₂ ⊞ X₃ ⟶ X₄ ⟶ 0 makes X₄ a cokernel.

      Equations
      • One or more equations did not get rendered due to their size.
      Instances For
        noncomputable def CategoryTheory.IsPushout.isColimitCokernelCofork {C : Type u_1} [Category.{u_2, u_1} C] [Preadditive C] {X₁ X₂ X₃ X₄ : C} [Limits.HasBinaryBiproduct X₂ X₃] {f : X₁ X₂} {g : X₁ X₃} {inl : X₂ X₄} {inr : X₃ X₄} (h : IsPushout f g inl inr) :

        The colimit cokernel cofork attached to a pushout square.

        Equations
        Instances For
          theorem CategoryTheory.IsPushout.epi_shortComplex_g {C : Type u_1} [Category.{u_2, u_1} C] [Preadditive C] {X₁ X₂ X₃ X₄ : C} [Limits.HasBinaryBiproduct X₂ X₃] {f : X₁ X₂} {g : X₁ X₃} {inl : X₂ X₄} {inr : X₃ X₄} (h : IsPushout f g inl inr) :
          @[reducible, inline]
          noncomputable abbrev CategoryTheory.CommSq.kernelFork {C : Type u_1} [Category.{u_2, u_1} C] [Preadditive C] {X₁ X₂ X₃ X₄ : C} [Limits.HasBinaryBiproduct X₂ X₃] {fst : X₁ X₂} {snd : X₁ X₃} {f : X₂ X₄} {g : X₃ X₄} (sq : CommSq fst snd f g) :

          The kernel fork attached to a commutative square in a preadditive category.

          Equations
          Instances For
            noncomputable def CategoryTheory.CommSq.shortComplex' {C : Type u_1} [Category.{u_2, u_1} C] [Preadditive C] {X₁ X₂ X₃ X₄ : C} [Limits.HasBinaryBiproduct X₂ X₃] {fst : X₁ X₂} {snd : X₁ X₃} {f : X₂ X₄} {g : X₃ X₄} (sq : CommSq fst snd f g) :

            The short complex attached to the kernel fork of a commutative square. (This is similar to CommSq.shortComplex, but with different signs.)

            Equations
            Instances For
              @[simp]
              theorem CategoryTheory.CommSq.shortComplex'_X₃ {C : Type u_1} [Category.{u_2, u_1} C] [Preadditive C] {X₁ X₂ X₃ X₄ : C} [Limits.HasBinaryBiproduct X₂ X₃] {fst : X₁ X₂} {snd : X₁ X₃} {f : X₂ X₄} {g : X₃ X₄} (sq : CommSq fst snd f g) :
              @[simp]
              theorem CategoryTheory.CommSq.shortComplex'_f {C : Type u_1} [Category.{u_2, u_1} C] [Preadditive C] {X₁ X₂ X₃ X₄ : C} [Limits.HasBinaryBiproduct X₂ X₃] {fst : X₁ X₂} {snd : X₁ X₃} {f : X₂ X₄} {g : X₃ X₄} (sq : CommSq fst snd f g) :
              @[simp]
              theorem CategoryTheory.CommSq.shortComplex'_X₁ {C : Type u_1} [Category.{u_2, u_1} C] [Preadditive C] {X₁ X₂ X₃ X₄ : C} [Limits.HasBinaryBiproduct X₂ X₃] {fst : X₁ X₂} {snd : X₁ X₃} {f : X₂ X₄} {g : X₃ X₄} (sq : CommSq fst snd f g) :
              @[simp]
              theorem CategoryTheory.CommSq.shortComplex'_g {C : Type u_1} [Category.{u_2, u_1} C] [Preadditive C] {X₁ X₂ X₃ X₄ : C} [Limits.HasBinaryBiproduct X₂ X₃] {fst : X₁ X₂} {snd : X₁ X₃} {f : X₂ X₄} {g : X₃ X₄} (sq : CommSq fst snd f g) :
              @[simp]
              theorem CategoryTheory.CommSq.shortComplex'_X₂ {C : Type u_1} [Category.{u_2, u_1} C] [Preadditive C] {X₁ X₂ X₃ X₄ : C} [Limits.HasBinaryBiproduct X₂ X₃] {fst : X₁ X₂} {snd : X₁ X₃} {f : X₂ X₄} {g : X₃ X₄} (sq : CommSq fst snd f g) :
              sq.shortComplex'.X₂ = (X₂ X₃)
              noncomputable def CategoryTheory.CommSq.isLimitEquivIsLimitKernelFork {C : Type u_1} [Category.{u_2, u_1} C] [Preadditive C] {X₁ X₂ X₃ X₄ : C} [Limits.HasBinaryBiproduct X₂ X₃] {fst : X₁ X₂} {snd : X₁ X₃} {f : X₂ X₄} {g : X₃ X₄} (sq : CommSq fst snd f g) :

              A commutative square in a preadditive category is a pullback square iff the corresponding diagram 0 ⟶ X₁ ⟶ X₂ ⊞ X₃ ⟶ X₄ ⟶ 0 makes X₁ a kernel.

              Equations
              • One or more equations did not get rendered due to their size.
              Instances For
                noncomputable def CategoryTheory.IsPullback.isLimitKernelFork {C : Type u_1} [Category.{u_2, u_1} C] [Preadditive C] {X₁ X₂ X₃ X₄ : C} [Limits.HasBinaryBiproduct X₂ X₃] {fst : X₁ X₂} {snd : X₁ X₃} {f : X₂ X₄} {g : X₃ X₄} (h : IsPullback fst snd f g) :

                The limit kernel fork attached to a pullback square.

                Equations
                Instances For
                  theorem CategoryTheory.IsPullback.mono_shortComplex'_f {C : Type u_1} [Category.{u_2, u_1} C] [Preadditive C] {X₁ X₂ X₃ X₄ : C} [Limits.HasBinaryBiproduct X₂ X₃] {fst : X₁ X₂} {snd : X₁ X₃} {f : X₂ X₄} {g : X₃ X₄} (h : IsPullback fst snd f g) :