Congratulations to Cynthia Vinzant for disproving the 4M-4 conjecture! The main result of her 4-page paper is the existence of a matrix
such that
is injective modulo a global phase factor (indeed,
). This is not Cynthia’s first contribution to this problem—her recent paper with Conca, Edidin and Hering proves that the conjecture holds for infinitely many
.
I wanted to briefly highlight the main idea behind this paper: She provides an algorithm that, on input of a matrix
with complex rational entries, either outputs “not known to be injective” or outputs “injective” along with a certificate of injectivity. The algorithm is fundamentally based on the following characterization of injectivity:
Lemma (Lemma 9 in this paper). yields injectivity if and only if the null space of
does not contain a nonzero Hermitian matrix of rank
.
Let’s give real coordinates to an arbitrary Hermitian matrix:
As such, every such matrix has coordinates . By the lemma, we get injectivity if there is a nonzero point in
such that the corresponding matrix lies in both the null space from the lemma defined by
and the set of matrices of rank
. Both of these sets can be expressed as algebraic varieties, that is, solutions to systems of polynomial equations (indeed, each equation for the null space is of the form
, whereas each equation for the other set is simply a
minor
equaling zero). Overall, given a
matrix
, the goal is to certify that there is no real nonzero solution to
This algorithm follows two main steps:
Step 1: Certify that (1) has no real solutions with .
Here’s how: Use Grobner bases and elimination to find (certificate) polynomials such that
Notice that scalar multiples of solutions to (1) are also solutions. As such, without loss of generality. One may use Sturm sequences to quickly check that the univariate polynomial
has no real roots, thereby concluding this step.
Step 2: Certify that (1) has no nonzero complex solution with .
Here’s how: Since the desired solution is nonzero, there exists a nonzero coordinate. By scale invariance, this coordinate equals without loss of generality. For each of the 15 coordinates
other than
(e.g.,
), we will certify that there is no nonzero complex solution with
and
. Specifically, use Grobner bases to find (certificate) polynomials
such that
This identity implies that (1) has no nonzero complex solution with and
, thereby concluding this step.
If either of the steps fails to produce the desired certificates, output “not known to be injective.” Otherwise, output “injective” along with all of the certificate polynomials.
Cynthia applied this algorithm to what appears to be a randomly generated matrix to ultimately disprove part (a) of the 4M-4 conjecture. She also ran the algorithm on perturbations of the last coordinate of the last column of
to peruse the space of injective ensembles. See Figure 3 of the paper for a plot of the acceptable choices for this coordinate.
I wanted to point out a couple of things. First, the philosophy of a certificate is that it’s typically easier to use the certificate to check the purported answer than to prove the answer directly. In this case, one would use the first certificates to compute and apply Sturm’s theorem, and then use the other certificates to compute identities of the form (2). Presumably, this is more computationally efficient than finding Grobner bases, which are apparently slow to compute in the worst case. Also, the certificate manipulations certainly take polynomial time in the length of the certificate, but it’s unclear how long the certificate actually is (in fact, for the main counterexample, the certificate was apparently too long to include in the paper!) Of course, this has no bearing on the status of the 4M-4 conjecture, but I’m independently interested in certifiable injectivity for phase retrieval. Cynthia made implementations of her algorithm available here, so that will help me investigate further.
The second thing to point out is that the current algorithm is incapable of declaring “not injective.” If the first step fails, you only know that there is some complex solution with and
real. If the second step fails, you only know that there is some complex solution with
and some other coordinate equal to
. Indeed, you need a real nonzero solution in order to declare “not injective.”
Now that part (a) of the 4M-4 conjecture is known to be false, we are left with two open problems:
Problem 1. For each , what is the smallest
for which there exists an
matrix
such that
is injective modulo a global phase factor?
Problem 2. For each , what is the smallest
for which a generic
matrix
will render
injective modulo a global phase factor?
At the moment, we know the solution to Problems 1 and 2 is whenever
has the form
(thanks to Cynthia’s other paper). Cynthia’s new paper now proves that Problem 1 has a different solution when
. I still suspect that
is the solution Problem 2 in general, but time will tell. On the other hand, if the answers to Problems 1 and 2 ever differ, then this would be fundamentally different from the real case (in which both answers are known to coincide at
).
Congrats again to Cynthia! I asked, and she’ll present this at SampTA this year, so I’ll buy her the beverage I promised when I see her there.
One thought on “The 4M-4 Conjecture is False!”