Smooth morphisms #
An R
-algebra A
is formally smooth if for every R
-algebra,
every square-zero ideal I : Ideal B
and f : A →ₐ[R] B ⧸ I
, there exists
at least one lift A →ₐ[R] B
.
It is smooth if it is formally smooth and of finite presentation.
We show that the property of being formally smooth extends onto nilpotent ideals,
and that it is stable under R
-algebra homomorphisms and compositions.
We show that smooth is stable under algebra isomorphisms, composition and localization at an element.
An R
algebra A
is formally smooth if for every R
-algebra, every square-zero ideal
I : Ideal B
and f : A →ₐ[R] B ⧸ I
, there exists at least one lift A →ₐ[R] B
.
See https://stacks.math.columbia.edu/tag/00TI.
- comp_surjective : ∀ ⦃B : Type u⦄ [inst : CommRing B] [inst_1 : Algebra R B] (I : Ideal B), I ^ 2 = ⊥ → Function.Surjective (Ideal.Quotient.mkₐ R I).comp
Instances
For a formally smooth R
-algebra A
and a map f : A →ₐ[R] B ⧸ I
with I
square-zero,
this is an arbitrary lift A →ₐ[R] B
.
Equations
- Algebra.FormallySmooth.lift I hI g = ⋯.choose
Instances For
For a formally smooth R
-algebra A
and a map f : A →ₐ[R] B ⧸ I
with I
nilpotent,
this is an arbitrary lift A →ₐ[R] B
.
Equations
- Algebra.FormallySmooth.liftOfSurjective f g hg hg' = Algebra.FormallySmooth.lift (RingHom.ker ↑g) hg' ((↑(Ideal.quotientKerAlgEquivOfSurjective hg).symm).comp f)
Instances For
Equations
- ⋯ = ⋯
Equations
- ⋯ = ⋯
Let P →ₐ[R] A
be a surjection with kernel J
, and P
a formally smooth R
-algebra,
then A
is formally smooth over R
iff the surjection P ⧸ J ^ 2 →ₐ[R] A
has a section.
Geometric intuition: we require that a first-order thickening of Spec A
inside Spec P
admits
a retraction.
Equations
- ⋯ = ⋯
An R
algebra A
is smooth if it is formally smooth and of finite presentation.
In the stacks project, the definition of smooth is completely different, and tag https://stacks.math.columbia.edu/tag/00TN proves that their definition is equivalent to this.
- formallySmooth : Algebra.FormallySmooth R A
- finitePresentation : Algebra.FinitePresentation R A
Instances
Being smooth is transported via algebra isomorphisms.
Localization at an element is smooth.
Smooth is stable under composition.
Smooth is stable under base change.
Equations
- ⋯ = ⋯