Mathlib Map

Theorems · Definition · category theory

HomologicalComplex.cylinder.inrX

{C : Type u_1} →
  [inst : CategoryTheory.Category.{v_1, u_1} C] →
    [inst_1 : CategoryTheory.Preadditive C] →
      {ι : Type u_2} →
        {c : ComplexShape ι} →
          (K : HomologicalComplex C c) →
            [inst_2 : DecidableRel c.Rel] →
              [inst_3 : ∀ (i : ι), CategoryTheory.Limits.HasBinaryBiproduct (K.X i) (K.X i)] →
                [inst_4 : K.HasCylinder] → (i : ι) → (K ⊞ K).X i ⟶ K.cylinder.X i

The right inclusion (K ⊞ K).X i ⟶ K.cylinder.X i.

Defined in
Mathlib.Algebra.Homology.HomotopyCofiber
Cited by
3 results in Mathlib
Foundations
Depth 43 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.PreadditiveDecidableRelCategoryTheory.Limits.HasBinaryBiproductHomologicalComplex.HasCylinder

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites14

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by3

Results whose statement or proof uses this declaration.