Theorems · Theorem · algebraic geometry
ax_grothendieck_zeroLocus
- 1000+ list: Ax–Grothendieck theorem
∀ {K : Type u_1} {ι : Type u_2} [inst : Field K] [IsAlgClosed K] [Finite ι] (I : Ideal (MvPolynomial ι K))
(p : ι → MvPolynomial ι K),
have S := MvPolynomial.zeroLocus K I;
Set.MapsTo (fun v i => (MvPolynomial.eval v) (p i)) S S →
Set.InjOn (fun v i => (MvPolynomial.eval v) (p i)) S → Set.SurjOn (fun v i => (MvPolynomial.eval v) (p i)) S SThe Ax-Grothendieck theorem
If K is an algebraically closed field, and S : Set (ι → K) is the zeroLocus of an ideal
of the multivariable polynomial ring, then any injective polynomial map S → S is also
surjective on S.
- Defined in
- Mathlib.FieldTheory.AxGrothendieck
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 185 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- FieldIsAlgClosedFinite
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites22
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- Setstatement and proof · cited by 53,352
- Finsetproof · cited by 13,712
- RingHomstatement · cited by 10,189
- SetLike.coeproof · cited by 8,199
- Fieldstatement and proof · cited by 7,404
- Finsuppstatement · cited by 5,255
- Idealstatement and proof · cited by 4,748
- Finitestatement and proof · cited by 3,029
- MvPolynomialstatement and proof · cited by 2,140
- Ideal.spanproof · cited by 948
- Set.MapsTostatement · cited by 732
Cited by1
Results whose statement or proof uses this declaration.
- ax_grothendieck_univproof · cited by 0