Documentation

Atlas.AlgebraicGeometryI.code.ZariskiClosedDef

def AffineZeroLocus {n : } (k : Type u_1) [CommRing k] (S : Set (MvPolynomial (Fin n) k)) :
Set (Fin nk)

The affine zero locus V(S) ⊆ k^n of a set S of polynomials: points at which every f ∈ S vanishes.

Instances For
    def IsAffineZariskiClosed {n : } {k : Type u_1} [CommRing k] (V : Set (Fin nk)) :

    Zariski-closed subset of k^n (Def 1, Lec 1): a set defined as the common zero locus of some collection of polynomials.

    Instances For
      @[simp]
      theorem mem_affineZeroLocus {n : } {k : Type u_1} [CommRing k] (S : Set (MvPolynomial (Fin n) k)) (p : Fin nk) :
      p AffineZeroLocus k S fS, (MvPolynomial.aeval p) f = 0

      Membership in the affine zero locus unfolds to vanishing of every polynomial in S.

      theorem affineZeroLocus_mono {n : } {k : Type u_1} [CommRing k] {S T : Set (MvPolynomial (Fin n) k)} (h : S T) :

      The affine zero locus is order-reversing in the polynomial set: a larger set of equations cuts out a smaller closed subset.