Documentation

Atlas.AlgebraicGeometryI.code.Lec5DimensionResults

For an integral algebra extension B → A, the induced map on prime spectra is strictly monotone (incomparability of primes lying over the same prime).

For an integral extension B → A, the Krull dimension does not increase: dim A ≤ dim B.

theorem FiniteMorphismDimension.exists_lift_chain {B : Type u_1} {A : Type u_2} [CommRing B] [CommRing A] [Algebra B A] [Algebra.IsIntegral B A] (hinj : Function.Injective (algebraMap B A)) (n : ) (f : Fin (n + 1)PrimeSpectrum B) (hf : ∀ (i : Fin n), f i.castSucc < f i.succ) :
∃ (g : Fin (n + 1)PrimeSpectrum A), (∀ (i : Fin (n + 1)), PrimeSpectrum.comap (algebraMap B A) (g i) = f i) ∀ (i : Fin n), g i.castSucc < g i.succ

Going-up: for an injective integral extension B → A, any strict chain of primes in B can be lifted to a strict chain of primes in A along the comap map.

Consequence of going-up: an injective integral extension preserves Krull dimension from below, i.e. dim B ≤ dim A.

Lecture 5, Lemma 10 (ring-theoretic form): a finite injective extension preserves Krull dimension: dim A = dim B.

theorem ringKrullDim_eq_of_finite_injective {R : Type u_1} {S : Type u_2} [CommRing R] [CommRing S] (φ : R →+* S) (hfin : Module.Finite R S) (hinj : Function.Injective φ) :

Ring-hom phrasing of the dimension preservation result: a finite injective ring map preserves Krull dimension.

In a polynomial ring k[x_1, …, x_n] over a field, every maximal ideal has height equal to the Krull dimension n of the ring.

theorem ringKrullDim_mvPolynomial_quotient_non_constant (k : Type u_1) [Field k] (n : ) (hn : n 1) (f : MvPolynomial (Fin n) k) (hf : fSet.range MvPolynomial.C) :

Lecture 5, Corollary 10 / Theorem 5.4: the quotient of k[x_1, …, x_n] by a single non-constant polynomial has Krull dimension n - 1.