Documentation

Atlas.AlgebraicGeometryI.code.RadicalIdealCorrespondence

The fundamental Galois connection (Thm 1.2, Lec 1) between ideals of R and closed subsets of Spec R, given by zeroLocus ⊣ vanishingIdeal.

Abstract Nullstellensatz on Spec R: the vanishing ideal of the zero locus of I is the radical of I.

For a radical ideal I, the vanishing ideal of its zero locus recovers I itself — half of the radical-ideal correspondence (Thm 1.2).

The zero locus of the vanishing ideal of t recovers the closure of t in the Zariski topology of Spec R.

Two ideals have the same zero locus iff they share the same radical, the order-theoretic injectivity statement of Thm 1.2.

The vanishing ideal of any subset of Spec R is always a radical ideal.

The order-embedding closeds(Spec R) ↪ Ideal R provided by the radical ideal correspondence (Thm 1.2), packaged as an OrderEmbedding.

Instances For

    The classical Galois connection between ideals of k[X_σ] and subsets of K^σ, given by zeroLocus ⊣ vanishingIdeal.

    theorem nullstellensatz {k : Type u_1} {K : Type u_2} [Field k] [Field K] [Algebra k K] {σ : Type u_3} [IsAlgClosed K] [Finite σ] (I : Ideal (MvPolynomial σ k)) :

    Hilbert's Nullstellensatz: over an algebraically closed field K and a finite-variable polynomial ring, I(V(I)) = √I.

    theorem nullstellensatz_prime {k : Type u_1} {K : Type u_2} [Field k] [Field K] [Algebra k K] {σ : Type u_3} [IsAlgClosed K] [Finite σ] (P : Ideal (MvPolynomial σ k)) [hP : P.IsPrime] :

    Specialization of the Nullstellensatz to prime ideals: I(V(P)) = P for any prime ideal P (since prime implies radical).

    theorem weak_nullstellensatz {k : Type u_1} {K : Type u_2} [Field k] [Field K] [Algebra k K] {σ : Type u_3} [IsAlgClosed K] [Finite σ] {I : Ideal (MvPolynomial σ k)} (hI : I.IsMaximal) :
    ∃ (x : σK), I = MvPolynomial.vanishingIdeal k {x}

    Weak Nullstellensatz: maximal ideals of k[X_σ] correspond to single points in K^σ when K/k is algebraically closed.

    The zero locus of I is irreducible iff √I is a prime ideal — the irreducible-closed-subset / prime-ideal correspondence.

    For a radical ideal I, irreducibility of V(I) is equivalent to I being prime.

    A subset of Spec R is irreducible iff its vanishing ideal is prime.

    The image of irreducible subsets of Spec R under the vanishing-ideal map is exactly the set of prime ideals.

    The vanishing-ideal map restricted to closed irreducible subsets gives a bijection onto the prime ideals (a refinement of Thm 1.2 to irreducibles).

    Spec R is irreducible iff the nilradical of R is prime — equivalent to having a unique minimal prime.

    For a reduced ring, Spec R is irreducible iff R is an integral domain.

    For an integral domain R, the prime spectrum Spec R is irreducible.

    theorem radical_eq_sInf_primes {R : Type u_1} [CommSemiring R] (I : Ideal R) :

    The radical of I equals the infimum of all primes containing I.

    Sharper form: the radical equals the infimum of I.minimalPrimes.

    In a Noetherian ring, every ideal has only finitely many minimal primes.

    theorem radical_eq_finite_iInf_primes {R : Type u_1} [CommSemiring R] [IsNoetherianRing R] (I : Ideal R) :
    ∃ (S : Finset (Ideal R)), (∀ JS, J.IsPrime) I.radical = S.inf id

    In a Noetherian ring, the radical of any ideal is a finite intersection of prime ideals — the basis of primary decomposition.

    theorem isRadical_eq_finite_iInf_primes {R : Type u_1} [CommSemiring R] [IsNoetherianRing R] (I : Ideal R) (hI : I.IsRadical) :
    ∃ (S : Finset (Ideal R)), (∀ JS, J.IsPrime) I = S.inf id

    In a Noetherian ring, a radical ideal is itself a finite intersection of primes, recovering its primary decomposition with no embedded components.

    In a Noetherian ring, the set of global minimal primes is finite.