Theorems · Theorem · category theory
AddMonCat.FilteredColimits.colimit_add_mk_eq
∀ {J : Type v} [inst : CategoryTheory.SmallCategory J] (F : CategoryTheory.Functor J AddMonCat)
[inst_1 : CategoryTheory.IsFiltered J] (x y : (j : J) × ↑(F.obj j)) (k : J) (f : x.fst ⟶ k) (g : y.fst ⟶ k),
AddMonCat.FilteredColimits.M.mk F x + AddMonCat.FilteredColimits.M.mk F y =
AddMonCat.FilteredColimits.M.mk F
⟨k, (CategoryTheory.ConcreteCategory.hom (F.map f)) x.snd + (CategoryTheory.ConcreteCategory.hom (F.map g)) y.snd⟩Addition in the colimit is independent of the chosen "maximum" in the filtered
category. In particular, this lemma allows us to "unfold" the definition of the addition of
x and y, using a custom object k and morphisms f : x.1 ⟶ k and g : y.1 ⟶ k.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 26 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites22
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- 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.ConcreteCategory.homstatement and proof · cited by 4,022
- AddMonoidHomstatement · cited by 3,230
- map_addproof · cited by 964
- CategoryTheory.Functor.map_compproof · cited by 734
- CategoryTheory.SmallCategorystatement and proof · cited by 480
- CategoryTheory.IsFilteredstatement and proof · cited by 210
Cited by3
Results whose statement or proof uses this declaration.
- AddMonCat.FilteredColimits.colimit_add_mk_eq'proof · cited by 1
- AddGrpCat.FilteredColimits.colimit_add_mk_eqproof · cited by 1
- ModuleCat.FilteredColimits.colimit_add_mk_eqproof · cited by 0