Theorems · Theorem · category theory
CategoryTheory.Functor.preservesFiniteLimits_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).Exact ∧ CategoryTheory.Mono (F.map S.f),
∀ (S : CategoryTheory.ShortComplex C),
S.Exact ∧ CategoryTheory.Mono S.f → (S.map F).Exact ∧ CategoryTheory.Mono (F.map S.f),
∀ ⦃X Y : C⦄ (f : X ⟶ Y), CategoryTheory.Limits.PreservesLimit (CategoryTheory.Limits.parallelPair f 0) F,
CategoryTheory.Limits.PreservesFiniteLimits F].TFAEFor an additive functor F : C ⥤ D between abelian categories, the following are equivalent:
- F preserves short exact sequences on the left-hand side, i.e. if 0 ⟶ A ⟶ B ⟶ C ⟶ 0 is exact
then 0 ⟶ F(A) ⟶ F(B) ⟶ F(C) is exact.
- F preserves exact sequences on the left-hand side, i.e. if A ⟶ B ⟶ C is exact where A ⟶ B
is mono, then F(A) ⟶ F(B) ⟶ F(C) is exact and F(A) ⟶ F(B) is mono as well.
- F preserves kernels.
- F preserves finite limits.
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 96 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites57
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.Functor.objstatement and proof · cited by 19,642
- CategoryTheory.CategoryStruct.compproof · cited by 17,999
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.mapstatement and proof · cited by 8,698
- CategoryTheory.CategoryStruct.idproof · cited by 6,235
- CategoryTheory.Category.comp_idproof · cited by 2,119
- 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.Functor.Additivestatement and proof · cited by 1,179
Cited by5
Results whose statement or proof uses this declaration.
- CategoryTheory.Functor.exact_tfaeproof · cited by 3
- TopCat.Sheaf.sections_exact_of_left_exactproof · cited by 1