Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Functor.OneHypercoverDenseData.essSurj.sheaf

{C₀ : Type u₀} →
  {C : Type u} →
    [inst : CategoryTheory.Category.{v₀, u₀} C₀] →
      [inst_1 : CategoryTheory.Category.{v, u} C] →
        {F : CategoryTheory.Functor C₀ C} →
          {J₀ : CategoryTheory.GrothendieckTopology C₀} →
            {J : CategoryTheory.GrothendieckTopology C} →
              {A : Type u'} →
                [inst_2 : CategoryTheory.Category.{v', u'} A] →
                  [CategoryTheory.Functor.IsDenseSubsite J₀ J F] →
                    ((X : C) → F.OneHypercoverDenseData J₀ J X) →
                      [CategoryTheory.Limits.HasLimitsOfSize.{w, w, v', u'} A] →
                        CategoryTheory.Sheaf J₀ A → CategoryTheory.Sheaf J A

Let F : C₀ ⥤ C be a dense subsite and data : ∀ X, F.OneHypercoverDenseData J₀ J X be a family of structures. Let G₀ be a sheaf on C₀. This is a sheaf on C which extends G₀ (see OneHypercoverDenseData.essSurj.isSheafIso).

Defined in
Mathlib.CategoryTheory.Sites.DenseSubsite.OneHypercoverDense
Cited by
1 results in Mathlib
Foundations
Depth 72 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Functor.IsDenseSubsiteCategoryTheory.Limits.HasLimitsOfSize

Around this declaration

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

Cites9

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

Cited by2

Results whose statement or proof uses this declaration.