15 triangles in a web of cubics

Consider a homogeneous cubic form in three variables X, Y, and Z, such as

X^2Y - X^2Z + XY^2 -XYZ - Y^2Z + Z^3

Sometimes a cubic form can be factored. In this case, we are lucky: it factors as

(X-Z)(Y-Z)(X+Y+Z),

but in general we will not be so lucky. It is pretty rare for a random cubic form to be factorable. From the perspective of projective algebraic geometry, a homogeneous cubic form cuts out an algebraic curve in the projective plane:

and a cubic that factors into three linear forms will cut out three lines: a “degenerate” plane cubic. Such a collection of three lines is called a “triangle”.

The space of homogeneous cubic forms is a 10-dimensional vector space with basis X^3, X^2Y, X^2Z, Y^3, Y^2X, Y^2Z, Z^3, Z^2X, Z^2Y, XYZ. However, given a cubic form F, the scaled form cF corresponds to the same curve. Furthermore, if all the coefficients are zero, then the form doesn’t correspond to the curve at all. Thus the space of plane cubics is nine-dimensional projective space.

In this post we will prove the following enumerative result:

A general three-dimensional family of plane cubics contains exactly 15 triangles.

By a three-dimensional family (aka “web”), we mean some embedded copy of \mathbb{P}^3 in this space \mathbb{P}^9 of plane cubics. This geometric result corresponds to the following purely algebraic fact:

A general four-dimensional subspace of the ten-dimensional space of cubic forms contains exactly 15 forms which factor into three linear forms.

(I should probably say something about the term “general”. The statement “a general x \in S satisfies property P” this means that P(x) says that the subset of S for which P(x) holds is dense in S.)

This material is drawn from 3264 And All That by Eisenbud and Harris

The strategy

Let us consider the space of (ordered) triples of lines, or nonzero linear forms up to scaling. This is \mathbb{P}^2 \times \mathbb{P}^2 \times \mathbb{P}^2. We can construct a morphism

\mathbb{P}^2 \times \mathbb{P}^2 \times \mathbb{P}^2 \to \mathbb{P}^9

which sends a triple of linear forms F, G, H to their product FGH. This map is (in general) 6 to 1, since there are 6 permutations of three (distinct) linear forms.

We will do intersection theory in \mathbb{P}^2 \times \mathbb{P}^2 \times \mathbb{P}^2: specifically, we will pull back the class of a \mathbb{P}^3 in \mathbb{P}^9 to \mathbb{P}^2 \times \mathbb{P}^2 \times \mathbb{P}^2, and count how many points it consists of (in other words, how many triples of linear forms correspond to cubic surfaces in a general web). Then we will divide this number by 6, to count the number of triangles in the family.

Computation in the Chow ring

The morphism

\phi: \mathbb{P}^2 \times \mathbb{P}^2 \times \mathbb{P}^2 \to \mathbb{P}^9

induces a map of Chow rings:

\phi^*: A(\mathbb{P}^9) \to A(\mathbb{P}^2 \times \mathbb{P}^2 \times \mathbb{P}^2).

Now, A(\mathbb{P}^9) \cong \mathbb{Z}[x]/(x^{10}) and A(\mathbb{P}^2 \times \mathbb{P}^2 \times \mathbb{P}^2) \cong \mathbb{Z}[a, b, c]/(a^3, b^3, c^3). The class of any \mathbb{P}^3 in A(\mathbb{P}^9) is x^6. Furthermore, \phi^*(x) = a+b+c. So, \phi^*(x^6) = (a+b+c)^6. If we expand this out, removing every term that has any variable to a power of three or greater, we see that every term except the monomial term of a^2b^2c^2 vanishes, and its coefficient is the {6 \choose 2, 2, 2} = \frac{6!}{2!2!2!} = 90. 90 is the the number of ordered triples of linear forms which correspond to cubic forms contained in a general web. Dividing by six, since six ordered triples correspond to one unordered triple (i.e. one distinct triangle), we obtain our answer of 15.

(I will add more details to this…)