Loogle!
Result
Found 461 declarations mentioning RingCat.carrier. Of these, only the first 200 are shown.
- RingCat.carrier 📋 Mathlib.Algebra.Category.Ring.Basic
(self : RingCat) : Type u - RingCat.ring 📋 Mathlib.Algebra.Category.Ring.Basic
(self : RingCat) : Ring ↑self - RingCat.of_carrier 📋 Mathlib.Algebra.Category.Ring.Basic
(R : RingCat) : RingCat.of ↑R = R - RingCat.coe_of 📋 Mathlib.Algebra.Category.Ring.Basic
(R : Type u) [Ring R] : ↑(RingCat.of R) = R - RingCat.Hom.hom 📋 Mathlib.Algebra.Category.Ring.Basic
{R S : RingCat} (f : R.Hom S) : ↑R →+* ↑S - RingCat.Hom.hom' 📋 Mathlib.Algebra.Category.Ring.Basic
{R S : RingCat} (self : R.Hom S) : ↑R →+* ↑S - RingCat.Hom.Simps.hom 📋 Mathlib.Algebra.Category.Ring.Basic
(R S : RingCat) (f : R.Hom S) : ↑R →+* ↑S - RingCat.hom_id 📋 Mathlib.Algebra.Category.Ring.Basic
{R : RingCat} : RingCat.Hom.hom (CategoryTheory.CategoryStruct.id R) = RingHom.id ↑R - RingCat.ofHom_hom 📋 Mathlib.Algebra.Category.Ring.Basic
{R S : RingCat} (f : R ⟶ S) : RingCat.ofHom (RingCat.Hom.hom f) = f - RingCat.Hom.ext 📋 Mathlib.Algebra.Category.Ring.Basic
{R S : RingCat} {x y : R.Hom S} (hom' : x.hom' = y.hom') : x = y - RingCat.Hom.ext_iff 📋 Mathlib.Algebra.Category.Ring.Basic
{R S : RingCat} {x y : R.Hom S} : x = y ↔ x.hom' = y.hom' - RingCat.instConcreteCategoryRingHomCarrier 📋 Mathlib.Algebra.Category.Ring.Basic
: CategoryTheory.ConcreteCategory RingCat fun R S => ↑R →+* ↑S - CategoryTheory.Iso.ringCatIsoToRingEquiv 📋 Mathlib.Algebra.Category.Ring.Basic
{R S : RingCat} (e : R ≅ S) : ↑R ≃+* ↑S - RingCat.forgetReflectIsos 📋 Mathlib.Algebra.Category.Ring.Basic
: (CategoryTheory.forget RingCat).ReflectsIsomorphisms - RingCat.instRingObjForgetRingHomCarrier 📋 Mathlib.Algebra.Category.Ring.Basic
{R : RingCat} : Ring ((CategoryTheory.forget RingCat).obj R) - RingCat.hom_ext 📋 Mathlib.Algebra.Category.Ring.Basic
{R S : RingCat} {f g : R ⟶ S} (hf : RingCat.Hom.hom f = RingCat.Hom.hom g) : f = g - RingCat.hom_ext_iff 📋 Mathlib.Algebra.Category.Ring.Basic
{R S : RingCat} {f g : R ⟶ S} : f = g ↔ RingCat.Hom.hom f = RingCat.Hom.hom g - RingCat.hom_ofHom 📋 Mathlib.Algebra.Category.Ring.Basic
{R S : Type u} [Ring R] [Ring S] (f : R →+* S) : RingCat.Hom.hom (RingCat.ofHom f) = f - RingCat.hasForgetToSemiRingCat 📋 Mathlib.Algebra.Category.Ring.Basic
: CategoryTheory.HasForget₂ RingCat SemiRingCat - RingCat.hom_comp 📋 Mathlib.Algebra.Category.Ring.Basic
{R S T : RingCat} (f : R ⟶ S) (g : S ⟶ T) : RingCat.Hom.hom (CategoryTheory.CategoryStruct.comp f g) = (RingCat.Hom.hom g).comp (RingCat.Hom.hom f) - RingCat.fullyFaithfulForget₂ToSemiRingCat 📋 Mathlib.Algebra.Category.Ring.Basic
: (CategoryTheory.forget₂ RingCat SemiRingCat).FullyFaithful - RingCat.instFullSemiRingCatForget₂RingHomCarrierCarrier 📋 Mathlib.Algebra.Category.Ring.Basic
: (CategoryTheory.forget₂ RingCat SemiRingCat).Full - CommRingCat.hasForgetToRingCat 📋 Mathlib.Algebra.Category.Ring.Basic
: CategoryTheory.HasForget₂ CommRingCat RingCat - CommRingCat.fullyFaithfulForget₂ToRingCat 📋 Mathlib.Algebra.Category.Ring.Basic
: (CategoryTheory.forget₂ CommRingCat RingCat).FullyFaithful - CommRingCat.instFullRingCatForget₂RingHomCarrierCarrier 📋 Mathlib.Algebra.Category.Ring.Basic
: (CategoryTheory.forget₂ CommRingCat RingCat).Full - RingCat.id_apply 📋 Mathlib.Algebra.Category.Ring.Basic
(R : RingCat) (r : ↑R) : (CategoryTheory.ConcreteCategory.hom (CategoryTheory.CategoryStruct.id R)) r = r - CommRingCat.forgetToRingCat_obj 📋 Mathlib.Algebra.Category.Ring.Basic
{R : CommRingCat} : ↑((CategoryTheory.forget₂ CommRingCat RingCat).obj R) = ↑R - RingCat.hasForgetToAddCommGrp 📋 Mathlib.Algebra.Category.Ring.Basic
: CategoryTheory.HasForget₂ RingCat AddCommGrpCat - RingCat.ofHom_apply 📋 Mathlib.Algebra.Category.Ring.Basic
{R S : Type u} [Ring R] [Ring S] (f : R →+* S) (r : R) : (CategoryTheory.ConcreteCategory.hom (RingCat.ofHom f)) r = f r - RingCat.hom_inv_apply 📋 Mathlib.Algebra.Category.Ring.Basic
{R S : RingCat} (e : R ≅ S) (s : ↑S) : (CategoryTheory.ConcreteCategory.hom e.hom) ((CategoryTheory.ConcreteCategory.hom e.inv) s) = s - RingCat.inv_hom_apply 📋 Mathlib.Algebra.Category.Ring.Basic
{R S : RingCat} (e : R ≅ S) (r : ↑R) : (CategoryTheory.ConcreteCategory.hom e.inv) ((CategoryTheory.ConcreteCategory.hom e.hom) r) = r - RingCat.comp_apply 📋 Mathlib.Algebra.Category.Ring.Basic
{R S T : RingCat} (f : R ⟶ S) (g : S ⟶ T) (r : ↑R) : (CategoryTheory.ConcreteCategory.hom (CategoryTheory.CategoryStruct.comp f g)) r = (CategoryTheory.ConcreteCategory.hom g) ((CategoryTheory.ConcreteCategory.hom f) r) - CategoryTheory.Iso.ringCatIsoToRingEquiv_toRingHom 📋 Mathlib.Algebra.Category.Ring.Basic
{R S : RingCat} (e : R ≅ S) : ↑e.ringCatIsoToRingEquiv = RingCat.Hom.hom e.hom - RingCat.forget_map_apply 📋 Mathlib.Algebra.Category.Ring.Basic
{R S : RingCat} (f : R ⟶ S) (x : (CategoryTheory.forget RingCat).obj R) : (CategoryTheory.ConcreteCategory.hom ((CategoryTheory.forget RingCat).map f)) x = (CategoryTheory.ConcreteCategory.hom f) x - RingCat.forget₂_map 📋 Mathlib.Algebra.Category.Ring.Basic
{R S : RingCat} (f : R ⟶ S) (x : ↑((CategoryTheory.forget₂ RingCat SemiRingCat).obj R)) : (CategoryTheory.ConcreteCategory.hom ((CategoryTheory.forget₂ RingCat SemiRingCat).map f)) x = (CategoryTheory.ConcreteCategory.hom f) x - CommRingCat.forgetToRingCat_map_hom 📋 Mathlib.Algebra.Category.Ring.Basic
{R S : CommRingCat} (f : R ⟶ S) : RingCat.Hom.hom ((CategoryTheory.forget₂ CommRingCat RingCat).map f) = CommRingCat.Hom.hom f - AlgCat.intEquivalence_inverse_obj 📋 Mathlib.Algebra.Category.AlgCat.Basic
(A : RingCat) : AlgCat.intEquivalence.inverse.obj A = AlgCat.of ℤ ↑A - AlgCat.intEquivalence_inverse_map_hom 📋 Mathlib.Algebra.Category.AlgCat.Basic
{X✝ Y✝ : RingCat} (f : X✝ ⟶ Y✝) : AlgCat.Hom.hom (AlgCat.intEquivalence.inverse.map f) = (RingCat.Hom.hom f).toIntAlgHom - AlgCat.hasForgetToRing 📋 Mathlib.Algebra.Category.AlgCat.Basic
(R : Type u) [CommRing R] : CategoryTheory.HasForget₂ (AlgCat R) RingCat - AlgCat.instIsEquivalenceIntRingCatForget₂AlgHomCarrierRingHomCarrier 📋 Mathlib.Algebra.Category.AlgCat.Basic
: (CategoryTheory.forget₂ (AlgCat ℤ) RingCat).IsEquivalence - AlgCat.intEquivalence_functor 📋 Mathlib.Algebra.Category.AlgCat.Basic
: AlgCat.intEquivalence.functor = CategoryTheory.forget₂ (AlgCat ℤ) RingCat - AlgCat.forget₂_ringCat_obj 📋 Mathlib.Algebra.Category.AlgCat.Basic
(R : Type u) [CommRing R] (X : AlgCat R) : (CategoryTheory.forget₂ (AlgCat R) RingCat).obj X = RingCat.of ↑X - AlgCat.instAlgebraCarrierObjRingCatForget₂AlgHomCarrierRingHom 📋 Mathlib.Algebra.Category.AlgCat.Basic
(R : Type u) [CommRing R] (A : AlgCat R) : Algebra R ↑((CategoryTheory.forget₂ (AlgCat R) RingCat).obj A) - AlgCat.intEquivalence_counitIso 📋 Mathlib.Algebra.Category.AlgCat.Basic
: AlgCat.intEquivalence.counitIso = CategoryTheory.Iso.refl ({ obj := fun A => AlgCat.of ℤ ↑A, map := fun {X Y} f => AlgCat.ofHom (RingCat.Hom.hom f).toIntAlgHom, map_id := AlgCat.intEquivalence._proof_1, map_comp := @AlgCat.intEquivalence._proof_2 }.comp (CategoryTheory.forget₂ (AlgCat ℤ) RingCat)) - AlgCat.forget₂_ringCat_map 📋 Mathlib.Algebra.Category.AlgCat.Basic
(R : Type u) [CommRing R] {X Y : AlgCat R} (f : X ⟶ Y) : (CategoryTheory.forget₂ (AlgCat R) RingCat).map f = RingCat.ofHom ↑(AlgCat.Hom.hom f) - AlgCat.intEquivalence_unitIso_hom_app_hom_apply 📋 Mathlib.Algebra.Category.AlgCat.Basic
(X : AlgCat ℤ) (a✝ : ↑X) : (AlgCat.Hom.hom (AlgCat.intEquivalence.unitIso.hom.app X)) a✝ = { toFun := id, invFun := id, left_inv := ⋯, right_inv := ⋯ } a✝ - RingCat.Colimits.coconeFun 📋 Mathlib.Algebra.Category.Ring.Colimits
{J : Type v} [CategoryTheory.SmallCategory J] (F : CategoryTheory.Functor J RingCat) (j : J) (x : ↑(F.obj j)) : RingCat.Colimits.ColimitType F - RingCat.Colimits.Prequotient.of 📋 Mathlib.Algebra.Category.Ring.Colimits
{J : Type v} [CategoryTheory.SmallCategory J] {F : CategoryTheory.Functor J RingCat} (j : J) : ↑(F.obj j) → RingCat.Colimits.Prequotient F - RingCat.Colimits.descFun 📋 Mathlib.Algebra.Category.Ring.Colimits
{J : Type v} [CategoryTheory.SmallCategory J] (F : CategoryTheory.Functor J RingCat) (s : CategoryTheory.Limits.Cocone F) : RingCat.Colimits.ColimitType F → ↑s.pt - RingCat.Colimits.descFunLift 📋 Mathlib.Algebra.Category.Ring.Colimits
{J : Type v} [CategoryTheory.SmallCategory J] (F : CategoryTheory.Functor J RingCat) (s : CategoryTheory.Limits.Cocone F) : RingCat.Colimits.Prequotient F → ↑s.pt - RingCat.Colimits.Relation.one 📋 Mathlib.Algebra.Category.Ring.Colimits
{J : Type v} [CategoryTheory.SmallCategory J] {F : CategoryTheory.Functor J RingCat} (j : J) : RingCat.Colimits.Relation F (RingCat.Colimits.Prequotient.of j 1) RingCat.Colimits.Prequotient.one - RingCat.Colimits.Relation.zero 📋 Mathlib.Algebra.Category.Ring.Colimits
{J : Type v} [CategoryTheory.SmallCategory J] {F : CategoryTheory.Functor J RingCat} (j : J) : RingCat.Colimits.Relation F (RingCat.Colimits.Prequotient.of j 0) RingCat.Colimits.Prequotient.zero - RingCat.Colimits.Relation.neg 📋 Mathlib.Algebra.Category.Ring.Colimits
{J : Type v} [CategoryTheory.SmallCategory J] {F : CategoryTheory.Functor J RingCat} (j : J) (x : ↑(F.obj j)) : RingCat.Colimits.Relation F (RingCat.Colimits.Prequotient.of j (-x)) (RingCat.Colimits.Prequotient.of j x).neg - RingCat.Colimits.Relation.add 📋 Mathlib.Algebra.Category.Ring.Colimits
{J : Type v} [CategoryTheory.SmallCategory J] {F : CategoryTheory.Functor J RingCat} (j : J) (x y : ↑(F.obj j)) : RingCat.Colimits.Relation F (RingCat.Colimits.Prequotient.of j (x + y)) ((RingCat.Colimits.Prequotient.of j x).add (RingCat.Colimits.Prequotient.of j y)) - RingCat.Colimits.Relation.mul 📋 Mathlib.Algebra.Category.Ring.Colimits
{J : Type v} [CategoryTheory.SmallCategory J] {F : CategoryTheory.Functor J RingCat} (j : J) (x y : ↑(F.obj j)) : RingCat.Colimits.Relation F (RingCat.Colimits.Prequotient.of j (x * y)) ((RingCat.Colimits.Prequotient.of j x).mul (RingCat.Colimits.Prequotient.of j y)) - RingCat.Colimits.Relation.map 📋 Mathlib.Algebra.Category.Ring.Colimits
{J : Type v} [CategoryTheory.SmallCategory J] {F : CategoryTheory.Functor J RingCat} (j j' : J) (f : j ⟶ j') (x : ↑(F.obj j)) : RingCat.Colimits.Relation F (RingCat.Colimits.Prequotient.of j' ((CategoryTheory.ConcreteCategory.hom (F.map f)) x)) (RingCat.Colimits.Prequotient.of j x) - RingCat.Colimits.cocone_naturality_components 📋 Mathlib.Algebra.Category.Ring.Colimits
{J : Type v} [CategoryTheory.SmallCategory J] (F : CategoryTheory.Functor J RingCat) (j j' : J) (f : j ⟶ j') (x : ↑(F.obj j)) : (CategoryTheory.ConcreteCategory.hom (RingCat.Colimits.coconeMorphism F j')) ((CategoryTheory.ConcreteCategory.hom (F.map f)) x) = (CategoryTheory.ConcreteCategory.hom (RingCat.Colimits.coconeMorphism F j)) x - CommRingCat.FilteredColimits.colimitCommRing 📋 Mathlib.Algebra.Category.Ring.FilteredColimits
{J : Type v} [CategoryTheory.SmallCategory J] [CategoryTheory.IsFiltered J] (F : CategoryTheory.Functor J CommRingCat) : CommRing ↑(CommRingCat.FilteredColimits.R F) - RingCat.FilteredColimits.forget_preservesFilteredColimits 📋 Mathlib.Algebra.Category.Ring.FilteredColimits
: CategoryTheory.Limits.PreservesFilteredColimits (CategoryTheory.forget RingCat) - RingCat.FilteredColimits.forget₂SemiRing_preservesFilteredColimits 📋 Mathlib.Algebra.Category.Ring.FilteredColimits
: CategoryTheory.Limits.PreservesFilteredColimits (CategoryTheory.forget₂ RingCat SemiRingCat) - CommRingCat.FilteredColimits.forget₂Ring_preservesFilteredColimits 📋 Mathlib.Algebra.Category.Ring.FilteredColimits
: CategoryTheory.Limits.PreservesFilteredColimits (CategoryTheory.forget₂ CommRingCat RingCat) - RingCat.FilteredColimits.instPreservesFilteredColimitsAddCommGrpCatForget₂RingHomCarrierAddMonoidHomCarrier 📋 Mathlib.Algebra.Category.Ring.FilteredColimits
: CategoryTheory.Limits.PreservesFilteredColimits (CategoryTheory.forget₂ RingCat AddCommGrpCat) - instHasColimitsOfShapeAlgCatOfIsFilteredOfRingCat 📋 Mathlib.Algebra.Category.AlgCat.FilteredColimits
{R : Type u} [CommRing R] {J : Type u_1} [CategoryTheory.Category.{v_1, u_1} J] [CategoryTheory.Limits.PreservesColimitsOfShape J (CategoryTheory.forget RingCat)] [CategoryTheory.IsFiltered J] [CategoryTheory.Limits.HasColimitsOfShape J RingCat] : CategoryTheory.Limits.HasColimitsOfShape J (AlgCat R) - instPreservesFilteredColimitsAlgCatRingCatForget₂AlgHomCarrierRingHomCarrier 📋 Mathlib.Algebra.Category.AlgCat.FilteredColimits
{R : Type u} [CommRing R] : CategoryTheory.Limits.PreservesFilteredColimits (CategoryTheory.forget₂ (AlgCat R) RingCat) - instCreatesColimitsOfShapeAlgCatRingCatForget₂AlgHomCarrierRingHomCarrierOfIsFiltered 📋 Mathlib.Algebra.Category.AlgCat.FilteredColimits
{R : Type u} [CommRing R] {J : Type u_1} [CategoryTheory.Category.{v_1, u_1} J] [CategoryTheory.Limits.PreservesColimitsOfShape J (CategoryTheory.forget RingCat)] [CategoryTheory.IsFiltered J] : CategoryTheory.CreatesColimitsOfShape J (CategoryTheory.forget₂ (AlgCat R) RingCat) - RingCat.sectionsSubring 📋 Mathlib.Algebra.Category.Ring.Limits
{J : Type v} [CategoryTheory.Category.{w, v} J] (F : CategoryTheory.Functor J RingCat) : Subring ((j : J) → ↑(F.obj j)) - RingCat.forget_preservesLimits 📋 Mathlib.Algebra.Category.Ring.Limits
: CategoryTheory.Limits.PreservesLimits (CategoryTheory.forget RingCat) - RingCat.forget_preservesLimitsOfSize 📋 Mathlib.Algebra.Category.Ring.Limits
[UnivLE.{v, u}] : CategoryTheory.Limits.PreservesLimitsOfSize.{v, v, u, u, u + 1, u + 1} (CategoryTheory.forget RingCat) - RingCat.ringObj 📋 Mathlib.Algebra.Category.Ring.Limits
{J : Type v} [CategoryTheory.Category.{w, v} J] (F : CategoryTheory.Functor J RingCat) (j : J) : Ring ((F.comp (CategoryTheory.forget RingCat)).obj j) - RingCat.forget₂SemiRing_preservesLimits 📋 Mathlib.Algebra.Category.Ring.Limits
: CategoryTheory.Limits.PreservesLimits (CategoryTheory.forget₂ RingCat SemiRingCat) - RingCat.forget₂SemiRing_preservesLimitsOfSize 📋 Mathlib.Algebra.Category.Ring.Limits
[UnivLE.{v, u}] : CategoryTheory.Limits.PreservesLimitsOfSize.{w, v, u, u, u + 1, u + 1} (CategoryTheory.forget₂ RingCat SemiRingCat) - CommRingCat.forget₂Ring_preservesLimits 📋 Mathlib.Algebra.Category.Ring.Limits
: CategoryTheory.Limits.PreservesLimits (CategoryTheory.forget₂ CommRingCat RingCat) - CommRingCat.forget₂Ring_preservesLimitsOfSize 📋 Mathlib.Algebra.Category.Ring.Limits
[UnivLE.{v, u}] : CategoryTheory.Limits.PreservesLimitsOfSize.{w, v, u, u, u + 1, u + 1} (CategoryTheory.forget₂ CommRingCat RingCat) - RingCat.forget₂AddCommGroup_preservesLimits 📋 Mathlib.Algebra.Category.Ring.Limits
: CategoryTheory.Limits.PreservesLimits (CategoryTheory.forget₂ RingCat AddCommGrpCat) - RingCat.forget₂AddCommGroup_preservesLimitsOfSize 📋 Mathlib.Algebra.Category.Ring.Limits
[UnivLE.{v, u}] : CategoryTheory.Limits.PreservesLimitsOfSize.{v, v, u, u, u + 1, u + 1} (CategoryTheory.forget₂ RingCat AddCommGrpCat) - RingCat.hasLimit 📋 Mathlib.Algebra.Category.Ring.Limits
{J : Type v} [CategoryTheory.Category.{w, v} J] (F : CategoryTheory.Functor J RingCat) [Small.{u, max u v} ↑(F.comp (CategoryTheory.forget RingCat)).sections] : CategoryTheory.Limits.HasLimit F - RingCat.limitCone 📋 Mathlib.Algebra.Category.Ring.Limits
{J : Type v} [CategoryTheory.Category.{w, v} J] (F : CategoryTheory.Functor J RingCat) [Small.{u, max u v} ↑(F.comp (CategoryTheory.forget RingCat)).sections] : CategoryTheory.Limits.Cone F - RingCat.limitConeIsLimit 📋 Mathlib.Algebra.Category.Ring.Limits
{J : Type v} [CategoryTheory.Category.{w, v} J] (F : CategoryTheory.Functor J RingCat) [Small.{u, max u v} ↑(F.comp (CategoryTheory.forget RingCat)).sections] : CategoryTheory.Limits.IsLimit (RingCat.limitCone F) - RingCat.instCreatesLimitSemiRingCatForget₂RingHomCarrierCarrier 📋 Mathlib.Algebra.Category.Ring.Limits
{J : Type v} [CategoryTheory.Category.{w, v} J] (F : CategoryTheory.Functor J RingCat) [Small.{u, max u v} ↑(F.comp (CategoryTheory.forget RingCat)).sections] : CategoryTheory.CreatesLimit F (CategoryTheory.forget₂ RingCat SemiRingCat) - RingCat.limitRing 📋 Mathlib.Algebra.Category.Ring.Limits
{J : Type v} [CategoryTheory.Category.{w, v} J] (F : CategoryTheory.Functor J RingCat) [Small.{u, max u v} ↑(F.comp (CategoryTheory.forget RingCat)).sections] : Ring (CategoryTheory.Limits.Types.Small.limitCone (F.comp (CategoryTheory.forget RingCat))).pt - CommRingCat.instCreatesLimitRingCatForget₂RingHomCarrierCarrier 📋 Mathlib.Algebra.Category.Ring.Limits
{J : Type v} [CategoryTheory.Category.{w, v} J] (F : CategoryTheory.Functor J CommRingCat) [Small.{u, max u v} ↑(F.comp (CategoryTheory.forget CommRingCat)).sections] : CategoryTheory.CreatesLimit F (CategoryTheory.forget₂ CommRingCat RingCat) - RingCat.forget₂AddCommGroupPreservesLimitsAux 📋 Mathlib.Algebra.Category.Ring.Limits
{J : Type v} [CategoryTheory.Category.{w, v} J] (F : CategoryTheory.Functor J RingCat) [Small.{u, max u v} ↑(F.comp (CategoryTheory.forget RingCat)).sections] : CategoryTheory.Limits.IsLimit ((CategoryTheory.forget₂ RingCat AddCommGrpCat).mapCone (RingCat.limitCone F)) - AlgCat.forget₂Ring_preservesLimits 📋 Mathlib.Algebra.Category.AlgCat.Limits
{R : Type u} [CommRing R] : CategoryTheory.Limits.PreservesLimits (CategoryTheory.forget₂ (AlgCat R) RingCat) - AlgCat.forget₂Ring_preservesLimitsOfSize 📋 Mathlib.Algebra.Category.AlgCat.Limits
{R : Type u} [CommRing R] [UnivLE.{v, w}] : CategoryTheory.Limits.PreservesLimitsOfSize.{t, v, w, w, max u (w + 1), w + 1} (CategoryTheory.forget₂ (AlgCat R) RingCat) - AlgCat.instIsRightAdjointAddCommGrpCatRingCatForget₂RingHomCarrierAddMonoidHomCarrier 📋 Mathlib.Algebra.Category.AlgCat.TensorAlgebra
: (CategoryTheory.forget₂ RingCat AddCommGrpCat).IsRightAdjoint - PresheafOfModules.obj 📋 Mathlib.Algebra.Category.ModuleCat.Presheaf
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {R : CategoryTheory.Functor Cᵒᵖ RingCat} (self : PresheafOfModules R) (X : Cᵒᵖ) : ModuleCat ↑(R.obj X) - PresheafOfModules.forgetToPresheafModuleCatObjObj 📋 Mathlib.Algebra.Category.ModuleCat.Presheaf
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {R : CategoryTheory.Functor Cᵒᵖ RingCat} (X : Cᵒᵖ) (hX : CategoryTheory.Limits.IsInitial X) (M : PresheafOfModules R) (Y : Cᵒᵖ) : ModuleCat ↑(R.obj X) - PresheafOfModules.sections.eval 📋 Mathlib.Algebra.Category.ModuleCat.Presheaf
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {R : CategoryTheory.Functor Cᵒᵖ RingCat} {M : PresheafOfModules R} (s : M.sections) (X : Cᵒᵖ) : ↑(M.obj X) - PresheafOfModules.presheaf_obj_coe 📋 Mathlib.Algebra.Category.ModuleCat.Presheaf
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {R : CategoryTheory.Functor Cᵒᵖ RingCat} (M : PresheafOfModules R) (X : Cᵒᵖ) : ↑(M.presheaf.obj X) = ↑(M.obj X) - PresheafOfModules.evaluation 📋 Mathlib.Algebra.Category.ModuleCat.Presheaf
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] (R : CategoryTheory.Functor Cᵒᵖ RingCat) (X : Cᵒᵖ) : CategoryTheory.Functor (PresheafOfModules R) (ModuleCat ↑(R.obj X)) - PresheafOfModules.forgetToPresheafModuleCatObj 📋 Mathlib.Algebra.Category.ModuleCat.Presheaf
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {R : CategoryTheory.Functor Cᵒᵖ RingCat} (X : Cᵒᵖ) (hX : CategoryTheory.Limits.IsInitial X) (M : PresheafOfModules R) : CategoryTheory.Functor Cᵒᵖ (ModuleCat ↑(R.obj X)) - PresheafOfModules.forgetToPresheafModuleCatObjObj_coe 📋 Mathlib.Algebra.Category.ModuleCat.Presheaf
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {R : CategoryTheory.Functor Cᵒᵖ RingCat} (X : Cᵒᵖ) (hX : CategoryTheory.Limits.IsInitial X) (M : PresheafOfModules R) (Y : Cᵒᵖ) : ↑(PresheafOfModules.forgetToPresheafModuleCatObjObj X hX M Y) = ↑(M.obj Y) - PresheafOfModules.toPresheaf_obj_coe 📋 Mathlib.Algebra.Category.ModuleCat.Presheaf
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {R : CategoryTheory.Functor Cᵒᵖ RingCat} (M : PresheafOfModules R) (X : Cᵒᵖ) : ↑(((PresheafOfModules.toPresheaf R).obj M).obj X) = ↑(M.obj X) - PresheafOfModules.instModuleCarrierObjOppositeRingCatCarrierAbPresheaf 📋 Mathlib.Algebra.Category.ModuleCat.Presheaf
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {R : CategoryTheory.Functor Cᵒᵖ RingCat} (M : PresheafOfModules R) (X : Cᵒᵖ) : Module ↑(R.obj X) ↑(M.presheaf.obj X) - PresheafOfModules.instAdditiveModuleCatCarrierObjOppositeRingCatEvaluation 📋 Mathlib.Algebra.Category.ModuleCat.Presheaf
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] (R : CategoryTheory.Functor Cᵒᵖ RingCat) (X : Cᵒᵖ) : (PresheafOfModules.evaluation R X).Additive - PresheafOfModules.evaluation_obj 📋 Mathlib.Algebra.Category.ModuleCat.Presheaf
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] (R : CategoryTheory.Functor Cᵒᵖ RingCat) (X : Cᵒᵖ) (M : PresheafOfModules R) : (PresheafOfModules.evaluation R X).obj M = M.obj X - PresheafOfModules.forgetToPresheafModuleCatObj_obj 📋 Mathlib.Algebra.Category.ModuleCat.Presheaf
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {R : CategoryTheory.Functor Cᵒᵖ RingCat} (X : Cᵒᵖ) (hX : CategoryTheory.Limits.IsInitial X) (M : PresheafOfModules R) (Y : Cᵒᵖ) : (PresheafOfModules.forgetToPresheafModuleCatObj X hX M).obj Y = PresheafOfModules.forgetToPresheafModuleCatObjObj X hX M Y - PresheafOfModules.forgetToPresheafModuleCat 📋 Mathlib.Algebra.Category.ModuleCat.Presheaf
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {R : CategoryTheory.Functor Cᵒᵖ RingCat} (X : Cᵒᵖ) (hX : CategoryTheory.Limits.IsInitial X) : CategoryTheory.Functor (PresheafOfModules R) (CategoryTheory.Functor Cᵒᵖ (ModuleCat ↑(R.obj X))) - PresheafOfModules.Hom.app 📋 Mathlib.Algebra.Category.ModuleCat.Presheaf
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {R : CategoryTheory.Functor Cᵒᵖ RingCat} {M₁ M₂ : PresheafOfModules R} (self : M₁.Hom M₂) (X : Cᵒᵖ) : M₁.obj X ⟶ M₂.obj X - PresheafOfModules.forgetToPresheafModuleCatObjMap 📋 Mathlib.Algebra.Category.ModuleCat.Presheaf
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {R : CategoryTheory.Functor Cᵒᵖ RingCat} (X : Cᵒᵖ) (hX : CategoryTheory.Limits.IsInitial X) (M : PresheafOfModules R) {Y Z : Cᵒᵖ} (f : Y ⟶ Z) : PresheafOfModules.forgetToPresheafModuleCatObjObj X hX M Y ⟶ PresheafOfModules.forgetToPresheafModuleCatObjObj X hX M Z - PresheafOfModules.Hom.ext 📋 Mathlib.Algebra.Category.ModuleCat.Presheaf
{C : Type u₁} {inst✝ : CategoryTheory.Category.{v₁, u₁} C} {R : CategoryTheory.Functor Cᵒᵖ RingCat} {M₁ M₂ : PresheafOfModules R} {x y : M₁.Hom M₂} (app : x.app = y.app) : x = y - PresheafOfModules.Hom.ext_iff 📋 Mathlib.Algebra.Category.ModuleCat.Presheaf
{C : Type u₁} {inst✝ : CategoryTheory.Category.{v₁, u₁} C} {R : CategoryTheory.Functor Cᵒᵖ RingCat} {M₁ M₂ : PresheafOfModules R} {x y : M₁.Hom M₂} : x = y ↔ x.app = y.app - PresheafOfModules.forgetToPresheafModuleCat_obj 📋 Mathlib.Algebra.Category.ModuleCat.Presheaf
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {R : CategoryTheory.Functor Cᵒᵖ RingCat} (X : Cᵒᵖ) (hX : CategoryTheory.Limits.IsInitial X) (M : PresheafOfModules R) : (PresheafOfModules.forgetToPresheafModuleCat X hX).obj M = PresheafOfModules.forgetToPresheafModuleCatObj X hX M - PresheafOfModules.hom_ext 📋 Mathlib.Algebra.Category.ModuleCat.Presheaf
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {R : CategoryTheory.Functor Cᵒᵖ RingCat} {M₁ M₂ : PresheafOfModules R} {f g : M₁ ⟶ M₂} (h : ∀ (X : Cᵒᵖ), f.app X = g.app X) : f = g - PresheafOfModules.hom_ext_iff 📋 Mathlib.Algebra.Category.ModuleCat.Presheaf
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {R : CategoryTheory.Functor Cᵒᵖ RingCat} {M₁ M₂ : PresheafOfModules R} {f g : M₁ ⟶ M₂} : f = g ↔ ∀ (X : Cᵒᵖ), f.app X = g.app X - PresheafOfModules.evaluation_map 📋 Mathlib.Algebra.Category.ModuleCat.Presheaf
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] (R : CategoryTheory.Functor Cᵒᵖ RingCat) (X : Cᵒᵖ) {X✝ Y✝ : PresheafOfModules R} (f : X✝ ⟶ Y✝) : (PresheafOfModules.evaluation R X).map f = f.app X - PresheafOfModules.id_app 📋 Mathlib.Algebra.Category.ModuleCat.Presheaf
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {R : CategoryTheory.Functor Cᵒᵖ RingCat} (M : PresheafOfModules R) (X : Cᵒᵖ) : (CategoryTheory.CategoryStruct.id M).app X = CategoryTheory.CategoryStruct.id (M.obj X) - PresheafOfModules.forgetToPresheafModuleCatObj_map 📋 Mathlib.Algebra.Category.ModuleCat.Presheaf
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {R : CategoryTheory.Functor Cᵒᵖ RingCat} (X : Cᵒᵖ) (hX : CategoryTheory.Limits.IsInitial X) (M : PresheafOfModules R) {X✝ Y✝ : Cᵒᵖ} (f : X✝ ⟶ Y✝) : (PresheafOfModules.forgetToPresheafModuleCatObj X hX M).map f = PresheafOfModules.forgetToPresheafModuleCatObjMap X hX M f - PresheafOfModules.forgetToPresheafModuleCatMap 📋 Mathlib.Algebra.Category.ModuleCat.Presheaf
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {R : CategoryTheory.Functor Cᵒᵖ RingCat} (X : Cᵒᵖ) (hX : CategoryTheory.Limits.IsInitial X) {M N : PresheafOfModules R} (f : M ⟶ N) : PresheafOfModules.forgetToPresheafModuleCatObj X hX M ⟶ PresheafOfModules.forgetToPresheafModuleCatObj X hX N - PresheafOfModules.comp_app 📋 Mathlib.Algebra.Category.ModuleCat.Presheaf
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {R : CategoryTheory.Functor Cᵒᵖ RingCat} {M₁ M₂ M₃ : PresheafOfModules R} (f : M₁ ⟶ M₂) (g : M₂ ⟶ M₃) (X : Cᵒᵖ) : (CategoryTheory.CategoryStruct.comp f g).app X = CategoryTheory.CategoryStruct.comp (f.app X) (g.app X) - PresheafOfModules.map 📋 Mathlib.Algebra.Category.ModuleCat.Presheaf
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {R : CategoryTheory.Functor Cᵒᵖ RingCat} (self : PresheafOfModules R) {X Y : Cᵒᵖ} (f : X ⟶ Y) : self.obj X ⟶ (ModuleCat.restrictScalars (RingCat.Hom.hom (R.map f))).obj (self.obj Y) - PresheafOfModules.neg_app 📋 Mathlib.Algebra.Category.ModuleCat.Presheaf
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {R : CategoryTheory.Functor Cᵒᵖ RingCat} {M₁ M₂ : PresheafOfModules R} (f : M₁ ⟶ M₂) (X : Cᵒᵖ) : (-f).app X = -f.app X - PresheafOfModules.restrictₛₗ 📋 Mathlib.Algebra.Category.ModuleCat.Presheaf
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {R : CategoryTheory.Functor Cᵒᵖ RingCat} (M : PresheafOfModules R) {X Y : Cᵒᵖ} (f : X ⟶ Y) : ↑(M.obj X) →ₛₗ[RingCat.Hom.hom (R.map f)] ↑(M.obj Y) - PresheafOfModules.forgetToPresheafModuleCat_map 📋 Mathlib.Algebra.Category.ModuleCat.Presheaf
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {R : CategoryTheory.Functor Cᵒᵖ RingCat} (X : Cᵒᵖ) (hX : CategoryTheory.Limits.IsInitial X) {X✝ Y✝ : PresheafOfModules R} (f : X✝ ⟶ Y✝) : (PresheafOfModules.forgetToPresheafModuleCat X hX).map f = PresheafOfModules.forgetToPresheafModuleCatMap X hX f - PresheafOfModules.restriction 📋 Mathlib.Algebra.Category.ModuleCat.Presheaf
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] (R : CategoryTheory.Functor Cᵒᵖ RingCat) {X Y : Cᵒᵖ} (f : X ⟶ Y) : PresheafOfModules.evaluation R X ⟶ (PresheafOfModules.evaluation R Y).comp (ModuleCat.restrictScalars (RingCat.Hom.hom (R.map f))) - PresheafOfModules.zero_app 📋 Mathlib.Algebra.Category.ModuleCat.Presheaf
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {R : CategoryTheory.Functor Cᵒᵖ RingCat} (M₁ M₂ : PresheafOfModules R) (X : Cᵒᵖ) : PresheafOfModules.Hom.app 0 X = 0 - PresheafOfModules.restriction_app 📋 Mathlib.Algebra.Category.ModuleCat.Presheaf
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] (R : CategoryTheory.Functor Cᵒᵖ RingCat) {X Y : Cᵒᵖ} (f : X ⟶ Y) (M : PresheafOfModules R) : (PresheafOfModules.restriction R f).app M = M.map f - PresheafOfModules.zsmul_app 📋 Mathlib.Algebra.Category.ModuleCat.Presheaf
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {R : CategoryTheory.Functor Cᵒᵖ RingCat} {M₁ M₂ : PresheafOfModules R} (n : ℤ) (f : M₁ ⟶ M₂) (X : Cᵒᵖ) : (n • f).app X = n • f.app X - PresheafOfModules.add_app 📋 Mathlib.Algebra.Category.ModuleCat.Presheaf
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {R : CategoryTheory.Functor Cᵒᵖ RingCat} {M₁ M₂ : PresheafOfModules R} (f g : M₁ ⟶ M₂) (X : Cᵒᵖ) : (f + g).app X = f.app X + g.app X - PresheafOfModules.sub_app 📋 Mathlib.Algebra.Category.ModuleCat.Presheaf
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {R : CategoryTheory.Functor Cᵒᵖ RingCat} {M₁ M₂ : PresheafOfModules R} (f g : M₁ ⟶ M₂) (X : Cᵒᵖ) : (f - g).app X = f.app X - g.app X - PresheafOfModules.Hom.naturality 📋 Mathlib.Algebra.Category.ModuleCat.Presheaf
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {R : CategoryTheory.Functor Cᵒᵖ RingCat} {M₁ M₂ : PresheafOfModules R} (self : M₁.Hom M₂) {X Y : Cᵒᵖ} (f : X ⟶ Y) : CategoryTheory.CategoryStruct.comp (M₁.map f) ((ModuleCat.restrictScalars (RingCat.Hom.hom (R.map f))).map (self.app Y)) = CategoryTheory.CategoryStruct.comp (self.app X) (M₂.map f) - PresheafOfModules.Hom.mk 📋 Mathlib.Algebra.Category.ModuleCat.Presheaf
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {R : CategoryTheory.Functor Cᵒᵖ RingCat} {M₁ M₂ : PresheafOfModules R} (app : (X : Cᵒᵖ) → M₁.obj X ⟶ M₂.obj X) (naturality : ∀ {X Y : Cᵒᵖ} (f : X ⟶ Y), CategoryTheory.CategoryStruct.comp (M₁.map f) ((ModuleCat.restrictScalars (RingCat.Hom.hom (R.map f))).map (app Y)) = CategoryTheory.CategoryStruct.comp (app X) (M₂.map f) := by cat_disch) : M₁.Hom M₂ - PresheafOfModules.isoMk 📋 Mathlib.Algebra.Category.ModuleCat.Presheaf
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {R : CategoryTheory.Functor Cᵒᵖ RingCat} {M₁ M₂ : PresheafOfModules R} (app : (X : Cᵒᵖ) → M₁.obj X ≅ M₂.obj X) (naturality : ∀ ⦃X Y : Cᵒᵖ⦄ (f : X ⟶ Y), CategoryTheory.CategoryStruct.comp (M₁.map f) ((ModuleCat.restrictScalars (RingCat.Hom.hom (R.map f))).map (app Y).hom) = CategoryTheory.CategoryStruct.comp (app X).hom (M₂.map f) := by cat_disch) : M₁ ≅ M₂ - PresheafOfModules.instModuleCarrierObjOppositeCommRingCatCarrierCarrierRingCatCompForget₂RingHomObj 📋 Mathlib.Algebra.Category.ModuleCat.Presheaf
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {R : CategoryTheory.Functor Cᵒᵖ CommRingCat} (X : Cᵒᵖ) (M : PresheafOfModules (R.comp (CategoryTheory.forget₂ CommRingCat RingCat))) : Module ↑(R.obj X) ↑(M.obj X) - PresheafOfModules.isoMk_hom_app 📋 Mathlib.Algebra.Category.ModuleCat.Presheaf
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {R : CategoryTheory.Functor Cᵒᵖ RingCat} {M₁ M₂ : PresheafOfModules R} (app : (X : Cᵒᵖ) → M₁.obj X ≅ M₂.obj X) (naturality : ∀ ⦃X Y : Cᵒᵖ⦄ (f : X ⟶ Y), CategoryTheory.CategoryStruct.comp (M₁.map f) ((ModuleCat.restrictScalars (RingCat.Hom.hom (R.map f))).map (app Y).hom) = CategoryTheory.CategoryStruct.comp (app X).hom (M₂.map f) := by cat_disch) (X : Cᵒᵖ) : (PresheafOfModules.isoMk app naturality).hom.app X = (app X).hom - PresheafOfModules.isoMk_inv_app 📋 Mathlib.Algebra.Category.ModuleCat.Presheaf
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {R : CategoryTheory.Functor Cᵒᵖ RingCat} {M₁ M₂ : PresheafOfModules R} (app : (X : Cᵒᵖ) → M₁.obj X ≅ M₂.obj X) (naturality : ∀ ⦃X Y : Cᵒᵖ⦄ (f : X ⟶ Y), CategoryTheory.CategoryStruct.comp (M₁.map f) ((ModuleCat.restrictScalars (RingCat.Hom.hom (R.map f))).map (app Y).hom) = CategoryTheory.CategoryStruct.comp (app X).hom (M₂.map f) := by cat_disch) (X : Cᵒᵖ) : (PresheafOfModules.isoMk app naturality).inv.app X = (app X).inv - PresheafOfModules.Hom.naturality_assoc 📋 Mathlib.Algebra.Category.ModuleCat.Presheaf
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {R : CategoryTheory.Functor Cᵒᵖ RingCat} {M₁ M₂ : PresheafOfModules R} (self : M₁.Hom M₂) {X Y : Cᵒᵖ} (f : X ⟶ Y) {Z : ModuleCat ↑(R.obj X)} (h : (ModuleCat.restrictScalars (RingCat.Hom.hom (R.map f))).obj (M₂.obj Y) ⟶ Z) : CategoryTheory.CategoryStruct.comp (M₁.map f) (CategoryTheory.CategoryStruct.comp ((ModuleCat.restrictScalars (RingCat.Hom.hom (R.map f))).map (self.app Y)) h) = CategoryTheory.CategoryStruct.comp (self.app X) (CategoryTheory.CategoryStruct.comp (M₂.map f) h) - PresheafOfModules.ofPresheaf 📋 Mathlib.Algebra.Category.ModuleCat.Presheaf
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {R : CategoryTheory.Functor Cᵒᵖ RingCat} (M : CategoryTheory.Functor Cᵒᵖ Ab) [(X : Cᵒᵖ) → Module ↑(R.obj X) ↑(M.obj X)] (map_smul : ∀ ⦃X Y : Cᵒᵖ⦄ (f : X ⟶ Y) (r : ↑(R.obj X)) (m : ↑(M.obj X)), (CategoryTheory.ConcreteCategory.hom (M.map f)) (r • m) = (CategoryTheory.ConcreteCategory.hom (R.map f)) r • (CategoryTheory.ConcreteCategory.hom (M.map f)) m) : PresheafOfModules R - PresheafOfModules.map_id 📋 Mathlib.Algebra.Category.ModuleCat.Presheaf
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {R : CategoryTheory.Functor Cᵒᵖ RingCat} (self : PresheafOfModules R) (X : Cᵒᵖ) : self.map (CategoryTheory.CategoryStruct.id X) = (ModuleCat.restrictScalarsId' (RingCat.Hom.hom (R.map (CategoryTheory.CategoryStruct.id X))) ⋯).inv.app (self.obj X) - PresheafOfModules.ofPresheaf_presheaf 📋 Mathlib.Algebra.Category.ModuleCat.Presheaf
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {R : CategoryTheory.Functor Cᵒᵖ RingCat} (M : CategoryTheory.Functor Cᵒᵖ Ab) [(X : Cᵒᵖ) → Module ↑(R.obj X) ↑(M.obj X)] (map_smul : ∀ ⦃X Y : Cᵒᵖ⦄ (f : X ⟶ Y) (r : ↑(R.obj X)) (m : ↑(M.obj X)), (CategoryTheory.ConcreteCategory.hom (M.map f)) (r • m) = (CategoryTheory.ConcreteCategory.hom (R.map f)) r • (CategoryTheory.ConcreteCategory.hom (M.map f)) m) : (PresheafOfModules.ofPresheaf M map_smul).presheaf = M - PresheafOfModules.ofPresheaf_obj_carrier 📋 Mathlib.Algebra.Category.ModuleCat.Presheaf
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {R : CategoryTheory.Functor Cᵒᵖ RingCat} (M : CategoryTheory.Functor Cᵒᵖ Ab) [(X : Cᵒᵖ) → Module ↑(R.obj X) ↑(M.obj X)] (map_smul : ∀ ⦃X Y : Cᵒᵖ⦄ (f : X ⟶ Y) (r : ↑(R.obj X)) (m : ↑(M.obj X)), (CategoryTheory.ConcreteCategory.hom (M.map f)) (r • m) = (CategoryTheory.ConcreteCategory.hom (R.map f)) r • (CategoryTheory.ConcreteCategory.hom (M.map f)) m) (X : Cᵒᵖ) : ↑((PresheafOfModules.ofPresheaf M map_smul).obj X) = ↑(M.obj X) - PresheafOfModules.homMk 📋 Mathlib.Algebra.Category.ModuleCat.Presheaf
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {R : CategoryTheory.Functor Cᵒᵖ RingCat} {M₁ M₂ : PresheafOfModules R} (φ : M₁.presheaf ⟶ M₂.presheaf) (hφ : ∀ (X : Cᵒᵖ) (r : ↑(R.obj X)) (m : ↑(M₁.obj X)), (CategoryTheory.ConcreteCategory.hom (φ.app X)) (r • m) = r • (CategoryTheory.ConcreteCategory.hom (φ.app X)) m) : M₁ ⟶ M₂ - PresheafOfModules.sectionsMk 📋 Mathlib.Algebra.Category.ModuleCat.Presheaf
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {R : CategoryTheory.Functor Cᵒᵖ RingCat} {M : PresheafOfModules R} (s : (X : Cᵒᵖ) → ↑(M.obj X)) (hs : ∀ ⦃X Y : Cᵒᵖ⦄ (f : X ⟶ Y), (CategoryTheory.ConcreteCategory.hom (M.map f)) (s X) = s Y) : M.sections - PresheafOfModules.unitHomEquiv_apply_coe 📋 Mathlib.Algebra.Category.ModuleCat.Presheaf
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {R : CategoryTheory.Functor Cᵒᵖ RingCat} (M : PresheafOfModules R) (f : PresheafOfModules.unit R ⟶ M) (X : Cᵒᵖ) : ↑(M.unitHomEquiv f) X = (CategoryTheory.ConcreteCategory.hom (f.app X)) 1 - PresheafOfModules.unit_map_one 📋 Mathlib.Algebra.Category.ModuleCat.Presheaf
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] (R : CategoryTheory.Functor Cᵒᵖ RingCat) {X Y : Cᵒᵖ} (f : X ⟶ Y) : (CategoryTheory.ConcreteCategory.hom ((PresheafOfModules.unit R).map f)) 1 = 1 - PresheafOfModules.sectionsMap_coe 📋 Mathlib.Algebra.Category.ModuleCat.Presheaf
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {R : CategoryTheory.Functor Cᵒᵖ RingCat} {M N : PresheafOfModules R} (f : M ⟶ N) (s : M.sections) (X : Cᵒᵖ) : ↑(PresheafOfModules.sectionsMap f s) X = (CategoryTheory.ConcreteCategory.hom (f.app X)) (↑s X) - PresheafOfModules.presheaf_map_apply_coe 📋 Mathlib.Algebra.Category.ModuleCat.Presheaf
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {R : CategoryTheory.Functor Cᵒᵖ RingCat} (M : PresheafOfModules R) {X Y : Cᵒᵖ} (f : X ⟶ Y) (x : ↑(M.obj X)) : (AddCommGrpCat.Hom.hom (M.presheaf.map f)) x = (CategoryTheory.ConcreteCategory.hom (M.map f)) x - PresheafOfModules.toPresheaf_map_app_apply 📋 Mathlib.Algebra.Category.ModuleCat.Presheaf
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {R : CategoryTheory.Functor Cᵒᵖ RingCat} {M₁ M₂ : PresheafOfModules R} (f : M₁ ⟶ M₂) (X : Cᵒᵖ) (x : ↑(M₁.obj X)) : (AddCommGrpCat.Hom.hom (((PresheafOfModules.toPresheaf R).map f).app X)) x = (CategoryTheory.ConcreteCategory.hom (f.app X)) x - PresheafOfModules.restrictₛₗ_apply 📋 Mathlib.Algebra.Category.ModuleCat.Presheaf
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {R : CategoryTheory.Functor Cᵒᵖ RingCat} (M : PresheafOfModules R) {X Y : Cᵒᵖ} (f : X ⟶ Y) (m : ↑(M.obj X)) : (M.restrictₛₗ f) m = (CategoryTheory.ConcreteCategory.hom (M.map f)) m - PresheafOfModules.forgetToPresheafModuleCatObjMap_apply 📋 Mathlib.Algebra.Category.ModuleCat.Presheaf
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {R : CategoryTheory.Functor Cᵒᵖ RingCat} (X : Cᵒᵖ) (hX : CategoryTheory.Limits.IsInitial X) (M : PresheafOfModules R) {Y Z : Cᵒᵖ} (f : Y ⟶ Z) (m : ↑(M.obj Y)) : (ModuleCat.Hom.hom (PresheafOfModules.forgetToPresheafModuleCatObjMap X hX M f)) m = (CategoryTheory.ConcreteCategory.hom (M.map f)) m - PresheafOfModules.sectionsMk_coe 📋 Mathlib.Algebra.Category.ModuleCat.Presheaf
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {R : CategoryTheory.Functor Cᵒᵖ RingCat} {M : PresheafOfModules R} (s : (X : Cᵒᵖ) → ↑(M.obj X)) (hs : ∀ ⦃X Y : Cᵒᵖ⦄ (f : X ⟶ Y), (CategoryTheory.ConcreteCategory.hom (M.map f)) (s X) = s Y) (X : Cᵒᵖ) : ↑(PresheafOfModules.sectionsMk s hs) X = s X - PresheafOfModules.homMk_app 📋 Mathlib.Algebra.Category.ModuleCat.Presheaf
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {R : CategoryTheory.Functor Cᵒᵖ RingCat} {M₁ M₂ : PresheafOfModules R} (φ : M₁.presheaf ⟶ M₂.presheaf) (hφ : ∀ (X : Cᵒᵖ) (r : ↑(R.obj X)) (m : ↑(M₁.obj X)), (CategoryTheory.ConcreteCategory.hom (φ.app X)) (r • m) = r • (CategoryTheory.ConcreteCategory.hom (φ.app X)) m) (X : Cᵒᵖ) : (PresheafOfModules.homMk φ hφ).app X = ModuleCat.ofHom { toFun := ⇑(CategoryTheory.ConcreteCategory.hom (φ.app X)), map_add' := ⋯, map_smul' := ⋯ } - PresheafOfModules.sections_property 📋 Mathlib.Algebra.Category.ModuleCat.Presheaf
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {R : CategoryTheory.Functor Cᵒᵖ RingCat} {M : PresheafOfModules R} (s : M.sections) {X Y : Cᵒᵖ} (f : X ⟶ Y) : (CategoryTheory.ConcreteCategory.hom (M.map f)) (↑s X) = ↑s Y - PresheafOfModules.congr_map_apply 📋 Mathlib.Algebra.Category.ModuleCat.Presheaf
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {R : CategoryTheory.Functor Cᵒᵖ RingCat} (M : PresheafOfModules R) {X Y : Cᵒᵖ} {f g : X ⟶ Y} (h : f = g) (m : ↑(M.obj X)) : (CategoryTheory.ConcreteCategory.hom (M.map f)) m = (CategoryTheory.ConcreteCategory.hom (M.map g)) m - PresheafOfModules.map_comp 📋 Mathlib.Algebra.Category.ModuleCat.Presheaf
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {R : CategoryTheory.Functor Cᵒᵖ RingCat} (self : PresheafOfModules R) {X Y Z : Cᵒᵖ} (f : X ⟶ Y) (g : Y ⟶ Z) : self.map (CategoryTheory.CategoryStruct.comp f g) = CategoryTheory.CategoryStruct.comp (self.map f) (CategoryTheory.CategoryStruct.comp ((ModuleCat.restrictScalars (RingCat.Hom.hom (R.map f))).map (self.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 (self.obj Z))) - PresheafOfModules.map_comp_assoc 📋 Mathlib.Algebra.Category.ModuleCat.Presheaf
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {R : CategoryTheory.Functor Cᵒᵖ RingCat} (self : PresheafOfModules R) {X Y Z : Cᵒᵖ} (f : X ⟶ Y) (g : Y ⟶ Z) {Z✝ : ModuleCat ↑(R.obj X)} (h : (ModuleCat.restrictScalars (RingCat.Hom.hom (R.map (CategoryTheory.CategoryStruct.comp f g)))).obj (self.obj Z) ⟶ Z✝) : CategoryTheory.CategoryStruct.comp (self.map (CategoryTheory.CategoryStruct.comp f g)) h = CategoryTheory.CategoryStruct.comp (self.map f) (CategoryTheory.CategoryStruct.comp ((ModuleCat.restrictScalars (RingCat.Hom.hom (R.map f))).map (self.map g)) (CategoryTheory.CategoryStruct.comp ((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 (self.obj Z)) h)) - PresheafOfModules.ofPresheaf_map 📋 Mathlib.Algebra.Category.ModuleCat.Presheaf
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {R : CategoryTheory.Functor Cᵒᵖ RingCat} (M : CategoryTheory.Functor Cᵒᵖ Ab) [(X : Cᵒᵖ) → Module ↑(R.obj X) ↑(M.obj X)] (map_smul : ∀ ⦃X Y : Cᵒᵖ⦄ (f : X ⟶ Y) (r : ↑(R.obj X)) (m : ↑(M.obj X)), (CategoryTheory.ConcreteCategory.hom (M.map f)) (r • m) = (CategoryTheory.ConcreteCategory.hom (R.map f)) r • (CategoryTheory.ConcreteCategory.hom (M.map f)) m) {X Y : Cᵒᵖ} (f : X ⟶ Y) : (PresheafOfModules.ofPresheaf M map_smul).map f = ModuleCat.ofHom { toFun := fun x => (CategoryTheory.ConcreteCategory.hom (M.map f)) x, map_add' := ⋯, map_smul' := ⋯ } - PresheafOfModules.mk 📋 Mathlib.Algebra.Category.ModuleCat.Presheaf
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {R : CategoryTheory.Functor Cᵒᵖ RingCat} (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) := by cat_disch) (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))) := by cat_disch) : PresheafOfModules R - PresheafOfModules.map_comp_apply 📋 Mathlib.Algebra.Category.ModuleCat.Presheaf
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {R : CategoryTheory.Functor Cᵒᵖ RingCat} (M : PresheafOfModules R) {U V W : Cᵒᵖ} (i : U ⟶ V) (j : V ⟶ W) (x : ↑(M.obj U)) : (CategoryTheory.ConcreteCategory.hom (M.map (CategoryTheory.CategoryStruct.comp i j))) x = (CategoryTheory.ConcreteCategory.hom (M.map j)) ((CategoryTheory.ConcreteCategory.hom (M.map i)) x) - PresheafOfModules.naturality_apply 📋 Mathlib.Algebra.Category.ModuleCat.Presheaf
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {R : CategoryTheory.Functor Cᵒᵖ RingCat} {M₁ M₂ : PresheafOfModules R} (f : M₁ ⟶ M₂) {X Y : Cᵒᵖ} (g : X ⟶ Y) (x : ↑(M₁.obj X)) : (CategoryTheory.ConcreteCategory.hom (f.app Y)) ((CategoryTheory.ConcreteCategory.hom (M₁.map g)) x) = (CategoryTheory.ConcreteCategory.hom (M₂.map g)) ((CategoryTheory.ConcreteCategory.hom (f.app X)) x) - PresheafOfModules.smul_map 📋 Mathlib.Algebra.Category.ModuleCat.Presheaf
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {R : CategoryTheory.Functor Cᵒᵖ RingCat} (M : PresheafOfModules R) {U V : Cᵒᵖ} (f : U ⟶ V) (r : ↑(R.obj U)) : CategoryTheory.CategoryStruct.comp ((M.obj U).smul r) (M.presheaf.map f) = CategoryTheory.CategoryStruct.comp (M.presheaf.map f) ((M.obj V).smul ((CategoryTheory.ConcreteCategory.hom (R.map f)) r)) - PresheafOfModules.smul_map_assoc 📋 Mathlib.Algebra.Category.ModuleCat.Presheaf
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {R : CategoryTheory.Functor Cᵒᵖ RingCat} (M : PresheafOfModules R) {U V : Cᵒᵖ} (f : U ⟶ V) (r : ↑(R.obj U)) {Z : AddCommGrpCat} (h : M.presheaf.obj V ⟶ Z) : CategoryTheory.CategoryStruct.comp (CategoryTheory.CategoryStruct.comp ((M.obj U).smul r) (M.presheaf.map f)) h = CategoryTheory.CategoryStruct.comp (CategoryTheory.CategoryStruct.comp (M.presheaf.map f) ((M.obj V).smul ((CategoryTheory.ConcreteCategory.hom (R.map f)) r))) h - PresheafOfModules.map_smul 📋 Mathlib.Algebra.Category.ModuleCat.Presheaf
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {R : CategoryTheory.Functor Cᵒᵖ RingCat} (M : PresheafOfModules R) {X Y : Cᵒᵖ} (f : X ⟶ Y) (r : ↑(R.obj X)) (m : ↑(M.obj X)) : (CategoryTheory.ConcreteCategory.hom (M.map f)) (r • m) = (CategoryTheory.ConcreteCategory.hom (R.map f)) r • (CategoryTheory.ConcreteCategory.hom (M.map f)) m - PresheafOfModules.DifferentialsConstruction.relativeDifferentials' 📋 Mathlib.Algebra.Category.ModuleCat.Differentials.Presheaf
{D : Type u₂} [CategoryTheory.Category.{v₂, u₂} D] {S' R : CategoryTheory.Functor Dᵒᵖ CommRingCat} (φ' : S' ⟶ R) : PresheafOfModules (R.comp (CategoryTheory.forget₂ CommRingCat RingCat)) - PresheafOfModules.Derivation' 📋 Mathlib.Algebra.Category.ModuleCat.Differentials.Presheaf
{D : Type u₂} [CategoryTheory.Category.{v₂, u₂} D] {S' R : CategoryTheory.Functor Dᵒᵖ CommRingCat} (M : PresheafOfModules (R.comp (CategoryTheory.forget₂ CommRingCat RingCat))) (φ' : S' ⟶ R) : Type (max (max u₂ u) v) - PresheafOfModules.Derivation 📋 Mathlib.Algebra.Category.ModuleCat.Differentials.Presheaf
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {D : Type u₂} [CategoryTheory.Category.{v₂, u₂} D] {S : CategoryTheory.Functor Cᵒᵖ CommRingCat} {F : CategoryTheory.Functor C D} {R : CategoryTheory.Functor Dᵒᵖ CommRingCat} (M : PresheafOfModules (R.comp (CategoryTheory.forget₂ CommRingCat RingCat))) (φ : S ⟶ F.op.comp R) : Type (max (max u u₂) v) - PresheafOfModules.Derivation.Universal 📋 Mathlib.Algebra.Category.ModuleCat.Differentials.Presheaf
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {D : Type u₂} [CategoryTheory.Category.{v₂, u₂} D] {S : CategoryTheory.Functor Cᵒᵖ CommRingCat} {F : CategoryTheory.Functor C D} {R : CategoryTheory.Functor Dᵒᵖ CommRingCat} {M : PresheafOfModules (R.comp (CategoryTheory.forget₂ CommRingCat RingCat))} {φ : S ⟶ F.op.comp R} (d : M.Derivation φ) : Type (max (max (max u u₂) (v + 1)) v₂) - PresheafOfModules.Derivation.instSubsingletonUniversal 📋 Mathlib.Algebra.Category.ModuleCat.Differentials.Presheaf
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {D : Type u₂} [CategoryTheory.Category.{v₂, u₂} D] {S : CategoryTheory.Functor Cᵒᵖ CommRingCat} {F : CategoryTheory.Functor C D} {R : CategoryTheory.Functor Dᵒᵖ CommRingCat} {M : PresheafOfModules (R.comp (CategoryTheory.forget₂ CommRingCat RingCat))} {φ : S ⟶ F.op.comp R} (d : M.Derivation φ) : Subsingleton d.Universal - PresheafOfModules.DifferentialsConstruction.relativeDifferentials'_obj 📋 Mathlib.Algebra.Category.ModuleCat.Differentials.Presheaf
{D : Type u₂} [CategoryTheory.Category.{v₂, u₂} D] {S' R : CategoryTheory.Functor Dᵒᵖ CommRingCat} (φ' : S' ⟶ R) (X : Dᵒᵖ) : (PresheafOfModules.DifferentialsConstruction.relativeDifferentials' φ').obj X = CommRingCat.KaehlerDifferential (φ'.app X) - PresheafOfModules.Derivation'.app 📋 Mathlib.Algebra.Category.ModuleCat.Differentials.Presheaf
{D : Type u₂} [CategoryTheory.Category.{v₂, u₂} D] {S' R : CategoryTheory.Functor Dᵒᵖ CommRingCat} {M : PresheafOfModules (R.comp (CategoryTheory.forget₂ CommRingCat RingCat))} {φ' : S' ⟶ R} (d : M.Derivation' φ') (X : Dᵒᵖ) : (M.obj X).Derivation (φ'.app X) - PresheafOfModules.HasDifferentials.exists_universal_derivation 📋 Mathlib.Algebra.Category.ModuleCat.Differentials.Presheaf
{C : Type u₁} {inst✝ : CategoryTheory.Category.{v₁, u₁} C} {D : Type u₂} {inst✝¹ : CategoryTheory.Category.{v₂, u₂} D} {S : CategoryTheory.Functor Cᵒᵖ CommRingCat} {F : CategoryTheory.Functor C D} {R : CategoryTheory.Functor Dᵒᵖ CommRingCat} {φ : S ⟶ F.op.comp R} [self : PresheafOfModules.HasDifferentials φ] : ∃ M d, Nonempty d.Universal - PresheafOfModules.HasDifferentials.mk 📋 Mathlib.Algebra.Category.ModuleCat.Differentials.Presheaf
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {D : Type u₂} [CategoryTheory.Category.{v₂, u₂} D] {S : CategoryTheory.Functor Cᵒᵖ CommRingCat} {F : CategoryTheory.Functor C D} {R : CategoryTheory.Functor Dᵒᵖ CommRingCat} {φ : S ⟶ F.op.comp R} (exists_universal_derivation : ∃ M d, Nonempty d.Universal) : PresheafOfModules.HasDifferentials φ - PresheafOfModules.Derivation.Universal.fac 📋 Mathlib.Algebra.Category.ModuleCat.Differentials.Presheaf
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {D : Type u₂} [CategoryTheory.Category.{v₂, u₂} D] {S : CategoryTheory.Functor Cᵒᵖ CommRingCat} {F : CategoryTheory.Functor C D} {R : CategoryTheory.Functor Dᵒᵖ CommRingCat} {M : PresheafOfModules (R.comp (CategoryTheory.forget₂ CommRingCat RingCat))} {φ : S ⟶ F.op.comp R} {d : M.Derivation φ} (self : d.Universal) {M' : PresheafOfModules (R.comp (CategoryTheory.forget₂ CommRingCat RingCat))} (d' : M'.Derivation φ) : d.postcomp (self.desc d') = d' - PresheafOfModules.DifferentialsConstruction.relativeDifferentials'_map 📋 Mathlib.Algebra.Category.ModuleCat.Differentials.Presheaf
{D : Type u₂} [CategoryTheory.Category.{v₂, u₂} D] {S' R : CategoryTheory.Functor Dᵒᵖ CommRingCat} (φ' : S' ⟶ R) {X✝ Y✝ : Dᵒᵖ} (f : X✝ ⟶ Y✝) : (PresheafOfModules.DifferentialsConstruction.relativeDifferentials' φ').map f = CommRingCat.KaehlerDifferential.map ⋯ - PresheafOfModules.Derivation.postcomp 📋 Mathlib.Algebra.Category.ModuleCat.Differentials.Presheaf
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {D : Type u₂} [CategoryTheory.Category.{v₂, u₂} D] {S : CategoryTheory.Functor Cᵒᵖ CommRingCat} {F : CategoryTheory.Functor C D} {R : CategoryTheory.Functor Dᵒᵖ CommRingCat} {M N : PresheafOfModules (R.comp (CategoryTheory.forget₂ CommRingCat RingCat))} {φ : S ⟶ F.op.comp R} (d : M.Derivation φ) (f : M ⟶ N) : N.Derivation φ - PresheafOfModules.Derivation.Universal.desc 📋 Mathlib.Algebra.Category.ModuleCat.Differentials.Presheaf
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {D : Type u₂} [CategoryTheory.Category.{v₂, u₂} D] {S : CategoryTheory.Functor Cᵒᵖ CommRingCat} {F : CategoryTheory.Functor C D} {R : CategoryTheory.Functor Dᵒᵖ CommRingCat} {M : PresheafOfModules (R.comp (CategoryTheory.forget₂ CommRingCat RingCat))} {φ : S ⟶ F.op.comp R} {d : M.Derivation φ} (self : d.Universal) {M' : PresheafOfModules (R.comp (CategoryTheory.forget₂ CommRingCat RingCat))} (d' : M'.Derivation φ) : M ⟶ M' - PresheafOfModules.Derivation.Universal.postcomp_injective 📋 Mathlib.Algebra.Category.ModuleCat.Differentials.Presheaf
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {D : Type u₂} [CategoryTheory.Category.{v₂, u₂} D] {S : CategoryTheory.Functor Cᵒᵖ CommRingCat} {F : CategoryTheory.Functor C D} {R : CategoryTheory.Functor Dᵒᵖ CommRingCat} {M : PresheafOfModules (R.comp (CategoryTheory.forget₂ CommRingCat RingCat))} {φ : S ⟶ F.op.comp R} {d : M.Derivation φ} (self : d.Universal) {M' : PresheafOfModules (R.comp (CategoryTheory.forget₂ CommRingCat RingCat))} (φ✝ φ' : M ⟶ M') (h : d.postcomp φ✝ = d.postcomp φ') : φ✝ = φ' - PresheafOfModules.Derivation'.Universal.mk 📋 Mathlib.Algebra.Category.ModuleCat.Differentials.Presheaf
{D : Type u₂} [CategoryTheory.Category.{v₂, u₂} D] {S' R : CategoryTheory.Functor Dᵒᵖ CommRingCat} {M : PresheafOfModules (R.comp (CategoryTheory.forget₂ CommRingCat RingCat))} {φ' : S' ⟶ R} {d : M.Derivation' φ'} (desc : {M' : PresheafOfModules (R.comp (CategoryTheory.forget₂ CommRingCat RingCat))} → M'.Derivation' φ' → (M ⟶ M')) (fac : ∀ {M' : PresheafOfModules (R.comp (CategoryTheory.forget₂ CommRingCat RingCat))} (d' : M'.Derivation' φ'), PresheafOfModules.Derivation.postcomp d (desc d') = d') (postcomp_injective : ∀ {M' : PresheafOfModules (R.comp (CategoryTheory.forget₂ CommRingCat RingCat))} (α β : M ⟶ M'), PresheafOfModules.Derivation.postcomp d α = PresheafOfModules.Derivation.postcomp d β → α = β) : PresheafOfModules.Derivation.Universal d - PresheafOfModules.Derivation.Universal.mk 📋 Mathlib.Algebra.Category.ModuleCat.Differentials.Presheaf
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {D : Type u₂} [CategoryTheory.Category.{v₂, u₂} D] {S : CategoryTheory.Functor Cᵒᵖ CommRingCat} {F : CategoryTheory.Functor C D} {R : CategoryTheory.Functor Dᵒᵖ CommRingCat} {M : PresheafOfModules (R.comp (CategoryTheory.forget₂ CommRingCat RingCat))} {φ : S ⟶ F.op.comp R} {d : M.Derivation φ} (desc : {M' : PresheafOfModules (R.comp (CategoryTheory.forget₂ CommRingCat RingCat))} → M'.Derivation φ → (M ⟶ M')) (fac : ∀ {M' : PresheafOfModules (R.comp (CategoryTheory.forget₂ CommRingCat RingCat))} (d' : M'.Derivation φ), d.postcomp (desc d') = d' := by cat_disch) (postcomp_injective : ∀ {M' : PresheafOfModules (R.comp (CategoryTheory.forget₂ CommRingCat RingCat))} (φ_1 φ' : M ⟶ M'), d.postcomp φ_1 = d.postcomp φ' → φ_1 = φ' := by cat_disch) : d.Universal - PresheafOfModules.Derivation.d 📋 Mathlib.Algebra.Category.ModuleCat.Differentials.Presheaf
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {D : Type u₂} [CategoryTheory.Category.{v₂, u₂} D] {S : CategoryTheory.Functor Cᵒᵖ CommRingCat} {F : CategoryTheory.Functor C D} {R : CategoryTheory.Functor Dᵒᵖ CommRingCat} {M : PresheafOfModules (R.comp (CategoryTheory.forget₂ CommRingCat RingCat))} {φ : S ⟶ F.op.comp R} (self : M.Derivation φ) {X : Dᵒᵖ} : ↑(R.obj X) →+ ↑(M.obj X) - PresheafOfModules.Derivation.ext 📋 Mathlib.Algebra.Category.ModuleCat.Differentials.Presheaf
{C : Type u₁} {inst✝ : CategoryTheory.Category.{v₁, u₁} C} {D : Type u₂} {inst✝¹ : CategoryTheory.Category.{v₂, u₂} D} {S : CategoryTheory.Functor Cᵒᵖ CommRingCat} {F : CategoryTheory.Functor C D} {R : CategoryTheory.Functor Dᵒᵖ CommRingCat} {M : PresheafOfModules (R.comp (CategoryTheory.forget₂ CommRingCat RingCat))} {φ : S ⟶ F.op.comp R} {x y : M.Derivation φ} (d : @PresheafOfModules.Derivation.d C inst✝ D inst✝¹ S F R M φ x = @PresheafOfModules.Derivation.d C inst✝ D inst✝¹ S F R M φ y) : x = y - PresheafOfModules.Derivation.ext_iff 📋 Mathlib.Algebra.Category.ModuleCat.Differentials.Presheaf
{C : Type u₁} {inst✝ : CategoryTheory.Category.{v₁, u₁} C} {D : Type u₂} {inst✝¹ : CategoryTheory.Category.{v₂, u₂} D} {S : CategoryTheory.Functor Cᵒᵖ CommRingCat} {F : CategoryTheory.Functor C D} {R : CategoryTheory.Functor Dᵒᵖ CommRingCat} {M : PresheafOfModules (R.comp (CategoryTheory.forget₂ CommRingCat RingCat))} {φ : S ⟶ F.op.comp R} {x y : M.Derivation φ} : x = y ↔ @PresheafOfModules.Derivation.d C inst✝ D inst✝¹ S F R M φ x = @PresheafOfModules.Derivation.d C inst✝ D inst✝¹ S F R M φ y - PresheafOfModules.Derivation'.app_apply 📋 Mathlib.Algebra.Category.ModuleCat.Differentials.Presheaf
{D : Type u₂} [CategoryTheory.Category.{v₂, u₂} D] {S' R : CategoryTheory.Functor Dᵒᵖ CommRingCat} {M : PresheafOfModules (R.comp (CategoryTheory.forget₂ CommRingCat RingCat))} {φ' : S' ⟶ R} (d : M.Derivation' φ') {X : Dᵒᵖ} (b : ↑(R.obj X)) : (d.app X).d b = d.d b - PresheafOfModules.Derivation.d_one 📋 Mathlib.Algebra.Category.ModuleCat.Differentials.Presheaf
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {D : Type u₂} [CategoryTheory.Category.{v₂, u₂} D] {S : CategoryTheory.Functor Cᵒᵖ CommRingCat} {F : CategoryTheory.Functor C D} {R : CategoryTheory.Functor Dᵒᵖ CommRingCat} {M : PresheafOfModules (R.comp (CategoryTheory.forget₂ CommRingCat RingCat))} {φ : S ⟶ F.op.comp R} (d : M.Derivation φ) (X : Dᵒᵖ) : d.d 1 = 0 - PresheafOfModules.Derivation'.d_app 📋 Mathlib.Algebra.Category.ModuleCat.Differentials.Presheaf
{D : Type u₂} [CategoryTheory.Category.{v₂, u₂} D] {S' R : CategoryTheory.Functor Dᵒᵖ CommRingCat} {M : PresheafOfModules (R.comp (CategoryTheory.forget₂ CommRingCat RingCat))} {φ' : S' ⟶ R} (d : M.Derivation' φ') {X : Dᵒᵖ} (a : ↑(S'.obj X)) : d.d ((CategoryTheory.ConcreteCategory.hom (φ'.app X)) a) = 0 - PresheafOfModules.Derivation.d_app 📋 Mathlib.Algebra.Category.ModuleCat.Differentials.Presheaf
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {D : Type u₂} [CategoryTheory.Category.{v₂, u₂} D] {S : CategoryTheory.Functor Cᵒᵖ CommRingCat} {F : CategoryTheory.Functor C D} {R : CategoryTheory.Functor Dᵒᵖ CommRingCat} {M : PresheafOfModules (R.comp (CategoryTheory.forget₂ CommRingCat RingCat))} {φ : S ⟶ F.op.comp R} (self : M.Derivation φ) {X : Cᵒᵖ} (a : ↑(S.obj X)) : self.d ((CategoryTheory.ConcreteCategory.hom (φ.app X)) a) = 0 - PresheafOfModules.Derivation.congr_d 📋 Mathlib.Algebra.Category.ModuleCat.Differentials.Presheaf
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {D : Type u₂} [CategoryTheory.Category.{v₂, u₂} D] {S : CategoryTheory.Functor Cᵒᵖ CommRingCat} {F : CategoryTheory.Functor C D} {R : CategoryTheory.Functor Dᵒᵖ CommRingCat} {M : PresheafOfModules (R.comp (CategoryTheory.forget₂ CommRingCat RingCat))} {φ : S ⟶ F.op.comp R} {d d' : M.Derivation φ} (h : d = d') {X : Dᵒᵖ} (b : ↑(R.obj X)) : d.d b = d'.d b - PresheafOfModules.Derivation.postcomp_d_apply 📋 Mathlib.Algebra.Category.ModuleCat.Differentials.Presheaf
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {D : Type u₂} [CategoryTheory.Category.{v₂, u₂} D] {S : CategoryTheory.Functor Cᵒᵖ CommRingCat} {F : CategoryTheory.Functor C D} {R : CategoryTheory.Functor Dᵒᵖ CommRingCat} {M N : PresheafOfModules (R.comp (CategoryTheory.forget₂ CommRingCat RingCat))} {φ : S ⟶ F.op.comp R} (d : M.Derivation φ) (f : M ⟶ N) {X✝ : Dᵒᵖ} (x : ↑(R.obj X✝)) : (d.postcomp f).d x = (ModuleCat.Hom.hom (f.app X✝)) (d.d x) - PresheafOfModules.DifferentialsConstruction.relativeDifferentials'_map_d 📋 Mathlib.Algebra.Category.ModuleCat.Differentials.Presheaf
{D : Type u₂} [CategoryTheory.Category.{v₂, u₂} D] {S' R : CategoryTheory.Functor Dᵒᵖ CommRingCat} (φ' : S' ⟶ R) {X Y : Dᵒᵖ} (f : X ⟶ Y) (x : ↑(R.obj X)) : (ModuleCat.Hom.hom ((PresheafOfModules.DifferentialsConstruction.relativeDifferentials' φ').map f)) (CommRingCat.KaehlerDifferential.d x) = CommRingCat.KaehlerDifferential.d ((CategoryTheory.ConcreteCategory.hom (R.map f)) x) - PresheafOfModules.Derivation'.mk 📋 Mathlib.Algebra.Category.ModuleCat.Differentials.Presheaf
{D : Type u₂} [CategoryTheory.Category.{v₂, u₂} D] {S' R : CategoryTheory.Functor Dᵒᵖ CommRingCat} {M : PresheafOfModules (R.comp (CategoryTheory.forget₂ CommRingCat RingCat))} {φ' : S' ⟶ R} (d : (X : Dᵒᵖ) → (M.obj X).Derivation (φ'.app X)) (d_map : ∀ ⦃X Y : Dᵒᵖ⦄ (f : X ⟶ Y) (x : ↑(R.obj X)), (d Y).d ((CategoryTheory.ConcreteCategory.hom (R.map f)) x) = (CategoryTheory.ConcreteCategory.hom (M.map f)) ((d X).d x)) : M.Derivation' φ' - PresheafOfModules.Derivation'.mk_app 📋 Mathlib.Algebra.Category.ModuleCat.Differentials.Presheaf
{D : Type u₂} [CategoryTheory.Category.{v₂, u₂} D] {S' R : CategoryTheory.Functor Dᵒᵖ CommRingCat} {M : PresheafOfModules (R.comp (CategoryTheory.forget₂ CommRingCat RingCat))} {φ' : S' ⟶ R} (d : (X : Dᵒᵖ) → (M.obj X).Derivation (φ'.app X)) (d_map : ∀ ⦃X Y : Dᵒᵖ⦄ (f : X ⟶ Y) (x : ↑(R.obj X)), (d Y).d ((CategoryTheory.ConcreteCategory.hom (R.map f)) x) = (CategoryTheory.ConcreteCategory.hom (M.map f)) ((d X).d x)) (X : Dᵒᵖ) : (PresheafOfModules.Derivation'.mk d d_map).app X = d X - PresheafOfModules.Derivation.d_map 📋 Mathlib.Algebra.Category.ModuleCat.Differentials.Presheaf
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {D : Type u₂} [CategoryTheory.Category.{v₂, u₂} D] {S : CategoryTheory.Functor Cᵒᵖ CommRingCat} {F : CategoryTheory.Functor C D} {R : CategoryTheory.Functor Dᵒᵖ CommRingCat} {M : PresheafOfModules (R.comp (CategoryTheory.forget₂ CommRingCat RingCat))} {φ : S ⟶ F.op.comp R} (self : M.Derivation φ) {X Y : Dᵒᵖ} (f : X ⟶ Y) (x : ↑(R.obj X)) : self.d ((CategoryTheory.ConcreteCategory.hom (R.map f)) x) = (CategoryTheory.ConcreteCategory.hom (M.map f)) (self.d x) - PresheafOfModules.Derivation.d_mul 📋 Mathlib.Algebra.Category.ModuleCat.Differentials.Presheaf
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {D : Type u₂} [CategoryTheory.Category.{v₂, u₂} D] {S : CategoryTheory.Functor Cᵒᵖ CommRingCat} {F : CategoryTheory.Functor C D} {R : CategoryTheory.Functor Dᵒᵖ CommRingCat} {M : PresheafOfModules (R.comp (CategoryTheory.forget₂ CommRingCat RingCat))} {φ : S ⟶ F.op.comp R} (self : M.Derivation φ) {X : Dᵒᵖ} (a b : ↑(R.obj X)) : self.d (a * b) = a • self.d b + b • self.d a - PresheafOfModules.Derivation.mk 📋 Mathlib.Algebra.Category.ModuleCat.Differentials.Presheaf
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {D : Type u₂} [CategoryTheory.Category.{v₂, u₂} D] {S : CategoryTheory.Functor Cᵒᵖ CommRingCat} {F : CategoryTheory.Functor C D} {R : CategoryTheory.Functor Dᵒᵖ CommRingCat} {M : PresheafOfModules (R.comp (CategoryTheory.forget₂ CommRingCat RingCat))} {φ : S ⟶ F.op.comp R} (d : {X : Dᵒᵖ} → ↑(R.obj X) →+ ↑(M.obj X)) (d_mul : ∀ {X : Dᵒᵖ} (a b : ↑(R.obj X)), d (a * b) = a • d b + b • d a := by cat_disch) (d_map : ∀ {X Y : Dᵒᵖ} (f : X ⟶ Y) (x : ↑(R.obj X)), d ((CategoryTheory.ConcreteCategory.hom (R.map f)) x) = (CategoryTheory.ConcreteCategory.hom (M.map f)) (d x) := by cat_disch) (d_app : ∀ {X : Cᵒᵖ} (a : ↑(S.obj X)), d ((CategoryTheory.ConcreteCategory.hom (φ.app X)) a) = 0 := by cat_disch) : M.Derivation φ - PresheafOfModules.Finite.evaluation_preservesFiniteColimits 📋 Mathlib.Algebra.Category.ModuleCat.Presheaf.Colimits
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] (R : CategoryTheory.Functor Cᵒᵖ RingCat) (X : Cᵒᵖ) : CategoryTheory.Limits.PreservesFiniteColimits (PresheafOfModules.evaluation R X) - PresheafOfModules.evaluation_preservesColimitsOfSize 📋 Mathlib.Algebra.Category.ModuleCat.Presheaf.Colimits
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] (R : CategoryTheory.Functor Cᵒᵖ RingCat) [CategoryTheory.Limits.HasColimitsOfSize.{v₂, u₂, v, v + 1} AddCommGrpCat] (X : Cᵒᵖ) : CategoryTheory.Limits.PreservesColimitsOfSize.{v₂, u₂, max u₁ v, v, max (max (max u u₁) (v + 1)) v₁, max u (v + 1)} (PresheafOfModules.evaluation R X) - PresheafOfModules.evaluation_preservesColimitsOfShape 📋 Mathlib.Algebra.Category.ModuleCat.Presheaf.Colimits
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] (R : CategoryTheory.Functor Cᵒᵖ RingCat) (J : Type u₂) [CategoryTheory.Category.{v₂, u₂} J] [CategoryTheory.Limits.HasColimitsOfShape J AddCommGrpCat] (X : Cᵒᵖ) : CategoryTheory.Limits.PreservesColimitsOfShape J (PresheafOfModules.evaluation R X) - PresheafOfModules.evaluationJointlyReflectsColimits 📋 Mathlib.Algebra.Category.ModuleCat.Presheaf.Colimits
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {R : CategoryTheory.Functor Cᵒᵖ RingCat} {J : Type u₂} [CategoryTheory.Category.{v₂, u₂} J] (F : CategoryTheory.Functor J (PresheafOfModules R)) (c : CategoryTheory.Limits.Cocone F) (hc : (X : Cᵒᵖ) → CategoryTheory.Limits.IsColimit ((PresheafOfModules.evaluation R X).mapCocone c)) : CategoryTheory.Limits.IsColimit c - PresheafOfModules.colimitPresheafOfModules 📋 Mathlib.Algebra.Category.ModuleCat.Presheaf.Colimits
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {R : CategoryTheory.Functor Cᵒᵖ RingCat} {J : Type u₂} [CategoryTheory.Category.{v₂, u₂} J] (F : CategoryTheory.Functor J (PresheafOfModules R)) [∀ {X Y : Cᵒᵖ} (f : X ⟶ Y), CategoryTheory.Limits.PreservesColimit (F.comp (PresheafOfModules.evaluation R Y)) (ModuleCat.restrictScalars (RingCat.Hom.hom (R.map f)))] [∀ (X : Cᵒᵖ), CategoryTheory.Limits.HasColimit (F.comp (PresheafOfModules.evaluation R X))] : PresheafOfModules R - PresheafOfModules.colimitCocone 📋 Mathlib.Algebra.Category.ModuleCat.Presheaf.Colimits
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {R : CategoryTheory.Functor Cᵒᵖ RingCat} {J : Type u₂} [CategoryTheory.Category.{v₂, u₂} J] (F : CategoryTheory.Functor J (PresheafOfModules R)) [∀ {X Y : Cᵒᵖ} (f : X ⟶ Y), CategoryTheory.Limits.PreservesColimit (F.comp (PresheafOfModules.evaluation R Y)) (ModuleCat.restrictScalars (RingCat.Hom.hom (R.map f)))] [∀ (X : Cᵒᵖ), CategoryTheory.Limits.HasColimit (F.comp (PresheafOfModules.evaluation R X))] : CategoryTheory.Limits.Cocone F - PresheafOfModules.hasColimit 📋 Mathlib.Algebra.Category.ModuleCat.Presheaf.Colimits
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {R : CategoryTheory.Functor Cᵒᵖ RingCat} {J : Type u₂} [CategoryTheory.Category.{v₂, u₂} J] (F : CategoryTheory.Functor J (PresheafOfModules R)) [∀ {X Y : Cᵒᵖ} (f : X ⟶ Y), CategoryTheory.Limits.PreservesColimit (F.comp (PresheafOfModules.evaluation R Y)) (ModuleCat.restrictScalars (RingCat.Hom.hom (R.map f)))] [∀ (X : Cᵒᵖ), CategoryTheory.Limits.HasColimit (F.comp (PresheafOfModules.evaluation R X))] : CategoryTheory.Limits.HasColimit F - PresheafOfModules.isColimitColimitCocone 📋 Mathlib.Algebra.Category.ModuleCat.Presheaf.Colimits
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {R : CategoryTheory.Functor Cᵒᵖ RingCat} {J : Type u₂} [CategoryTheory.Category.{v₂, u₂} J] (F : CategoryTheory.Functor J (PresheafOfModules R)) [∀ {X Y : Cᵒᵖ} (f : X ⟶ Y), CategoryTheory.Limits.PreservesColimit (F.comp (PresheafOfModules.evaluation R Y)) (ModuleCat.restrictScalars (RingCat.Hom.hom (R.map f)))] [∀ (X : Cᵒᵖ), CategoryTheory.Limits.HasColimit (F.comp (PresheafOfModules.evaluation R X))] : CategoryTheory.Limits.IsColimit (PresheafOfModules.colimitCocone F) - PresheafOfModules.colimitCocone_pt 📋 Mathlib.Algebra.Category.ModuleCat.Presheaf.Colimits
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {R : CategoryTheory.Functor Cᵒᵖ RingCat} {J : Type u₂} [CategoryTheory.Category.{v₂, u₂} J] (F : CategoryTheory.Functor J (PresheafOfModules R)) [∀ {X Y : Cᵒᵖ} (f : X ⟶ Y), CategoryTheory.Limits.PreservesColimit (F.comp (PresheafOfModules.evaluation R Y)) (ModuleCat.restrictScalars (RingCat.Hom.hom (R.map f)))] [∀ (X : Cᵒᵖ), CategoryTheory.Limits.HasColimit (F.comp (PresheafOfModules.evaluation R X))] : (PresheafOfModules.colimitCocone F).pt = PresheafOfModules.colimitPresheafOfModules F - PresheafOfModules.evaluation_preservesColimit 📋 Mathlib.Algebra.Category.ModuleCat.Presheaf.Colimits
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {R : CategoryTheory.Functor Cᵒᵖ RingCat} {J : Type u₂} [CategoryTheory.Category.{v₂, u₂} J] (F : CategoryTheory.Functor J (PresheafOfModules R)) [∀ {X Y : Cᵒᵖ} (f : X ⟶ Y), CategoryTheory.Limits.PreservesColimit (F.comp (PresheafOfModules.evaluation R Y)) (ModuleCat.restrictScalars (RingCat.Hom.hom (R.map f)))] [∀ (X : Cᵒᵖ), CategoryTheory.Limits.HasColimit (F.comp (PresheafOfModules.evaluation R X))] (X : Cᵒᵖ) : CategoryTheory.Limits.PreservesColimit F (PresheafOfModules.evaluation R X) - PresheafOfModules.colimitPresheafOfModules_obj 📋 Mathlib.Algebra.Category.ModuleCat.Presheaf.Colimits
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {R : CategoryTheory.Functor Cᵒᵖ RingCat} {J : Type u₂} [CategoryTheory.Category.{v₂, u₂} J] (F : CategoryTheory.Functor J (PresheafOfModules R)) [∀ {X Y : Cᵒᵖ} (f : X ⟶ Y), CategoryTheory.Limits.PreservesColimit (F.comp (PresheafOfModules.evaluation R Y)) (ModuleCat.restrictScalars (RingCat.Hom.hom (R.map f)))] [∀ (X : Cᵒᵖ), CategoryTheory.Limits.HasColimit (F.comp (PresheafOfModules.evaluation R X))] (X : Cᵒᵖ) : (PresheafOfModules.colimitPresheafOfModules F).obj X = CategoryTheory.Limits.colimit (F.comp (PresheafOfModules.evaluation R X)) - PresheafOfModules.instHasColimitModuleCatCarrierObjOppositeRingCatCompEvaluationRestrictScalarsHomMap 📋 Mathlib.Algebra.Category.ModuleCat.Presheaf.Colimits
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {R : CategoryTheory.Functor Cᵒᵖ RingCat} {J : Type u₂} [CategoryTheory.Category.{v₂, u₂} J] (F : CategoryTheory.Functor J (PresheafOfModules R)) [∀ {X Y : Cᵒᵖ} (f : X ⟶ Y), CategoryTheory.Limits.PreservesColimit (F.comp (PresheafOfModules.evaluation R Y)) (ModuleCat.restrictScalars (RingCat.Hom.hom (R.map f)))] [∀ (X : Cᵒᵖ), CategoryTheory.Limits.HasColimit (F.comp (PresheafOfModules.evaluation R X))] {X Y : Cᵒᵖ} (f : X ⟶ Y) : CategoryTheory.Limits.HasColimit (F.comp ((PresheafOfModules.evaluation R Y).comp (ModuleCat.restrictScalars (RingCat.Hom.hom (R.map f))))) - PresheafOfModules.colimitCocone_ι_app_app 📋 Mathlib.Algebra.Category.ModuleCat.Presheaf.Colimits
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {R : CategoryTheory.Functor Cᵒᵖ RingCat} {J : Type u₂} [CategoryTheory.Category.{v₂, u₂} J] (F : CategoryTheory.Functor J (PresheafOfModules R)) [∀ {X Y : Cᵒᵖ} (f : X ⟶ Y), CategoryTheory.Limits.PreservesColimit (F.comp (PresheafOfModules.evaluation R Y)) (ModuleCat.restrictScalars (RingCat.Hom.hom (R.map f)))] [∀ (X : Cᵒᵖ), CategoryTheory.Limits.HasColimit (F.comp (PresheafOfModules.evaluation R X))] (j : J) (X : Cᵒᵖ) : ((PresheafOfModules.colimitCocone F).ι.app j).app X = CategoryTheory.Limits.colimit.ι (F.comp (PresheafOfModules.evaluation R X)) j - PresheafOfModules.toPresheaf_preservesColimit 📋 Mathlib.Algebra.Category.ModuleCat.Presheaf.Colimits
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {R : CategoryTheory.Functor Cᵒᵖ RingCat} {J : Type u₂} [CategoryTheory.Category.{v₂, u₂} J] (F : CategoryTheory.Functor J (PresheafOfModules R)) [∀ {X Y : Cᵒᵖ} (f : X ⟶ Y), CategoryTheory.Limits.PreservesColimit (F.comp (PresheafOfModules.evaluation R Y)) (ModuleCat.restrictScalars (RingCat.Hom.hom (R.map f)))] [∀ (X : Cᵒᵖ), CategoryTheory.Limits.HasColimit (F.comp (PresheafOfModules.evaluation R X))] [∀ (X : Cᵒᵖ), CategoryTheory.Limits.PreservesColimit F ((PresheafOfModules.evaluation R X).comp (CategoryTheory.forget₂ (ModuleCat ↑(R.obj X)) AddCommGrpCat))] : CategoryTheory.Limits.PreservesColimit F (PresheafOfModules.toPresheaf R) - PresheafOfModules.colimitPresheafOfModules_map 📋 Mathlib.Algebra.Category.ModuleCat.Presheaf.Colimits
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] {R : CategoryTheory.Functor Cᵒᵖ RingCat} {J : Type u₂} [CategoryTheory.Category.{v₂, u₂} J] (F : CategoryTheory.Functor J (PresheafOfModules R)) [∀ {X Y : Cᵒᵖ} (f : X ⟶ Y), CategoryTheory.Limits.PreservesColimit (F.comp (PresheafOfModules.evaluation R Y)) (ModuleCat.restrictScalars (RingCat.Hom.hom (R.map f)))] [∀ (X : Cᵒᵖ), CategoryTheory.Limits.HasColimit (F.comp (PresheafOfModules.evaluation R X))] {x✝ Y : Cᵒᵖ} (f : x✝ ⟶ Y) : (PresheafOfModules.colimitPresheafOfModules F).map f = CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.colimMap (F.whiskerLeft (PresheafOfModules.restriction R f))) (CategoryTheory.preservesColimitIso (ModuleCat.restrictScalars (RingCat.Hom.hom (R.map f))) (F.comp (PresheafOfModules.evaluation R Y))).inv - PresheafOfModules.evaluation_preservesFiniteLimits 📋 Mathlib.Algebra.Category.ModuleCat.Presheaf.Limits
{C : Type u₁} [CategoryTheory.Category.{v₁, u₁} C] (R : CategoryTheory.Functor Cᵒᵖ RingCat) (X : Cᵒᵖ) : CategoryTheory.Limits.PreservesFiniteLimits (PresheafOfModules.evaluation R X)
About
Loogle searches Lean and Mathlib definitions and theorems.
You can use Loogle from within the Lean4 VSCode language extension
using the Loogle command from the command palette. You can also try the
#loogle command from LeanSearchClient,
the CLI version, the Loogle
VS Code extension, the lean.nvim
integration or the Zulip bot.
Usage
Loogle finds definitions and lemmas in various ways:
By constant:
🔍Real.sin
finds all lemmas whose statement somehow mentions the sine function.By lemma name substring:
🔍"differ"
finds all lemmas that have"differ"somewhere in their lemma name.By subexpression:
🔍_ * (_ ^ _)
finds all lemmas whose statements somewhere include a product where the second argument is raised to some power.The pattern can also be non-linear, as in
🔍Real.sqrt ?a * Real.sqrt ?aIf the pattern has parameters, they are matched in any order. Both of these will find
List.map:
🔍(?a -> ?b) -> List ?a -> List ?b
🔍List ?a -> (?a -> ?b) -> List ?bBy main conclusion:
🔍|- tsum _ = _ * tsum _
finds all lemmas where the conclusion (the subexpression to the right of all→and∀) has the given shape.As before, if the pattern has parameters, they are matched against the hypotheses of the lemma in any order; for example,
🔍|- _ < _ → tsum _ < tsum _
will findtsum_lt_tsumeven though the hypothesisf i < g iis not the last.You can filter for definitions vs theorems: Using
⊢ (_ : Type _)finds all definitions which provide data while⊢ (_ : Prop)finds all theorems (and definitions of proofs).
If you pass more than one such search filter, separated by commas
Loogle will return lemmas which match all of them. The
search
🔍 Real.sin, "two", tsum, _ * _, _ ^ _, |- _ < _ → _
would find all lemmas which mention the constants Real.sin
and tsum, have "two" as a substring of the
lemma name, include a product and a power somewhere in the type,
and have a hypothesis of the form _ < _ (if
there were any such lemmas). Metavariables (?a) are
assigned independently in each filter.
The #lucky button will directly send you to the
documentation of the first hit.
Source code
You can find the source code for this service at https://github.com/nomeata/loogle. The https://loogle.lean-lang.org/ service is provided by the Lean FRO. Please review the Lean FRO Terms of Use and Privacy Policy.
This is Loogle revision 9f11169 serving mathlib revision ce5dd8c