Theorems · Definition · category theory
CategoryTheory.GradedObject.map
{I : Type u_1} →
{J : Type u_2} →
(C : Type u_4) →
[inst : CategoryTheory.Category.{v_1, u_4} C] →
(p : I → J) →
[∀ (j : J), CategoryTheory.Limits.HasColimitsOfShape (CategoryTheory.Discrete ↑(p ⁻¹' {j})) C] →
CategoryTheory.Functor (CategoryTheory.GradedObject I C) (CategoryTheory.GradedObject J C)Given a map p : I → J, this is the functor GradedObject I C ⥤ GradedObject J C which
sends an I-object X to the graded object X.mapObj p which in degree j : J is given
by the coproduct of those X i such that p i = j.
- Defined in
- Mathlib.CategoryTheory.GradedObject
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 34 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homproof · cited by 32,603
- CategoryTheory.Functorstatement · cited by 16,252
- Set.Elemstatement and proof · cited by 7,166
- Set.preimagestatement and proof · cited by 4,946
- CategoryTheory.Discretestatement and proof · cited by 2,447
- CategoryTheory.Limits.HasColimitsOfShapestatement and proof · cited by 308
- CategoryTheory.GradedObjectstatement and proof · cited by 239
- CategoryTheory.GradedObject.mapObjproof · cited by 83
- CategoryTheory.GradedObject.mapMapproof · cited by 22
Cited by2
Results whose statement or proof uses this declaration.
- CategoryTheory.GradedObject.map_mapstatement and proof · cited by 0
- CategoryTheory.GradedObject.map_objstatement and proof · cited by 0