Exactness properties of functors which jointly reflect isomorphisms #
Let Fแตข : C โฅค Dแตข be a family of exact functors between abelian categories.
Assume that they jointly reflect isomorphisms. We show that a short complex in C
is exact (resp. short exact) iff it is so after applying the functor Fแตข.
Similar results are obtained for the detection of quasi-isomorphisms
between short complexes or homological complexes in C.
(Corresponding results for a single functor are
HomologicalComplex.quasiIsoAt_map_iff_of_preservesHomology and
HomologicalComplex.quasiIso_map_iff_of_preservesHomology in the files
Mathlib/Algebra/Homology/QuasiIso.lean and
ShortComplex.quasiIso_map_iff_of_preservesLeftHomology
Mathlib/Algebra/Homology/ShortComplex/PreservesHomology.lean.)
theorem
CategoryTheory.JointlyReflectIsomorphisms.isZero_iff
{C : Type u_1}
[Category.{v_1, u_1} C]
{I : Type u_2}
{D : I โ Type u_3}
[(i : I) โ Category.{v_2, u_3} (D i)]
{F : (i : I) โ Functor C (D i)}
(hP : JointlyReflectIsomorphisms F)
[Limits.HasZeroMorphisms C]
[(i : I) โ Limits.HasZeroMorphisms (D i)]
[โ (i : I), (F i).PreservesZeroMorphisms]
[Limits.HasZeroObject C]
{X : C}
:
Limits.IsZero X โ โ (i : I), Limits.IsZero ((F i).obj X)
theorem
CategoryTheory.JointlyReflectIsomorphisms.exact_iff
{C : Type u_1}
[Category.{v_1, u_1} C]
{I : Type u_2}
{D : I โ Type u_3}
[(i : I) โ Category.{v_2, u_3} (D i)]
{F : (i : I) โ Functor C (D i)}
(hP : JointlyReflectIsomorphisms F)
[Limits.HasZeroMorphisms C]
[(i : I) โ Limits.HasZeroMorphisms (D i)]
[โ (i : I), (F i).PreservesZeroMorphisms]
[CategoryWithHomology C]
[โ (i : I), (F i).PreservesHomology]
[Limits.HasZeroObject C]
(S : ShortComplex C)
:
theorem
CategoryTheory.JointlyReflectIsomorphisms.exactAt_iff
{C : Type u_1}
[Category.{v_1, u_1} C]
{I : Type u_2}
{D : I โ Type u_3}
[(i : I) โ Category.{v_2, u_3} (D i)]
{F : (i : I) โ Functor C (D i)}
(hP : JointlyReflectIsomorphisms F)
[Limits.HasZeroMorphisms C]
[(i : I) โ Limits.HasZeroMorphisms (D i)]
[โ (i : I), (F i).PreservesZeroMorphisms]
[CategoryWithHomology C]
[โ (i : I), (F i).PreservesHomology]
[Limits.HasZeroObject C]
{ฮฑ : Type u_4}
{c : ComplexShape ฮฑ}
(K : HomologicalComplex C c)
(a : ฮฑ)
:
K.ExactAt a โ โ (i : I), (((F i).mapHomologicalComplex c).obj K).ExactAt a
theorem
CategoryTheory.JointlyReflectIsomorphisms.shortExact_iff
{C : Type u_1}
[Category.{v_1, u_1} C]
{I : Type u_2}
{D : I โ Type u_3}
[(i : I) โ Category.{v_2, u_3} (D i)]
{F : (i : I) โ Functor C (D i)}
(hP : JointlyReflectIsomorphisms F)
[Abelian C]
[(i : I) โ Abelian (D i)]
[CategoryWithHomology C]
[โ (i : I), Limits.PreservesFiniteLimits (F i)]
[โ (i : I), Limits.PreservesFiniteColimits (F i)]
(S : ShortComplex C)
:
S.ShortExact โ โ (i : I), (S.map (F i)).ShortExact
theorem
CategoryTheory.JointlyReflectIsomorphisms.shortComplexQuasiIso_iff
{C : Type u_1}
[Category.{v_1, u_1} C]
{I : Type u_2}
{D : I โ Type u_3}
[(i : I) โ Category.{v_2, u_3} (D i)]
{F : (i : I) โ Functor C (D i)}
(hP : JointlyReflectIsomorphisms F)
[Abelian C]
[(i : I) โ Abelian (D i)]
[CategoryWithHomology C]
[โ (i : I), Limits.PreservesFiniteLimits (F i)]
[โ (i : I), Limits.PreservesFiniteColimits (F i)]
{Sโ Sโ : ShortComplex C}
(f : Sโ โถ Sโ)
:
ShortComplex.QuasiIso f โ โ (i : I), ShortComplex.QuasiIso ((F i).mapShortComplex.map f)
theorem
CategoryTheory.JointlyReflectIsomorphisms.quasiIsoAt_iff
{C : Type u_1}
[Category.{v_1, u_1} C]
{I : Type u_2}
{D : I โ Type u_3}
[(i : I) โ Category.{v_2, u_3} (D i)]
{F : (i : I) โ Functor C (D i)}
(hP : JointlyReflectIsomorphisms F)
[Abelian C]
[(i : I) โ Abelian (D i)]
[CategoryWithHomology C]
[โ (i : I), Limits.PreservesFiniteLimits (F i)]
[โ (i : I), Limits.PreservesFiniteColimits (F i)]
{ฮฑ : Type u_4}
{c : ComplexShape ฮฑ}
{K L : HomologicalComplex C c}
(f : K โถ L)
(a : ฮฑ)
:
QuasiIsoAt f a โ โ (i : I), QuasiIsoAt (((F i).mapHomologicalComplex c).map f) a
theorem
CategoryTheory.JointlyReflectIsomorphisms.quasiIso_iff
{C : Type u_1}
[Category.{v_1, u_1} C]
{I : Type u_2}
{D : I โ Type u_3}
[(i : I) โ Category.{v_2, u_3} (D i)]
{F : (i : I) โ Functor C (D i)}
(hP : JointlyReflectIsomorphisms F)
[Abelian C]
[(i : I) โ Abelian (D i)]
[CategoryWithHomology C]
[โ (i : I), Limits.PreservesFiniteLimits (F i)]
[โ (i : I), Limits.PreservesFiniteColimits (F i)]
{ฮฑ : Type u_4}
{c : ComplexShape ฮฑ}
{K L : HomologicalComplex C c}
(f : K โถ L)
:
QuasiIso f โ โ (i : I), QuasiIso (((F i).mapHomologicalComplex c).map f)