Theorems · Definition · category theory
CategoryTheory.GrothendieckTopology.Point.isColimitPresheafFiberMapCocone
{C : Type u} →
[inst : CategoryTheory.Category.{v, u} C] →
{D : Type u'} →
[inst_1 : CategoryTheory.Category.{v', u'} D] →
{J : CategoryTheory.GrothendieckTopology C} →
(Φ : J.Point) →
(F : CategoryTheory.Functor C D) →
(K : CategoryTheory.GrothendieckTopology D) →
[inst_2 : F.IsCocontinuous J K] →
[inst_3 : CategoryTheory.LocallySmall.{w, v', u'} D] →
{A : Type u''} →
[inst_4 : CategoryTheory.Category.{v'', u''} A] →
[inst_5 : CategoryTheory.Limits.HasColimitsOfSize.{w, w, v'', u''} A] →
(P : CategoryTheory.Functor Dᵒᵖ A) →
CategoryTheory.Limits.IsColimit (Φ.presheafFiberMapCocone F K P)Given a cocontinuous functor F : C ⥤ D between sites (C, J) and (D, K),
P a presheaf on D, then (Φ.map F K).presheafFiber.obj P is a colimit
of P.obj (op (F.obj X)) for X : C, x : Φ.fiber.obj X.
- Defined in
- Mathlib.CategoryTheory.Sites.Point.Map
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 66 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
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
- CategoryTheory.Functorstatement and proof · cited by 16,252
- Oppositestatement and proof · cited by 8,081
- CategoryTheory.Functor.compstatement and proof · cited by 6,529
- CategoryTheory.GrothendieckTopologystatement and proof · cited by 1,415
- CategoryTheory.Functor.opstatement · cited by 997
- CategoryTheory.Limits.IsColimitstatement · cited by 773
- CategoryTheory.LocallySmallstatement and proof · cited by 242
- CategoryTheory.Functor.Elementsstatement · cited by 141
- CategoryTheory.Limits.HasColimitsOfSizestatement and proof · cited by 124
- CategoryTheory.GrothendieckTopology.Pointstatement and proof · cited by 123
- CategoryTheory.GrothendieckTopology.Point.fiberstatement and proof · cited by 93
Cited by3
Results whose statement or proof uses this declaration.