Mathlib Map

Theorems · Definition · category theory

TopCat.Presheaf.IsCompatible

{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)))) → Prop

A family of sections sf is compatible, if the restrictions of sf i and sf j to U i ⊓ U j agree, for all i and j

Defined in
Mathlib.Topology.Sheaves.SheafCondition.UniqueGluing
Cited by
10 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.Presheaf.isSheaf_iff_isSheafUniqueGluing_types · cited by 2Presheaf.isSheaf_iff_isSh…TopCat.Sheaf.existsUnique_gluing' · cited by 2Sheaf.existsUnique_gluing'TopCat.Presheaf.IsCompatible.sectionPairwise · cited by 2IsCompatible.sectionPairw…AlgebraicGeometry.RingedSpace.isUnit_of_isUnit_germ · cited by 1RingedSpace.isUnit_of_isU…TopCat.Presheaf.IsSheaf.isSheafUniqueGluing · cited by 1IsSheaf.isSheafUniqueGlui…TopCat.Presheaf.IsSheaf.isSheafUniqueGluing_types · cited by 1IsSheaf.isSheafUniqueGlui…TopCat.Presheaf.toTypes_isSheaf · cited by 1Presheaf.toTypes_isSheafTopCat.Presheaf.app_surjective_of_injective_of_locally_surjective · cited by 1Presheaf.app_surjective_o…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 2560FunLikeTopologicalSpace.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.ToTypeTopologicalSpace.Opens.infLELeft · cited by 12Opens.infLELeftPresheaf.IsCompatibleCITED 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.