Theorems · Definition · category theory
ModuleCat.homMk
{R : Type u} →
[inst : Ring R] →
{M N : ModuleCat R} →
(φ :
(CategoryTheory.forget₂ (ModuleCat R) AddCommGrpCat).obj M ⟶
(CategoryTheory.forget₂ (ModuleCat R) AddCommGrpCat).obj N) →
(∀ (r : R), CategoryTheory.CategoryStruct.comp φ (N.smul r) = CategoryTheory.CategoryStruct.comp (M.smul r) φ) →
(M ⟶ N)Constructor for morphisms in ModuleCat R which takes as inputs
a morphism between the underlying objects in AddCommGrpCat and the compatibility
with the scalar multiplication.
- Defined in
- Mathlib.Algebra.Category.ModuleCat.Basic
- Cited by
- 6 results in Mathlib
- Foundations
- Depth 36 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- Ring
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
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
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.Functor.objstatement and proof · cited by 19,642
- RingHom.idstatement · cited by 18,349
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- LinearMapstatement · cited by 10,215
- RingHomstatement · cited by 10,189
- Ringstatement and proof · cited by 7,463
- CategoryTheory.ConcreteCategory.homproof · cited by 4,022
- AddMonoidHomstatement · cited by 3,230
- ModuleCatstatement and proof · cited by 1,429
- ModuleCat.carrierstatement · cited by 997
Cited by9
Results whose statement or proof uses this declaration.
- SheafOfModules.unitToPushforwardObjUnitproof · cited by 4
- ModuleCat.HasColimit.colimitCoconeproof · cited by 2
- ModuleCat.homMk_hom_applystatement and proof · cited by 0
- ModuleCat.homMk.congr_simpstatement and proof · cited by 0
- ModuleCat.HasColimit.isColimitColimitCoconeproof · cited by 0
- ModuleCat.forget₂_map_homMkstatement · cited by 0
- ModuleCat.isoMk_homstatement · cited by 0
- ModuleCat.isoMk_invstatement · cited by 0
- ModuleCat.HasColimit.colimitCocone_ι_appstatement · cited by 0