What is the largest possible size of a set of ternary strings of length
, with the property that for any three distinct strings in
, there is a position where they all differ?
Let denote this largest size. Trivially,
as you can take all possible ternary strings of length one. After some playing around you can perhaps prove that
(I encourage you to try it so that you understand the problem). With a bit more effort and the help of a computer, you might also be able to show that
, and
. For example, here is a set of nine ternary strings showing that
:
. You should check that for any three strings from these nine, there is at least one position where the values that you get is a permutation of
.
Things start getting much harder for larger lengths. In fact, despite this problem being more than 50 years old, only last year it was shown that and
(see this for the details). Computing the value of
is already an open problem!
Perhaps a much more tractable problem than computing exactly is to find out how this function behaves. For example, does it grow exponentially in
? The answer is yes, as it was shown by Körner and Marton in 1988:
Surprisingly, that is still the best lower bound that we know! The situation is even more surprising for upper bounds, where the following result of Körner from 1973 is still essentially the best bound:
The constant in front of the exponential term can be improved by using the new values of
for
, but we have absolutely no idea how to improve the base
of the exponent. Here is a quick proof for this upper bound:
Let be such a collection of strings. Consider the three sub-collections
, where
= all strings in
starting from 0 or 1,
= all strings starting from 1 or 2,
= all strings starting from 2 or 0. Then
since each string in
is counted twice on the right-hand side. Note that the sets
‘s also have the trifference property, and since we know the first letters in them, they all have size at most
. This gives us the recurrence
, that implies the bound.
The Trifference Problem, is the problem of understanding the limit
The bounds above show that , and
.
It is ridiculous how none of the combinatorial methods that have been developed in the past 50 years have led to any improvement in the bounds on . For example, Costa and Dalai have shown that the slice rank method, which was recently used to make breakthroughs on the cap set problem, and many other combinatorial problems, cannot be used in any obvious way to improve the upper bound on
.
As we cannot make progress on the original problem, we can try to put some extra restrictions to see if that leads to any better bounds. This is precisely what Pohoata and Zakharov did last year, and studied the variation of the problem where the set is a vector subspace of the set
, where
is the finite field of three elements. While it is somewhat natural to put such a restriction, it is also motivated by the fact that the lower bound on
by Körner and Marton relies on a probabilistic lifting of a trifferent code
which is a vector subspace of
(it is in fact the set of strings of length
that I wrote above). Moreover, the best known explicit constructions of these trifferent codes also happen to be linear.
Let be the largest size of a linear trifferent code, that is, a vector subspace
of
with the property that for any three distinct vectors in
, there is a coordinate where they all differ. Pohoata and Zakharov, showed that
which is much better than the bound that we could prove on ! The
in their result is a small positive number that is not determined explicitly.
In my recent work with Jozefien D’haeseleer, Dion Gijswijt, and Aditya Potukuchi, we have managed to improve this bound to
More interestingly, we have shown that essentially the same lower bound can be proven on that was known for
,
It is worth noting that our construction is very different from the one given by Körner and Marton, as that is far from being linear. Our lower bound gives us a new motivation for studying . As
, we can focus on improving the lower bounds on linear trifferent codes to get an improvement on trifferent codes. Even a tiny improvement to our lower bound (which asymptotically matches the best lower bound in the trifference problem), will be a breakthrough.
In the next few posts, I will sketch the arguments that we have used to make these improvements. We will also see exciting new connections to other problems in mathematics, on blocking sets, minimal codes, and expander graphs, that we establish in our paper. In fact, we will see a bunch of problems that are equivalent to determining , and thus any one of those could be studied to make progress on the trifference problem.
Reblogged this on Combinatorics and more and commented:
Anurag Bishnoi wrote this beautiful post on a problem going back to a 1988 paper of Körner and Marton
Pingback: Linear trifferent codes and minimal codes | Anurag's Math Blog