Theorems · Theorem · category theory
CategoryTheory.Limits.colim.exact_mapShortComplex
∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] {J : Type u'} [inst_1 : CategoryTheory.Category.{v', u'} J]
[inst_2 : CategoryTheory.Limits.HasColimitsOfShape J C] [CategoryTheory.HasExactColimitsOfShape J C]
[inst_4 : CategoryTheory.Limits.HasZeroMorphisms C] {S : CategoryTheory.ShortComplex (CategoryTheory.Functor J C)},
S.Exact →
∀ {c₁ : CategoryTheory.Limits.Cocone S.X₁} (hc₁ : CategoryTheory.Limits.IsColimit c₁)
{c₂ : CategoryTheory.Limits.Cocone S.X₂} (hc₂ : CategoryTheory.Limits.IsColimit c₂)
{c₃ : CategoryTheory.Limits.Cocone S.X₃} (hc₃ : CategoryTheory.Limits.IsColimit c₃) (f : c₁.pt ⟶ c₂.pt)
(g : c₂.pt ⟶ c₃.pt)
(hf :
∀ (j : J),
CategoryTheory.CategoryStruct.comp (c₁.ι.app j) f =
CategoryTheory.CategoryStruct.comp (S.f.app j) (c₂.ι.app j))
(hg :
∀ (j : J),
CategoryTheory.CategoryStruct.comp (c₂.ι.app j) g =
CategoryTheory.CategoryStruct.comp (S.g.app j) (c₃.ι.app j)),
(CategoryTheory.Limits.colim.mapShortComplex S hc₁ c₂ c₃ f g hf hg).ExactAssuming HasExactColimitsOfShape J C, this lemma rephrases the exactness
of the functor colim : (J ⥤ C) ⥤ C by saying that if S : ShortComplex (J ⥤ C)
is exact, then the short complex obtained by taking the colimits is exact,
where we allow the replacement of the chosen colimit cocones of the
colimit API by arbitrary colimit cocones.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 81 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites39
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.Functor.objstatement and proof · cited by 19,642
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Iso.homproof · cited by 7,684
- CategoryTheory.NatTrans.appstatement and proof · cited by 7,406
- CategoryTheory.Category.assocproof · cited by 6,433
- CategoryTheory.Limits.HasZeroMorphismsstatement and proof · cited by 3,275
- CategoryTheory.ShortComplexstatement and proof · cited by 1,850
- CategoryTheory.Limits.Cocone.ptstatement and proof · cited by 1,354
- CategoryTheory.Functor.conststatement and proof · cited by 1,264
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.IsGrothendieckAbelian.IsPresentable.injectivity₀.epi_fproof · cited by 1