Standard smooth algebras #
A standard smooth algebra is an algebra that admits a SubmersivePresentation. A standard
smooth algebra is of relative dimension n if it admits a submersive presentation of
dimension n.
While every standard smooth algebra is smooth, the converse does not hold. But if S is R-smooth,
then S is R-standard smooth locally on S, i.e. there exists a set { t } of S that
generates the unit ideal, such that Sₜ is R-standard smooth for every t (TODO, see below).
Main definitions #
All of these are in the Algebra namespace. Let S be an R-algebra.
Algebra.IsStandardSmooth:SisR-standard smooth ifSadmits a submersiveR-presentation.Algebra.IsStandardSmooth.relativeDimension: IfSisR-standard smooth this is the dimension of an arbitrary submersiveR-presentation ofS. This is independent of the choice of the presentation (TODO, see below).Algebra.IsStandardSmoothOfRelativeDimension n:SisR-standard smooth of relative dimensionnif it admits a submersiveR-presentation of dimensionn.
Main results #
Algebra.IsStandardSmoothOfRelativeDimension.mvPolynomial: Ifιis finite, the polynomial algebraMvPolynomial ι RisR-standard smooth of relative dimensionNat.card ι.- Standard smoothness is stable under composition
(
Algebra.IsStandardSmooth.trans), base change (Algebra.IsStandardSmooth.baseChange) and localization away from an element (Algebra.IsStandardSmooth.localization_away), and similarly for standard smoothness of a fixed relative dimension. Algebra.IsStandardSmooth.finitePresentation: A standard smooth algebra is of finite presentation.
TODO #
- Show that locally on the target, smooth algebras are standard smooth.
Notes #
This contribution was created as part of the AIM workshop "Formalizing algebraic geometry" in June 2024.
The relative dimension of a standard smooth R-algebra S is
the dimension of an arbitrarily chosen submersive R-presentation of S.
Note: If S is non-trivial, this number is independent of the choice of the presentation as it is
equal to the S-rank of Ω[S/R]
(see IsStandardSmoothOfRelativeDimension.rank_kaehlerDifferential).
Equations
Instances For
The polynomial algebra MvPolynomial ι R is standard smooth over R of relative
dimension Nat.card ι, for a finite type ι.
The polynomial algebra MvPolynomial (Fin n) R is standard smooth over R of relative
dimension n.
The polynomial algebra MvPolynomial ι R is standard smooth over R when ι is finite.