Theorems · Definition · category theory
CategoryTheory.Grothendieck.functorFrom
{C : Type u} →
[inst : CategoryTheory.Category.{v, u} C] →
{F : CategoryTheory.Functor C CategoryTheory.Cat} →
{E : Type u_1} →
[inst_1 : CategoryTheory.Category.{v_1, u_1} E] →
(fib : (c : C) → CategoryTheory.Functor (↑(F.obj c)) E) →
(hom : {c c' : C} → (f : c ⟶ c') → fib c ⟶ (F.map f).toFunctor.comp (fib c')) →
(∀ (c : C), hom (CategoryTheory.CategoryStruct.id c) = CategoryTheory.eqToHom ⋯) →
(∀ (c₁ c₂ c₃ : C) (f : c₁ ⟶ c₂) (g : c₂ ⟶ c₃),
hom (CategoryTheory.CategoryStruct.comp f g) =
CategoryTheory.CategoryStruct.comp (hom f)
(CategoryTheory.CategoryStruct.comp ((F.map f).toFunctor.whiskerLeft (hom g))
(CategoryTheory.eqToHom ⋯))) →
CategoryTheory.Functor (CategoryTheory.Grothendieck F) EConstruct a functor from Grothendieck F to another category E by providing a family of
functors on the fibers of Grothendieck F, a family of natural transformations on morphisms in the
base of Grothendieck F and coherence data for this family of natural transformations.
- Defined in
- Mathlib.CategoryTheory.Grothendieck
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 43 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
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
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.Functor.objstatement and proof · cited by 19,642
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.mapstatement and proof · cited by 8,698
- CategoryTheory.NatTrans.appproof · cited by 7,406
- CategoryTheory.Functor.compstatement and proof · cited by 6,529
- CategoryTheory.CategoryStruct.idstatement and proof · cited by 6,235
- CategoryTheory.Catstatement and proof · cited by 884
- CategoryTheory.eqToHomstatement and proof · cited by 860
- CategoryTheory.Bundled.αstatement and proof · cited by 736
Cited by3
Results whose statement or proof uses this declaration.
- CategoryTheory.Grothendieck.ιCompFunctorFromstatement and proof · cited by 0
- CategoryTheory.Grothendieck.functorFrom_mapstatement and proof · cited by 0
- CategoryTheory.Grothendieck.functorFrom_objstatement and proof · cited by 0