Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.Presieve.isSheafFor_arrows_iff

∀ {C : Type u₁} [inst : CategoryTheory.Category.{v₁, u₁} C] (P : CategoryTheory.Functor Cᵒᵖ (Type w)) {B : C}
  {I : Type u_1} {X : I → C} (π : (i : I) → X i ⟶ B),
  CategoryTheory.Presieve.IsSheafFor P (CategoryTheory.Presieve.ofArrows X π) ↔
    ∀ (x : (i : I) → P.obj (Opposite.op (X i))),
      CategoryTheory.Presieve.Arrows.Compatible P π x →
        ∃! t, ∀ (i : I), (CategoryTheory.ConcreteCategory.hom (P.map (π i).op)) t = x i
Defined in
Mathlib.CategoryTheory.Sites.IsSheafFor
Cited by
7 results in Mathlib
Foundations
Depth 18 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.Category

Around this declaration

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

CategoryTheory.Presieve.isSheafFor_ofArrows_iff_bijective_toCompabible · cited by 3Presieve.isSheafFor_ofArr…CategoryTheory.CoverPreserving.of_isContinuous · cited by 2CoverPreserving.of_isCont…AlgebraicGeometry.exists_appTop_π_eq_of_isLimit · cited by 2AlgebraicGeometry.exists_…CategoryTheory.PreOneHypercover.IsStronglySheafFor.isSheafFor_sieve_of_pullback · cited by 2IsStronglySheafFor.isShea…CategoryTheory.Presheaf.IsSheaf.existsUnique_amalgamation_ofArrows · cited by 1IsSheaf.existsUnique_amal…CategoryTheory.Equalizer.Presieve.Arrows.sheaf_condition · cited by 1Arrows.sheaf_conditionCategoryTheory.regularTopology.isSheafFor_regular_of_projective · cited by 1regularTopology.isSheafFo…DFunLike.coe · cited by 62936DFunLike.coeCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.map · cited by 8698Functor.mapOpposite · cited by 8081OppositeCategoryTheory.ConcreteCategory.hom · cited by 4022ConcreteCategory.homQuiver.Hom.op · cited by 1948Hom.opTypeCat.Fun · cited by 1307TypeCat.FunExistsUnique · cited by 268ExistsUniqueCategoryTheory.Presieve.ofArrows · cited by 150Presieve.ofArrowsCategoryTheory.Presieve.IsSheafFor · cited by 111Presieve.IsSheafForCategoryTheory.Presieve.FamilyOfElements · cited by 103Presieve.FamilyOfElementsCategoryTheory.Presieve.FamilyOfElements.Compatible · cited by 79FamilyOfElements.Compatib…Presieve.isSheafFor_arrows_iffCITED BYCITES

Cites20

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

Cited by7

Results whose statement or proof uses this declaration.