Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Pseudofunctor.LocallyDiscreteOpToCat.pullHom

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    {F : CategoryTheory.Pseudofunctor (CategoryTheory.LocallyDiscrete Cᵒᵖ) CategoryTheory.Cat} →
      ⦃X₁ X₂ : C⦄ →
        ⦃M₁ : ↑(F.obj { as := Opposite.op X₁ })⦄ →
          ⦃M₂ : ↑(F.obj { as := Opposite.op X₂ })⦄ →
            ⦃Y : C⦄ →
              ⦃f₁ : Y ⟶ X₁⦄ →
                ⦃f₂ : Y ⟶ X₂⦄ →
                  ((F.map f₁.op.toLoc).toFunctor.obj M₁ ⟶ (F.map f₂.op.toLoc).toFunctor.obj M₂) →
                    ⦃Y' : C⦄ →
                      (g : Y' ⟶ Y) →
                        (gf₁ : Y' ⟶ X₁) →
                          (gf₂ : Y' ⟶ X₂) →
                            autoParam (CategoryTheory.CategoryStruct.comp g f₁ = gf₁)
                                CategoryTheory.Pseudofunctor.LocallyDiscreteOpToCat.pullHom._auto_1 →
                              autoParam (CategoryTheory.CategoryStruct.comp g f₂ = gf₂)
                                  CategoryTheory.Pseudofunctor.LocallyDiscreteOpToCat.pullHom._auto_3 →
                                ((F.map gf₁.op.toLoc).toFunctor.obj M₁ ⟶ (F.map gf₂.op.toLoc).toFunctor.obj M₂)

Given a pseudofunctor F from LocallyDiscrete Cᵒᵖ to Cat, objects M₁ and M₂ of F over X₁ and X₂, morphisms f₁ : Y ⟶ X₁ and f₂ : Y ⟶ X₂, this is a version of the pullback map (f₁^* M₁ ⟶ f₂^* M₂) → (g^* (f₁^* M₁) ⟶ g^* (f₂^* M₂)) by a morphism g : Y' ⟶ Y, where we actually replace g^* (f₁^* M₁) by gf₁^* M₁ where gf₁ : Y' ⟶ X₁ is a morphism such that g ≫ f₁ = gf₁ (and similarly for M₂).

Defined in
Mathlib.CategoryTheory.Sites.Descent.IsPrestack
Cited by
23 results in Mathlib
Foundations
Depth 30 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'.pullHom' · cited by 29DescentData'.pullHom'CategoryTheory.Pseudofunctor.presheafHom · cited by 15Pseudofunctor.presheafHomCategoryTheory.Pseudofunctor.DescentData'.pullHom'_eq_pullHom · cited by 7DescentData'.pullHom'_eq_…CategoryTheory.Pseudofunctor.DescentData'.pullHom_pullHom' · cited by 4DescentData'.pullHom_pull…CategoryTheory.Pseudofunctor.DescentData'.comp_pullHom'' · cited by 2DescentData'.comp_pullHom…CategoryTheory.Pseudofunctor.LocallyDiscreteOpToCat.pullHom_id · cited by 2LocallyDiscreteOpToCat.pu…CategoryTheory.Pseudofunctor.DescentData'.comm · cited by 1DescentData'.commCategoryTheory.Pseudofunctor.LocallyDiscreteOpToCat.map_eq_pullHom · cited by 1LocallyDiscreteOpToCat.ma…CategoryTheory.Pseudofunctor.DescentData'.pullHom'₁₂_eq_pullHom_of_chosenPullback₃ · cited by 1DescentData'.pullHom'₁₂_e…CategoryTheory.Pseudofunctor.DescentData'.pullHom'₁₃_eq_pullHom_of_chosenPullback₃ · cited by 1DescentData'.pullHom'₁₃_e…CategoryTheory.Pseudofunctor.DescentData'.pullHom'₂₃_eq_pullHom_of_chosenPullback₃ · cited by 1DescentData'.pullHom'₂₃_e…CategoryTheory.Pseudofunctor.DescentData'.pullHom_pullHom'_assoc · cited by 1DescentData'.pullHom_pull…CategoryTheory.Pseudofunctor.LocallyDiscreteOpToCat.pullHom.congr_simp · cited by 1pullHom.congr_simpCategoryTheory.Pseudofunctor.DescentData.pullHom_hom · cited by 1DescentData.pullHom_homCategoryTheory.Pseudofunctor.DescentData.mk.inj · cited by 1mk.injCategoryTheory.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.NatTrans.app · cited by 7406NatTrans.appCategoryTheory.Iso.inv · cited by 6514Iso.invQuiver.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.CatLocallyDiscreteOpToCat.pullHomCITED BYCITES

Cites23

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

Cited by30

Results whose statement or proof uses this declaration.