Mathlib Map

Theorems · Definition · category theory

TopCat.Presheaf.IsGluing

{C : Type u_1} →
  [inst : CategoryTheory.Category.{v_1, u_1} C] →
    {FC : C → C → Type u_2} →
      {CC : C → Type u_3} →
        [inst_1 : (X Y : C) → FunLike (FC X Y) (CC X) (CC Y)] →
          [inst_2 : CategoryTheory.ConcreteCategory C FC] →
            {X : TopCat} →
              (F : TopCat.Presheaf C X) →
                {ι : Type u_4} →
                  (U : ι → TopologicalSpace.Opens ↑X) →
                    ((i : ι) → CategoryTheory.ToType (F.obj (Opposite.op (U i)))) →
                      CategoryTheory.ToType (F.obj (Opposite.op (iSup U))) → Prop

A section s is a gluing for a family of sections sf if it restricts to sf i on U i, for all i

Defined in
Mathlib.Topology.Sheaves.SheafCondition.UniqueGluing
Cited by
11 results in Mathlib
Foundations
Depth 73 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryFunLikeCategoryTheory.ConcreteCategory

Around this declaration

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

TopCat.Sheaf.existsUnique_gluing · cited by 5Sheaf.existsUnique_gluingTopCat.Sheaf.eq_of_locally_eq · cited by 4Sheaf.eq_of_locally_eqTopCat.Presheaf.IsSheafUniqueGluing · cited by 3Presheaf.IsSheafUniqueGlu…TopCat.Sheaf.existsUnique_gluing' · cited by 2Sheaf.existsUnique_gluing'TopCat.Sheaf.eq_app_of_locally_eq · cited by 2Sheaf.eq_app_of_locally_eqTopCat.Sheaf.IsFlasque.epi_of_shortExact · cited by 1IsFlasque.epi_of_shortExa…TopCat.Presheaf.IsSheaf.isSheafUniqueGluing · cited by 1IsSheaf.isSheafUniqueGlui…TopCat.Presheaf.IsSheaf.isSheafUniqueGluing_types · cited by 1IsSheaf.isSheafUniqueGlui…TopCat.Sheaf.IsFlasque.structured_arrows_elements_sheaf_chains_bounded · cited by 1IsFlasque.structured_arro…TopCat.Presheaf.toTypes_isSheaf · cited by 1Presheaf.toTypes_isSheafTopCat.Presheaf.isGluing_iff_pairwise · cited by 0Presheaf.isGluing_iff_pai…TopCat.subpresheafToTypes.isSheaf · cited by 0subpresheafToTypes.isSheafDFunLike.coe · cited by 62936DFunLike.coeCategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor.map · cited by 8698Functor.mapOpposite · cited by 8081OppositeCategoryTheory.ConcreteCategory.hom · cited by 4022ConcreteCategory.homTopCat.carrier · cited by 3184TopCat.carrierFunLike · cited by 2560FunLikeiSup · cited by 2415iSupTopologicalSpace.Opens · cited by 2040TopologicalSpace.OpensQuiver.Hom.op · cited by 1948Hom.opTopCat · cited by 1889TopCatCategoryTheory.ConcreteCategory · cited by 421CategoryTheory.ConcreteCa…TopCat.Presheaf · cited by 371TopCat.PresheafCategoryTheory.ToType · cited by 219CategoryTheory.ToTypePresheaf.IsGluingCITED BYCITES

Cites16

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

Cited by12

Results whose statement or proof uses this declaration.