Mathlib Map

Theorems · Theorem · category theory

TopCat.Presheaf.IsSheaf.isSheafUniqueGluing

∀ {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]
  [CategoryTheory.Limits.HasLimitsOfSize.{x, x, v_1, u_1} C] [(CategoryTheory.forget C).ReflectsIsomorphisms]
  [CategoryTheory.Limits.PreservesLimitsOfSize.{x, x, v_1, u_3, u_1, u_3 + 1} (CategoryTheory.forget C)] {X : TopCat}
  {F : TopCat.Presheaf C X},
  F.IsSheaf →
    ∀ {ι : Type u_4} (U : ι → TopologicalSpace.Opens ↑X)
      (sf : (i : ι) → CategoryTheory.ToType (F.obj (Opposite.op (U i)))), F.IsCompatible U sf → ∃! s, F.IsGluing U sf s
Defined in
Mathlib.Topology.Sheaves.SheafCondition.UniqueGluing
Cited by
1 results in Mathlib
Foundations
Depth 85 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryFunLikeCategoryTheory.ConcreteCategoryCategoryTheory.Limits.HasLimitsOfSizeCategoryTheory.Functor.ReflectsIsomorphismsCategoryTheory.Limits.PreservesLimitsOfSize

Around this declaration

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

Cites21

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

Cited by1

Results whose statement or proof uses this declaration.