The preadditive category structure on the localized category #
In this file, it is shown that if W : MorphismProperty C
has a left calculus
of fractions, and C
is preadditive, then the localized category is preadditive,
and the localization functor is additive.
Let L : C ⥤ D
be a localization functor for W
. We first construct an abelian
group structure on L.obj X ⟶ L.obj Y
for X
and Y
in C
. The addition
is defined using representatives of two morphisms in L
as left fractions with
the same denominator thanks to the lemmas in
CategoryTheory.Localization.CalculusOfFractions.Fractions
.
As L
is essentially surjective, we finally transport these abelian group structures
to X' ⟶ Y'
for all X'
and Y'
in D
.
Preadditive category instances are defined on the categories W.Localization
(and W.Localization'
) under the assumption the W
has a left calculus of fractions.
(It would be easy to deduce from the results in this file that if W
has a right calculus
of fractions, then the localized category can also be equipped with
a preadditive structure, but only one of these two constructions can be made an instance!)
The opposite of a left fraction.
Equations
- φ.neg = CategoryTheory.MorphismProperty.LeftFraction.mk (-φ.f) φ.s ⋯
Instances For
The sum of two left fractions with the same denominator.
Equations
- φ.add = CategoryTheory.MorphismProperty.LeftFraction.mk (φ.f + φ.f') φ.s ⋯
Instances For
The definitions in this section (like neg'
and add'
) should never be used
directly. These are auxiliary definitions in order to construct the preadditive
structure Localization.preadditive
(which is made irreducible). The user
should only rely on the fact that the localization functor is additive, as this
completely determines the preadditive structure on the localized category when
there is a calculus of left fractions.
The opposite of a map L.obj X ⟶ L.obj Y
when L : C ⥤ D
is a localization
functor, C
is preadditive and there is a left calculus of fractions.
Equations
- CategoryTheory.Localization.Preadditive.neg' W f = ⋯.choose.neg.map L ⋯
Instances For
The addition of two maps L.obj X ⟶ L.obj Y
when L : C ⥤ D
is a localization
functor, C
is preadditive and there is a left calculus of fractions.
Equations
- CategoryTheory.Localization.Preadditive.add' W f₁ f₂ = ⋯.choose.add.map L ⋯
Instances For
The abelian group structure on L.obj X ⟶ L.obj Y
when L : C ⥤ D
is a localization
functor, C
is preadditive and there is a left calculus of fractions.
Equations
Instances For
The bijection (X' ⟶ Y') ≃ (L.obj X ⟶ L.obj Y)
induced by isomorphisms
eX : L.obj X ≅ X'
and eY : L.obj Y ≅ Y'
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The addition of morphisms in D
, when L : C ⥤ D
is a localization
functor, C
is preadditive and there is a left calculus of fractions.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The abelian group structure on morphisms in D
, when L : C ⥤ D
is a localization
functor, C
is preadditive and there is a left calculus of fractions.
Equations
- CategoryTheory.Localization.Preadditive.addCommGroup L W X' Y' = (CategoryTheory.Localization.Preadditive.homEquiv (L.objObjPreimageIso X') (L.objObjPreimageIso Y')).addCommGroup
Instances For
The preadditive structure on D
, when L : C ⥤ D
is a localization
functor, C
is preadditive and there is a left calculus of fractions.
Equations
- CategoryTheory.Localization.preadditive L W = { homGroup := CategoryTheory.Localization.Preadditive.addCommGroup L W, add_comp := ⋯, comp_add := ⋯ }
Instances For
Equations
- ⋯ = ⋯
Equations
- ⋯ = ⋯
Equations
- ⋯ = ⋯
Equations
- ⋯ = ⋯