Theorems · Theorem · category theory
CategoryTheory.Presieve.isSheafFor_subsieve_aux
∀ {C : Type u₁} [inst : CategoryTheory.Category.{v₁, u₁} C] {X : C} (P : CategoryTheory.Functor Cᵒᵖ (Type w))
{S : CategoryTheory.Sieve X} {R : CategoryTheory.Presieve X},
S.arrows ≤ R →
CategoryTheory.Presieve.IsSheafFor P S.arrows →
(∀ ⦃Y : C⦄ ⦃f : Y ⟶ X⦄,
R f → CategoryTheory.Presieve.IsSeparatedFor P (CategoryTheory.Sieve.pullback f S).arrows) →
CategoryTheory.Presieve.IsSheafFor P RIf a presieve R on X has a subsieve S such that:
* P is a sheaf for S.
* For every f in R, P is separated for the pullback of S along f,
then P is a sheaf for R.
This is closely related to [Elephant] C2.1.6(i).
- Defined in
- Mathlib.CategoryTheory.Sites.IsSheafFor
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 27 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.
Cites35
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.Functor.objproof · cited by 19,642
- CategoryTheory.CategoryStruct.compproof · cited by 17,999
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.mapproof · cited by 8,698
- Oppositestatement and proof · cited by 8,081
- CategoryTheory.CategoryStruct.idproof · cited by 6,235
- CategoryTheory.ConcreteCategory.homproof · cited by 4,022
- CategoryTheory.Category.id_compproof · cited by 1,998
- Quiver.Hom.opproof · cited by 1,948
Cited by3
Results whose statement or proof uses this declaration.
- CategoryTheory.Presieve.isSheafFor_subsieveproof · cited by 2
- CategoryTheory.Precoverage.ZeroHypercover.Hom.isSheafFor_iffproof · cited by 1
- CategoryTheory.Presieve.isSheafFor_transproof · cited by 1