Theorems · Theorem · category theory
CategoryTheory.ShortComplex.quasiIso_iff_of_zeros
∀ {C : Type u_1} [inst : CategoryTheory.Category.{v_1, u_1} C] [inst_1 : CategoryTheory.Abelian C]
{S₁ S₂ : CategoryTheory.ShortComplex C} (φ : S₁ ⟶ S₂),
S₁.f = 0 →
∀ (hg₁ : S₁.g = 0),
S₂.f = 0 →
(CategoryTheory.ShortComplex.QuasiIso φ ↔
{ X₁ := S₁.X₂, X₂ := S₂.X₂, X₃ := S₂.X₃, f := φ.τ₂, g := S₂.g, zero := ⋯ }.Exact ∧ CategoryTheory.Mono φ.τ₂)Given a morphism of short complexes φ : S₁ ⟶ S₂ in an abelian category, if S₁.f
and S₁.g are zero (e.g. when S₁ is of the form 0 ⟶ S₁.X₂ ⟶ 0) and S₂.f = 0
(e.g when S₂ is of the form 0 ⟶ S₂.X₂ ⟶ S₂.X₃), then φ is a quasi-isomorphism iff
the obvious short complex S₁.X₂ ⟶ S₂.X₂ ⟶ S₂.X₃ is exact and φ.τ₂ is a mono.
- Cited by
- 2 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.
Cites36
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.compproof · cited by 17,999
- CategoryTheory.Category.assocproof · cited by 6,433
- CategoryTheory.CategoryStruct.idproof · cited by 6,235
- CategoryTheory.Category.id_compproof · cited by 1,998
- CategoryTheory.ShortComplexstatement and proof · cited by 1,850
- CategoryTheory.Abelianstatement and proof · cited by 1,753
- CategoryTheory.IsIsoproof · cited by 1,156
- CategoryTheory.ShortComplex.X₂statement and proof · cited by 1,115
- CategoryTheory.Iso.symmproof · cited by 993
- CategoryTheory.Monostatement and proof · cited by 893
Cited by2
Results whose statement or proof uses this declaration.
- CategoryTheory.ShortComplex.quasiIso_iff_of_zeros'proof · cited by 2
- CochainComplex.isIso_liftCycles_iffproof · cited by 0