Theorems · Theorem · category theory
CategoryTheory.Functor.exact_tfae
∀ {C : Type u_1} {D : Type u_2} [inst : CategoryTheory.Category.{v_1, u_1} C]
[inst_1 : CategoryTheory.Category.{v_2, u_2} D] [inst_2 : CategoryTheory.Abelian C]
[inst_3 : CategoryTheory.Abelian D] (F : CategoryTheory.Functor C D) [inst_4 : F.Additive],
[∀ (S : CategoryTheory.ShortComplex C), S.ShortExact → (S.map F).ShortExact,
∀ (S : CategoryTheory.ShortComplex C), S.Exact → (S.map F).Exact, F.PreservesHomology,
CategoryTheory.Limits.PreservesFiniteLimits F ∧ CategoryTheory.Limits.PreservesFiniteColimits F].TFAEFor an additive functor F : C ⥤ D between abelian categories, the following are equivalent:
- F preserves short exact sequences, i.e. if 0 ⟶ A ⟶ B ⟶ C ⟶ 0 is exact then
0 ⟶ F(A) ⟶ F(B) ⟶ F(C) ⟶ 0 is exact.
- F preserves exact sequences, i.e. if A ⟶ B ⟶ C is exact then F(A) ⟶ F(B) ⟶ F(C) is exact.
- F preserves homology.
- F preserves both finite limits and finite colimits.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 97 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites40
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.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.mapproof · cited by 8,698
- CategoryTheory.ShortComplexstatement and proof · cited by 1,850
- CategoryTheory.Abelianstatement and proof · cited by 1,753
- CategoryTheory.Functor.Additivestatement and proof · cited by 1,179
- CategoryTheory.Monoproof · cited by 893
- CategoryTheory.ShortComplex.X₁proof · cited by 889
- CategoryTheory.ShortComplex.X₃proof · cited by 876
- CategoryTheory.Limits.parallelPairproof · cited by 766
- CategoryTheory.Epiproof · cited by 688
Cited by3
Results whose statement or proof uses this declaration.
- TopCat.Presheaf.sections_exact_of_exactproof · cited by 1
- Module.Flat.iff_preservesFiniteLimits_tensorLeftproof · cited by 1
- TopCat.Sheaf.exact_iff_stalkFunctor_map_exactproof · cited by 0