Theorems · Definition · category theory
PresheafOfModules.casesOn
{C : Type u₁} →
[inst : CategoryTheory.Category.{v₁, u₁} C] →
{R : CategoryTheory.Functor Cᵒᵖ RingCat} →
{motive : PresheafOfModules R → Sort u_1} →
(t : PresheafOfModules R) →
((obj : (X : Cᵒᵖ) → ModuleCat ↑(R.obj X)) →
(map :
{X Y : Cᵒᵖ} →
(f : X ⟶ Y) → obj X ⟶ (ModuleCat.restrictScalars (RingCat.Hom.hom (R.map f))).obj (obj Y)) →
(map_id :
∀ (X : Cᵒᵖ),
map (CategoryTheory.CategoryStruct.id X) =
(ModuleCat.restrictScalarsId' (RingCat.Hom.hom (R.map (CategoryTheory.CategoryStruct.id X)))
⋯).inv.app
(obj X)) →
(map_comp :
∀ {X Y Z : Cᵒᵖ} (f : X ⟶ Y) (g : Y ⟶ Z),
map (CategoryTheory.CategoryStruct.comp f g) =
CategoryTheory.CategoryStruct.comp (map f)
(CategoryTheory.CategoryStruct.comp
((ModuleCat.restrictScalars (RingCat.Hom.hom (R.map f))).map (map g))
((ModuleCat.restrictScalarsComp' (RingCat.Hom.hom (R.map f)) (RingCat.Hom.hom (R.map g))
(RingCat.Hom.hom (R.map (CategoryTheory.CategoryStruct.comp f g))) ⋯).inv.app
(obj Z)))) →
motive { obj := obj, map := map, map_id := map_id, map_comp := map_comp }) →
motive t- Cited by
- 0 results in Mathlib
- Foundations
- Depth 39 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.
Cites25
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · 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.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.Functorstatement and proof · cited by 16,252
- RingHomstatement · cited by 10,189
- CategoryTheory.Functor.mapstatement and proof · cited by 8,698
- Oppositestatement and proof · cited by 8,081
- CategoryTheory.NatTrans.appstatement and proof · cited by 7,406
- CategoryTheory.Functor.compstatement · cited by 6,529
- CategoryTheory.Iso.invstatement and proof · cited by 6,514
Cited by2
Results whose statement or proof uses this declaration.
- PresheafOfModules.noConfusionTypeproof · cited by 0
- PresheafOfModules.noConfusionproof · cited by 0