Theorems · Theorem · category theory
CategoryTheory.Presieve.preservesProduct_of_isSheafFor
∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] {I : C} (F : CategoryTheory.Functor Cᵒᵖ (Type w)),
CategoryTheory.Presieve.IsSheafFor F (CategoryTheory.Presieve.ofArrows Empty.elim fun a => Empty.instIsEmpty.elim a) →
∀ (hI : CategoryTheory.Limits.IsInitial I) {α : Type u_1} [Small.{w, u_1} α] {X : α → C}
(c : CategoryTheory.Limits.Cofan X) (hc : CategoryTheory.Limits.IsColimit c)
[(CategoryTheory.Presieve.ofArrows X c.inj).HasPairwisePullbacks] [inst_3 : CategoryTheory.Limits.HasInitial C]
[∀ (i : α), CategoryTheory.Mono (c.inj i)],
(Pairwise fun i j =>
CategoryTheory.IsPullback (CategoryTheory.Limits.initial.to (X i)) (CategoryTheory.Limits.initial.to (X j))
(c.inj i) (c.inj j)) →
CategoryTheory.Presieve.IsSheafFor F (CategoryTheory.Presieve.ofArrows X c.inj) →
CategoryTheory.Limits.PreservesLimit (CategoryTheory.Discrete.functor fun x => Opposite.op (X x)) FIf F is a presheaf which IsSheafFor a presieve of arrows and the empty presieve, then it
preserves the product corresponding to the presieve of arrows.
- Defined in
- Mathlib.CategoryTheory.Sites.Preserves
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 74 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites25
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homstatement · cited by 32,603
- CategoryTheory.Functorstatement and proof · cited by 16,252
- Oppositestatement and proof · cited by 8,081
- CategoryTheory.Discretestatement · cited by 2,447
- CategoryTheory.Limits.Cocone.ptstatement · cited by 1,354
- CategoryTheory.Monostatement and proof · cited by 893
- CategoryTheory.Limits.IsColimitstatement and proof · cited by 773
- CategoryTheory.Discrete.functorstatement · cited by 633
- Pairwisestatement and proof · cited by 516
- Smallstatement and proof · cited by 369
- CategoryTheory.IsPullbackstatement and proof · cited by 320
Cited by2
Results whose statement or proof uses this declaration.
- CategoryTheory.Presieve.isSheaf_iff_preservesFiniteProductsproof · cited by 1
- CategoryTheory.Presieve.isSheafFor_iff_preservesProductproof · cited by 0