Theorems · Theorem · category theory
HomologicalComplex.exactAt_iff_exact_up_to_refinements
∀ {C : Type u_1} {ι : Type u_2} [inst : CategoryTheory.Category.{v_1, u_1} C] [inst_1 : CategoryTheory.Abelian C]
{c : ComplexShape ι} (K : HomologicalComplex C c) (i j k : ι),
c.prev j = i →
c.next j = k →
(K.ExactAt j ↔
∀ ⦃A : C⦄ (x₂ : A ⟶ K.X j),
CategoryTheory.CategoryStruct.comp x₂ (K.d j k) = 0 →
∃ A' π,
∃ (_ : CategoryTheory.Epi π),
∃ x₁, CategoryTheory.CategoryStruct.comp π x₂ = CategoryTheory.CategoryStruct.comp x₁ (K.d i j))- Defined in
- Mathlib.Algebra.Homology.Refinements
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 95 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
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.CategoryStruct.compstatement and proof · cited by 17,999
- HomologicalComplex.Xstatement and proof · cited by 1,839
- CategoryTheory.Abelianstatement and proof · cited by 1,753
- HomologicalComplexstatement and proof · cited by 1,691
- ComplexShapestatement and proof · cited by 1,684
- CategoryTheory.Epistatement and proof · cited by 688
- HomologicalComplex.dstatement and proof · cited by 598
- ComplexShape.nextstatement and proof · cited by 297
- ComplexShape.prevstatement and proof · cited by 223
- HomologicalComplex.sc'proof · cited by 112
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.