Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Pseudofunctor.DescentData.isoMk

{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} →
                (e : (i : ι) → D₁.obj i ≅ D₂.obj i) →
                  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 (e i₁).hom)
                            (D₂.hom q f₁ f₂ ⋯ ⋯) =
                          CategoryTheory.CategoryStruct.comp (D₁.hom q f₁ f₂ ⋯ ⋯)
                            ((F.map f₂.op.toLoc).toFunctor.map (e i₂).hom))
                      CategoryTheory.Pseudofunctor.DescentData.isoMk._auto_1 →
                    (D₁ ≅ D₂)

Constructor for isomorphisms in Pseudofunctor.DescentData.

Defined in
Mathlib.CategoryTheory.Sites.Descent.DescentData
Cited by
4 results in Mathlib
Foundations
Depth 40 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.

CategoryTheory.Pseudofunctor.DescentData.pullFunctorCompIso · cited by 4DescentData.pullFunctorCo…CategoryTheory.Pseudofunctor.DescentData.pullFunctorIdIso · cited by 4DescentData.pullFunctorId…CategoryTheory.Pseudofunctor.DescentData'.descentDataEquivalence · cited by 4DescentData'.descentDataE…CategoryTheory.Pseudofunctor.DescentData.pullFunctorIso · cited by 4DescentData.pullFunctorIsoCategoryTheory.Pseudofunctor.DescentData.toDescentDataCompPullFunctorIso · cited by 2DescentData.toDescentData…CategoryTheory.Pseudofunctor.DescentData'.descentDataEquivalence_counitIso · cited by 0DescentData'.descentDataE…CategoryTheory.Pseudofunctor.DescentData.isoMk_hom_hom · cited by 0DescentData.isoMk_hom_homCategoryTheory.Pseudofunctor.DescentData.isoMk_inv_hom · cited by 0DescentData.isoMk_inv_homCategoryTheory.Pseudofunctor.DescentData.isoMk.congr_simp · cited by 0isoMk.congr_simpCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Functor.map · cited by 8698Functor.mapOpposite · cited by 8081OppositeCategoryTheory.Iso.hom · cited by 7684Iso.homCategoryTheory.Iso.inv · cited by 6514Iso.invCategoryTheory.Iso · cited by 3963CategoryTheory.IsoQuiver.Hom.op · cited by 1948Hom.opPrefunctor.obj · cited by 1241Prefunctor.objCategoryTheory.PrelaxFunctor.toPrelaxFunctorStruct · cited by 1154PrelaxFunctor.toPrelaxFun…CategoryTheory.PrelaxFunctorStruct.toPrefunctor · cited by 1142PrelaxFunctorStruct.toPre…Prefunctor.map · cited by 952Prefunctor.mapCategoryTheory.Cat · cited by 884CategoryTheory.CatDescentData.isoMkCITED BYCITES

Cites24

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by9

Results whose statement or proof uses this declaration.