Mathlib Map

Theorems · Definition · category theory

CategoryTheory.GlueData.gluedIso

{C : Type u₁} →
  [inst : CategoryTheory.Category.{v, u₁} C] →
    {C' : Type u₂} →
      [inst_1 : CategoryTheory.Category.{v, u₂} C'] →
        (D : CategoryTheory.GlueData C) →
          (F : CategoryTheory.Functor C C') →
            [inst_2 : CategoryTheory.Limits.HasMulticoequalizer D.diagram] →
              [inst_3 : CategoryTheory.Limits.PreservesColimit D.diagram.multispan F] →
                [inst_4 :
                    ∀ (i j k : D.J),
                      CategoryTheory.Limits.PreservesLimit (CategoryTheory.Limits.cospan (D.f i j) (D.f i k)) F] →
                  F.obj D.glued ≅ (D.mapGlueData F).glued

If F preserves the gluing, we obtain an iso between the glued objects.

Defined in
Mathlib.CategoryTheory.GlueData
Cited by
9 results in Mathlib
Foundations
Depth 45 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Limits.HasMulticoequalizerCategoryTheory.Limits.PreservesColimitCategoryTheory.Limits.PreservesLimit

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

CategoryTheory.GlueData.ι_gluedIso_inv · cited by 8GlueData.ι_gluedIso_invAlgebraicGeometry.PresheafedSpace.GlueData.ι_isOpenEmbedding · cited by 7GlueData.ι_isOpenEmbeddingCategoryTheory.GlueData.ι_jointly_surjective · cited by 6GlueData.ι_jointly_surjec…AlgebraicGeometry.PresheafedSpace.GlueData.ι_image_preimage_eq · cited by 3GlueData.ι_image_preimage…AlgebraicGeometry.LocallyRingedSpace.GlueData.isoSheafedSpace · cited by 3GlueData.isoSheafedSpaceAlgebraicGeometry.Scheme.GlueData.isoCarrier · cited by 3GlueData.isoCarrierAlgebraicGeometry.Scheme.GlueData.isoLocallyRingedSpace · cited by 2GlueData.isoLocallyRinged…AlgebraicGeometry.Scheme.GlueData.ι_isoCarrier_inv · cited by 2GlueData.ι_isoCarrier_invCategoryTheory.GlueData.ι_gluedIso_hom · cited by 2GlueData.ι_gluedIso_homAlgebraicGeometry.SheafedSpace.GlueData.isoPresheafedSpace · cited by 2GlueData.isoPresheafedSpa…CategoryTheory.GlueData.ι_gluedIso_inv_assoc · cited by 1GlueData.ι_gluedIso_inv_a…AlgebraicGeometry.PresheafedSpace.GlueData.ιInvApp_π · cited by 0GlueData.ιInvApp_πCategoryTheory.GlueData.vPullbackConeIsLimitOfMap · cited by 0GlueData.vPullbackConeIsL…CategoryTheory.GlueData.ι_gluedIso_hom_assoc · cited by 0GlueData.ι_gluedIso_hom_a…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Limits.WalkingPair · cited by 1319Limits.WalkingPairCategoryTheory.Iso.trans · cited by 566Iso.transCategoryTheory.Limits.WalkingCospan · cited by 496Limits.WalkingCospanCategoryTheory.Limits.cospan · cited by 467Limits.cospanCategoryTheory.Limits.PreservesLimit · cited by 293Limits.PreservesLimitCategoryTheory.Limits.PreservesColimit · cited by 278Limits.PreservesColimitCategoryTheory.Limits.WalkingMultispan · cited by 151Limits.WalkingMultispanCategoryTheory.GlueData.J · cited by 141GlueData.JCategoryTheory.Limits.MultispanIndex.multispan · cited by 139MultispanIndex.multispanCategoryTheory.GlueData.U · cited by 121GlueData.UCategoryTheory.Limits.MultispanShape.prod · cited by 93MultispanShape.prodGlueData.gluedIsoCITED BYCITES

Cites26

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

Cited by14

Results whose statement or proof uses this declaration.