Theorems · Theorem · category theory
CategoryTheory.Presieve.isSheafFor_arrows_iff_pullbacks
∀ {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)
[inst_1 : (CategoryTheory.Presieve.ofArrows X π).HasPairwisePullbacks],
CategoryTheory.Presieve.IsSheafFor P (CategoryTheory.Presieve.ofArrows X π) ↔
∀ (x : (i : I) → P.obj (Opposite.op (X i))),
CategoryTheory.Presieve.Arrows.PullbackCompatible P π x →
∃! t, ∀ (i : I), (CategoryTheory.ConcreteCategory.hom (P.map (π i).op)) t = x i- Defined in
- Mathlib.CategoryTheory.Sites.IsSheafFor
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 28 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.Functor.objstatement and proof · cited by 19,642
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.mapstatement and proof · cited by 8,698
- Oppositestatement and proof · cited by 8,081
- CategoryTheory.ConcreteCategory.homstatement and proof · cited by 4,022
- Quiver.Hom.opstatement and proof · cited by 1,948
- TypeCat.Funstatement · cited by 1,307
- ExistsUniquestatement and proof · cited by 268
- CategoryTheory.Presieve.ofArrowsstatement and proof · cited by 150
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.