This week I had a delightful lunch conversation with Sameera Vemulapalli about the following question: given the equations defining a variety in , does the variety defined by the same equations in have the same dimension and degree, provided that is large enough and not a power of one of finitely many “bad” primes?
My experience has been that if you walk up to someone who is experienced in algebraic geometry and ask them this question, they say “sure, that should be true” or “oh yeah, that’s known”, but nobody can come up with a proof or reference. In this article I want to put down the reason I came up with.
The motivation behind this particular phrasing of the question is the first-order Lefschetz principle in algebraic geometry. This is a result that I know from model theory and which states that a system of polynomial equations and inequations (always with coefficients in ) has a solution in an algebraically closed field of a fixed characteristic if and only if it has a solution in the algebraic closure of the respective prime field. Moreover, if there exists a solution in characteristic zero, then a solution exists in finite fields for all sufficiently large which are not a power of one of finitely many “bad” primes. Both of these assertions follow easily (and in the best traditions of mathematical logic) from the theory of Gröbner bases.
I was first exposed to computer algebra by Alessio d’Alì, Thomas Kahle and Bernd Sturmfels in our work on The Geometry of Gaussoids. Back then I was very puzzled by the fact that we did our computations in QQ[a12, a13, ...]
and wrote in the paper about . Why were computations with polynomials over a non-algebraically closed field enough to show that a -defined polynomial system has no solution? Well, whether a system of polynomial equations and inequations
with has a solution in depends (by Hilbert’s Nullstellensatz) entirely on whether a Gröbner basis of the ideal is trivial. The polynomials defining this ideal have coefficients in and by Buchberger’s algorithm, a Gröbner basis can be computed without ever stepping outside of the field of fractions of , i.e., .
Side remark: Perhaps a more geometric reason for this which I learned from Computational synthetic geometry, Proposition 4.7 — and more delightful lunch conversations with Andreas Kretschmer — can be seen using the Zariski solution set of the polynomial system. To get there, first form the ideal generated by the equations and the multiplicative monoid generated by the inequations , both in . The Zariski solution set is the spectrum of the ring which arises from localizing the coordinate ring at . contains all prime ideals in above which do not intersect . These primes are precisely the points in algebraic extensions of which solve the polynomial system — and this is all encoded in the polynomial ring . I recommend checking out the proof.
Back to the Lefschetz principle. The point of this reasoning is that first-order properties such as emptiness of a (-defined) constructible set over an algebraically closed field can be decided by a finite symbolic computation over the prime field: first compute a Gröbner basis for the radical of the equations in the system and then check whether the product of all inequations in the system reduces to zero modulo the Gröbner basis. (Or some variant of this computation, such as the one given earlier using an auxiliary variable .)
Gröbner bases, here, provide a normal form for proofs of first-order facts about varieties. The Gröbner basis proof or refutation of the solvability of the system over consists of finitely many steps of elementary arithmetic operations over . (Essentially many, many, many instances of the division algorithm.) By reducing all numerators and denominators modulo a chosen prime , one either recovers a proof of the same fact over positive characteristic (hence in and hence in a finite extension of ) or the proof becomes invalid because at some point in these arithmetic operations we divide by . Since there are only finitely many steps, there are only finitely many primes over which the reasoning breaks down.
These ideas can be brought to bear on other properties of varieties and this raises the question which properties are “first-order” enough to be stable under passing from to sufficiently large finite fields of sufficiently large characteristics. I will just call these fields appropriate from now on, relative to a fixed set of polynomial equations. The key will be, as before, the existence of symbolic algorithms for computing these properties.
Recall that the Hilbert series of an ideal is determined by its initial ideal and hence directly by the combinatorics of a Gröbner basis. The discussion of Buchberger’s algorithm above implies that a Gröbner basis computation in remains a valid computation of a Gröbner basis (by Buchberger’s criterion, the stopping condition is also just arithmetic) for appropriate finite fields. The Gröbner basis will look the same up to the reduction of all coefficients modulo ; and for all but finitely many the leading monomials are the same. The -th coefficient of the Hilbert series counts the number of monomials of degree which are not divisible by a leading monomial in the Gröbner basis — which does not involve the ground field at all anymore. Hence, the computation of the Hilbert series over appropriate finite fields will turn out the same as over .
In particular, the dimension and degree, which are encoded in the Hilbert series, of the variety over appropriate finite fields are fully determined by the complex variety. This includes the special case of the number of points in a zero-dimensional complex variety. And the equality goes both ways: the opposite direction justifies a common heuristic in computer algebra to try difficult computations over finite fields first (to avoid explosion of numerators and denominators in ) and still hopefully get useful information. I have recently been trying to solve a surprisingly unruly system of polynomial equations given to me by Laszlo Csirmaz for which exactly the explosion of coefficients in the Gröbner basis appears to be the major problem. Per suggestion and (much appreciated!) help from Anna-Laura Sattelberger, I could finally get a Gröbner basis of this ideal over in Singular and it confirms some very exciting observations from the numerical irreducible decomposition in Bertini — one step closer to a solution. Until the problem is completely solved, I am satisfied to understand the finite field method and to have seen its success in practice.
Addendum (06 July 2022): Frédéric Chyzak kindly pointed out to me at the ISSAC conference dinner that (depending on the implementation) it will not make a huge difference if the prime in the finite field heuristic is 7 or, say, 9973, because both fit into a machine word, so for the CPU all coefficients would be the same size and arithmetic on them equally cheap. The larger prime should give better information for the same cost. My one Singular computation supports that remark. Thanks!