Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.ShortComplex.exact_iff_exact_up_to_refinements

∀ {C : Type u_1} [inst : CategoryTheory.Category.{v_1, u_1} C] [inst_1 : CategoryTheory.Abelian C]
  (S : CategoryTheory.ShortComplex C),
  S.Exact ↔
    ∀ ⦃A : C⦄ (x₂ : A ⟶ S.X₂),
      CategoryTheory.CategoryStruct.comp x₂ S.g = 0 →
        ∃ A' π,
          ∃ (_ : CategoryTheory.Epi π),
            ∃ x₁, CategoryTheory.CategoryStruct.comp π x₂ = CategoryTheory.CategoryStruct.comp x₁ S.f
Defined in
Mathlib.CategoryTheory.Abelian.Refinements
Cited by
14 results in Mathlib
Foundations
Depth 94 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Abelian

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

CategoryTheory.ShortComplex.Exact.exact_up_to_refinements · cited by 14Exact.exact_up_to_refinem…CategoryTheory.ShortComplex.SnakeInput.L₁'_exact · cited by 4SnakeInput.L₁'_exactCategoryTheory.ShortComplex.SnakeInput.L₀_exact · cited by 3SnakeInput.L₀_exactCategoryTheory.ShortComplex.SnakeInput.L₀'_exact · cited by 2SnakeInput.L₀'_exactCategoryTheory.Limits.CokernelCofork.IsColimit.comp_π_eq_zero_iff_up_to_refinements · cited by 2IsColimit.comp_π_eq_zero_…CategoryTheory.Abelian.SpectralObject.cokernelSequenceE_exact · cited by 2SpectralObject.cokernelSe…CategoryTheory.Abelian.SpectralObject.kernelSequenceE_exact · cited by 2SpectralObject.kernelSequ…CategoryTheory.Abelian.SpectralObject.dCokernelSequence_exact · cited by 1SpectralObject.dCokernelS…CategoryTheory.Abelian.SpectralObject.Ψ_opcyclesMap_exact · cited by 1SpectralObject.Ψ_opcycles…CategoryTheory.Abelian.SpectralObject.dKernelSequence_exact · cited by 1SpectralObject.dKernelSeq…CategoryTheory.Abelian.SpectralObject.cyclesMap_Ψ_exact · cited by 1SpectralObject.cyclesMap_…CategoryTheory.Abelian.SpectralObject.cokernelSequenceOpcyclesE_exact · cited by 1SpectralObject.cokernelSe…HomologicalComplex.exactAt_iff_exact_up_to_refinements · cited by 0HomologicalComplex.exactA…CategoryTheory.Abelian.SpectralObject.kernelSequenceCyclesE_exact · cited by 0SpectralObject.kernelSequ…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Category.assoc · cited by 6433Category.assocCategoryTheory.ShortComplex · cited by 1850CategoryTheory.ShortCompl…CategoryTheory.Abelian · cited by 1753CategoryTheory.AbelianCategoryTheory.ShortComplex.X₂ · cited by 1115ShortComplex.X₂CategoryTheory.ShortComplex.X₁ · cited by 889ShortComplex.X₁CategoryTheory.ShortComplex.X₃ · cited by 876ShortComplex.X₃CategoryTheory.Epi · cited by 688CategoryTheory.EpiCategoryTheory.ShortComplex.g · cited by 658ShortComplex.gCategoryTheory.ShortComplex.f · cited by 653ShortComplex.fCategoryTheory.cancel_mono · cited by 435CategoryTheory.cancel_monoCategoryTheory.Limits.comp_zero · cited by 365Limits.comp_zeroCategoryTheory.ShortComplex.Exact · cited by 292ShortComplex.ExactShortComplex.exact_iff_exact_…CITED BYCITES

Cites25

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by14

Results whose statement or proof uses this declaration.