Theorems · Theorem · category theory
CategoryTheory.Pseudofunctor.DescentData.pullFunctorEquivalence_unitIso
∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C]
(F : CategoryTheory.Pseudofunctor (CategoryTheory.LocallyDiscrete Cᵒᵖ) CategoryTheory.Cat) {ι : Type t} {S : C}
{X : ι → C} {f : (i : ι) → X i ⟶ S} {S' : C} {ι' : Type t'} {X' : ι' → C} {f' : (j : ι') → X' j ⟶ S'} (e : S' ≅ S)
{α : ι' → ι} {p' : (j : ι') → X' j ⟶ X (α j)}
(w :
∀ (j : ι'), CategoryTheory.CategoryStruct.comp (p' j) (f (α j)) = CategoryTheory.CategoryStruct.comp (f' j) e.hom)
{β : ι → ι'} {q' : (i : ι) → X i ⟶ X' (β i)}
(w' :
∀ (i : ι), CategoryTheory.CategoryStruct.comp (q' i) (f' (β i)) = CategoryTheory.CategoryStruct.comp (f i) e.inv),
(CategoryTheory.Pseudofunctor.DescentData.pullFunctorEquivalence F e w w').unitIso =
(CategoryTheory.Pseudofunctor.DescentData.pullFunctorIdIso F S).symm ≪≫
CategoryTheory.Pseudofunctor.DescentData.pullFunctorIso F ⋯ ⋯ ≪≫
(CategoryTheory.Pseudofunctor.DescentData.pullFunctorCompIso F w w' (CategoryTheory.CategoryStruct.id S) ⋯
⋯).symm- Cited by
- 0 results in Mathlib
- Foundations
- Depth 46 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CategoryTheory.Category
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites24
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.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.Functorstatement · cited by 16,252
- Oppositestatement and proof · cited by 8,081
- CategoryTheory.Iso.homstatement and proof · cited by 7,684
- CategoryTheory.Functor.compstatement · cited by 6,529
- CategoryTheory.Iso.invstatement and proof · cited by 6,514
- CategoryTheory.CategoryStruct.idstatement · cited by 6,235
- CategoryTheory.Isostatement and proof · cited by 3,963
- CategoryTheory.Functor.idstatement · cited by 3,333
- CategoryTheory.Iso.symmstatement · cited by 993
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.