Commit 2025-12-02 04:52 84601a70
View on Github →chore(RingTheory/LocalRing): fix problematic instance (#27445)
We shouldn't use RingHom.toAlgebra for Algebra (ResidueField R) (ResidueField S). The smul should come from the smul field in Algebra.
- Redefined
Algebra (ResidueField R) (ResidueField S)viaIdeal.Quotient.algebraOfLiesOver, and provided missingIsScalarTowerinstances for it. - Added missing
IsScalarTowerforLocalization.AtPrime. - Removed
Algebra p.ResidueField q.ResidueFieldand theIsScalarTowerinstances coming with it (because they areinferInstancenow)