Theorems · Definition · category theory
CategoryTheory.Pseudofunctor.DescentData.Hom.mk.noConfusion
{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} →
{D₁ D₂ : F.DescentData f} →
{P : Sort u_1} →
{hom : (i : ι) → D₁.obj i ⟶ D₂.obj i} →
{comm :
autoParam
(∀ ⦃Y : C⦄ (q : Y ⟶ S) ⦃i₁ i₂ : ι⦄ (f₁ : Y ⟶ X i₁) (f₂ : Y ⟶ X i₂)
(hf₁ : CategoryTheory.CategoryStruct.comp f₁ (f i₁) = q)
(hf₂ : CategoryTheory.CategoryStruct.comp f₂ (f i₂) = q),
CategoryTheory.CategoryStruct.comp ((F.map f₁.op.toLoc).toFunctor.map (hom i₁))
(D₂.hom q f₁ f₂ ⋯ ⋯) =
CategoryTheory.CategoryStruct.comp (D₁.hom q f₁ f₂ ⋯ ⋯)
((F.map f₂.op.toLoc).toFunctor.map (hom i₂)))
CategoryTheory.Pseudofunctor.DescentData.Hom.comm._autoParam} →
{hom' : (i : ι) → D₁.obj i ⟶ D₂.obj i} →
{comm' :
autoParam
(∀ ⦃Y : C⦄ (q : Y ⟶ S) ⦃i₁ i₂ : ι⦄ (f₁ : Y ⟶ X i₁) (f₂ : Y ⟶ X i₂)
(hf₁ : CategoryTheory.CategoryStruct.comp f₁ (f i₁) = q)
(hf₂ : CategoryTheory.CategoryStruct.comp f₂ (f i₂) = q),
CategoryTheory.CategoryStruct.comp ((F.map f₁.op.toLoc).toFunctor.map (hom' i₁))
(D₂.hom q f₁ f₂ ⋯ ⋯) =
CategoryTheory.CategoryStruct.comp (D₁.hom q f₁ f₂ ⋯ ⋯)
((F.map f₂.op.toLoc).toFunctor.map (hom' i₂)))
CategoryTheory.Pseudofunctor.DescentData.Hom.comm._autoParam} →
{ hom := hom, comm := comm } = { hom := hom', comm := comm' } → (hom ≍ hom' → P) → P- Cited by
- 1 results in Mathlib
- Foundations
- Depth 38 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites23
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 · cited by 19,642
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.Functor.mapstatement and proof · cited by 8,698
- Oppositestatement and proof · cited by 8,081
- Quiver.Hom.opstatement and proof · cited by 1,948
- Prefunctor.objstatement · cited by 1,241
- CategoryTheory.PrelaxFunctor.toPrelaxFunctorStructstatement and proof · cited by 1,154
- CategoryTheory.PrelaxFunctorStruct.toPrefunctorstatement and proof · cited by 1,142
- Prefunctor.mapstatement and proof · cited by 952
- CategoryTheory.Catstatement and proof · cited by 884
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.Pseudofunctor.DescentData.Hom.mk.injproof · cited by 1