Commit 2026-03-06 15:35 1bb9634b
View on Github โfeat(RingTheory): two constructions about base change and restriction of graded algebra (#36226)
In the below, S is an R-algebra.
First construction (๐ is a graded R-algebra, โฌ is a graded S-algebra):
/-- A map from the base change of a graded algebra is the same as a map to the scalar restriction.
In category-theoretical terms, this is an adjunction between:
1. `๐ โฆ (๐ ยท |>.baseChange S)`, a functor from Graded `R`-Algebra to Graded `S`-Algebra; and:
2. `โฌ โฆ (โฌ ยท |>.restrictScalars R)`, a functor from Graded `S`-Algebra to Graded `R`-Algebra.
-/
GradedAlgHom.liftEquiv : (๐ โโแต[R] (โฌ ยท |>.restrictScalars R)) โ
((๐ ยท |>.baseChange S) โโแต[S] โฌ)
Second construction (๐ and โฌ are graded S-algebras):
/-- Restrict the base ring to a "smaller" ring. -/
GradedAlgHom.restrictScalars (f : ๐ โโแต[S] โฌ) :
(๐ ยท |>.restrictScalars R) โโแต[R] (โฌ ยท |>.restrictScalars R)
In categorical terms, the second construction is the functoriality of restriction (S-GAlg โฅค R-GAlg), and the first construction is the adjunction with base change (R-GAlg โฅค S-GAlg, by tensor product).