Mathlib Map

Theorems · Definition · category theory

HomologicalComplex.stupidTruncMap

{ι : Type u_1} →
  {ι' : Type u_2} →
    {c : ComplexShape ι} →
      {c' : ComplexShape ι'} →
        {C : Type u_3} →
          [inst : CategoryTheory.Category.{v_1, u_3} C] →
            [inst_1 : CategoryTheory.Limits.HasZeroMorphisms C] →
              [inst_2 : CategoryTheory.Limits.HasZeroObject C] →
                {K L : HomologicalComplex C c'} →
                  (K ⟶ L) → (e : c.Embedding c') → [inst_3 : e.IsRelIff] → K.stupidTrunc e ⟶ L.stupidTrunc e

The morphism K.stupidTrunc e ⟶ L.stupidTrunc e induced by a morphism K ⟶ L.

Defined in
Mathlib.Algebra.Homology.Embedding.StupidTrunc
Cited by
6 results in Mathlib
Foundations
Depth 22 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Limits.HasZeroMorphismsCategoryTheory.Limits.HasZeroObjectComplexShape.Embedding.IsRelIff

Around this declaration

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

Cites11

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

Cited by7

Results whose statement or proof uses this declaration.