Theorems · Definition · category theory
CategoryTheory.equivCommuteConstant
{C : Type u_1} →
[inst : CategoryTheory.Category.{v_1, u_1} C] →
(J : CategoryTheory.GrothendieckTopology C) →
(D : Type u_2) →
[inst_1 : CategoryTheory.Category.{v_2, u_2} D] →
[inst_2 : CategoryTheory.HasWeakSheafify J D] →
{C' : Type u_3} →
[inst_3 : CategoryTheory.Category.{v_3, u_3} C'] →
(K : CategoryTheory.GrothendieckTopology C') →
[inst_4 : CategoryTheory.HasWeakSheafify K D] →
(G : CategoryTheory.Functor C C') →
[inst_5 :
∀ (X : C'ᵒᵖ),
CategoryTheory.Limits.HasLimitsOfShape (CategoryTheory.StructuredArrow X G.op) D] →
[inst_6 : CategoryTheory.Functor.IsDenseSubsite J K G] →
{T : C} →
CategoryTheory.Limits.IsTerminal T →
CategoryTheory.Limits.IsTerminal (G.obj T) →
((CategoryTheory.constantSheaf J D).comp
(CategoryTheory.Functor.IsDenseSubsite.sheafEquiv J K G D).functor ≅
CategoryTheory.constantSheaf K D)The constant sheaf functor commutes up to isomorphism the equivalence of sheaf categories induced by a dense subsite.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 76 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites22
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
- CategoryTheory.Functor.objstatement and proof · cited by 19,642
- CategoryTheory.Functorstatement and proof · cited by 16,252
- Oppositestatement and proof · cited by 8,081
- CategoryTheory.Functor.compstatement · cited by 6,529
- CategoryTheory.Isostatement · cited by 3,963
- CategoryTheory.GrothendieckTopologystatement and proof · cited by 1,415
- CategoryTheory.Equivalence.functorstatement · cited by 1,268
- CategoryTheory.Functor.opstatement and proof · cited by 997
- CategoryTheory.Presheaf.IsSheafstatement · cited by 991
- CategoryTheory.Sheafstatement · cited by 763
- CategoryTheory.StructuredArrowstatement and proof · cited by 370
Cited by2
Results whose statement or proof uses this declaration.
- CategoryTheory.Sheaf.isConstant_iff_of_equivalenceproof · cited by 2
- CategoryTheory.equivCommuteConstant'proof · cited by 1