The affine zero locus V(S) ⊆ k^n of a set S of polynomials: points
at which every f ∈ S vanishes.
Instances For
@[simp]
theorem
mem_affineZeroLocus
{n : ℕ}
{k : Type u_1}
[CommRing k]
(S : Set (MvPolynomial (Fin n) k))
(p : Fin n → k)
:
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.