Geometrically reduced algebras #
In this file we introduce geometrically reduced algebras.
For a commutative ring R and an R-algebra A, we say that A is geometrically reduced
(IsGeometricallyReduced) if for every prime ideal p of R, the base change of A
to an algebraic closure of κ(p) is reduced.
In the case of R = k a field, this is equivalent to AlgebraicClosure k ⊗[k] A being reduced.
Main results #
Algebra.isGeometricallyReduced_field_iff: for a fieldkand a commutativek-algebraA,Ais geometrically reduced iffAlgebraicClosure k ⊗[k] Ais reduced.IsGeometricallyReduced.of_forall_fg: for a fieldkand a commutativek-algebraA, if all finitely generated subalgebrasBofAare geometrically reduced, thenAis geometrically reduced.
References #
- See [https://stacks.math.columbia.edu/tag/05DS] for some theory of geometrically reduced algebras. Note that their definition differs from the one here, we still need a proof that these are equivalent (see TODO).
TODO #
- Prove that if
Ais a geometrically reducedR-algebra, then for everyR-algebraKthat is a field, the tensor productK ⊗[R] Ais reduced. (@Thmoas-Guan)
An R-algebra A is geometrically reduced iff for every prime ideal p of Rthe base change toAlgebraicClosure p.ResidueField` is reduced.
- isReduced_algebraicClosure_tensorProduct (p : Ideal R) [p.IsPrime] : IsReduced (TensorProduct R (AlgebraicClosure p.ResidueField) A)
Instances
If all finitely generated subalgebras of A are geometrically reduced, then A is
geometrically reduced.