Theorems · Theorem · category theory
HomologicalComplex.cycles_left_exact
∀ {C : Type u_1} {ι : Type u_2} [inst : CategoryTheory.Category.{v_1, u_1} C] [inst_1 : CategoryTheory.Abelian C]
{c : ComplexShape ι} (S : CategoryTheory.ShortComplex (HomologicalComplex C c)),
S.Exact →
∀ [CategoryTheory.Mono S.f] (i : ι) [inst_3 : S.X₁.HasHomology i] [inst_4 : S.X₂.HasHomology i]
[inst_5 : S.X₃.HasHomology i],
{ X₁ := S.X₁.cycles i, X₂ := S.X₂.cycles i, X₃ := S.X₃.cycles i, f := HomologicalComplex.cyclesMap S.f i,
g := HomologicalComplex.cyclesMap S.g i, zero := ⋯ }.ExactIf 0 ⟶ X₁ ⟶ X₂ ⟶ X₃ is an exact sequence of homological complex, then
0 ⟶ X₁.cycles i ⟶ X₂.cycles i ⟶ X₃.cycles i is exact. This lemma states
the exactness at X₂.cycles i, while the fact that X₁.cycles i ⟶ X₂.cycles i
is a mono is an instance.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 94 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites44
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.Homproof · cited by 32,603
- CategoryTheory.CategoryStruct.compproof · cited by 17,999
- CategoryTheory.Category.assocproof · cited by 6,433
- CategoryTheory.ShortComplexstatement and proof · cited by 1,850
- HomologicalComplex.Xproof · 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.Limits.Cone.ptproof · cited by 1,298
- CategoryTheory.ShortComplex.X₂statement and proof · cited by 1,115
- CategoryTheory.Monostatement and proof · cited by 893
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.