Theorems · Inductive type · category theory
CategoryTheory.Grothendieck
{C : Type u} → [inst : CategoryTheory.Category.{v, u} C] → CategoryTheory.Functor C CategoryTheory.Cat → Type (max u u₂)The Grothendieck construction (often written as ∫ F in mathematics) for a functor F : C ⥤ Cat
gives a category whose
* objects X consist of X.base : C and X.fiber : F.obj base
* morphisms f : X ⟶ Y consist of
base : X.base ⟶ Y.base and
f.fiber : (F.map base).obj X.fiber ⟶ Y.fiber
- Defined in
- Mathlib.CategoryTheory.Grothendieck
- Cited by
- 138 results in Mathlib
- Foundations
- Depth 32 from the axioms, rests on 169 definitions · uses propext, Classical.choice, Quot.sound
- Assumes
- CategoryTheory.Category
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites3
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement · cited by 32,673
- CategoryTheory.Functorstatement · cited by 16,252
- CategoryTheory.Catstatement · cited by 884
Cited by205
Results whose statement or proof uses this declaration.
- CategoryTheory.Grothendieck.basestatement and proof · cited by 80
- CategoryTheory.Grothendieck.fiberstatement and proof · cited by 60
- CategoryTheory.Grothendieck.Hom.basestatement and proof · cited by 39
- CategoryTheory.Grothendieck.ιstatement · cited by 38
- CategoryTheory.Grothendieck.Hom.fiberstatement and proof · cited by 26
- CategoryTheory.Limits.fiberwiseColimitstatement and proof · cited by 23
- CategoryTheory.Grothendieck.mapstatement and proof · cited by 16
- CategoryTheory.CostructuredArrow.grothendieckPrecompFunctorToCommastatement and proof · cited by 15
- CategoryTheory.Limits.hasColimit_ι_compstatement and proof · cited by 13
- CategoryTheory.Grothendieck.grothendieckTypeToCatstatement and proof · cited by 12
- CategoryTheory.CostructuredArrow.grothendieckProjstatement · cited by 12
- CategoryTheory.Grothendieck.grothendieckTypeToCatFunctorstatement and proof · cited by 9
Showing the 200 most cited of 205.