mathlib4
mathlib4 copied to clipboard
feat(Algebra/Category/ModuleCat): the pseudofunctors which send a ring to its category of modules
trafficstars
In this PR, we construct the pseudofunctor ModuleCat.restrictScalarsPseudofunctor : Pseudofunctor (LocallyDiscrete RingCatᵒᵖ) Cat which sends a ring R to its category of modules: the contravariant functoriality is given
by the restriction of scalars functors. We also define ModuleCat.extendScalarsPseudofunctor : Pseudofunctor (LocallyDiscrete CommRingCat) Cat: the covariant functoriality is given by the extension of scalars functors.
- [x] depends on: #18201