Theorems · Theorem · category theory
CategoryTheory.Abelian.Ext.comp_add
∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] [inst_1 : CategoryTheory.Abelian C]
[inst_2 : CategoryTheory.HasExt C] {X Y Z : C} {n : ℕ} (α : CategoryTheory.Abelian.Ext X Y n) {m : ℕ}
(β₁ β₂ : CategoryTheory.Abelian.Ext Y Z m) {p : ℕ} (h : n + m = p), α.comp (β₁ + β₂) h = α.comp β₁ h + α.comp β₂ h- Cited by
- 2 results in Mathlib
- Foundations
- Depth 110 from the axioms · uses propext, Classical.choice, Quot.sound
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.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- CategoryTheory.Abelianstatement and proof · cited by 1,753
- CategoryTheory.HasExtstatement and proof · cited by 218
- CategoryTheory.Abelian.Extstatement and proof · cited by 191
- HasDerivedCategoryproof · cited by 190
- CategoryTheory.Abelian.Ext.compstatement and proof · cited by 80
- CategoryTheory.ShiftedHom.compproof · cited by 54
- CategoryTheory.Abelian.Ext.homproof · cited by 42
- HasDerivedCategory.standardproof · cited by 42
- CategoryTheory.ShiftedHom.comp.congr_simpproof · cited by 37
- CategoryTheory.Abelian.Ext.extproof · cited by 31
- CategoryTheory.Abelian.Ext.comp_homproof · cited by 27
Cited by2
Results whose statement or proof uses this declaration.
- CategoryTheory.Abelian.Ext.add_homproof · cited by 4