Documentation

Mathlib.RingTheory.Nilpotent.GeometricallyReduced

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 #

References #

TODO #

class Algebra.IsGeometricallyReduced (R : Type u_3) (A : Type u_4) [CommRing R] [Ring A] [Algebra R A] :

An R-algebra A is geometrically reduced iff for every prime ideal p of Rthe base change toAlgebraicClosure p.ResidueField` is reduced.

Instances
    theorem Algebra.IsGeometricallyReduced.of_injective {k : Type u_1} {A : Type u_2} [Field k] [Ring A] [Algebra k A] {B : Type u_3} [Ring B] [Algebra k B] (f : A →ₐ[k] B) (hf : Function.Injective f) [IsGeometricallyReduced k B] :
    theorem Algebra.IsGeometricallyReduced.of_forall_fg {k : Type u_1} {A : Type u_2} [Field k] [Ring A] [Algebra k A] (h : ∀ (B : Subalgebra k A), B.FGIsGeometricallyReduced k B) :

    If all finitely generated subalgebras of A are geometrically reduced, then A is geometrically reduced.