Large Steiner Systems
Construct an $(n,q,r)$-Steiner system with $n > q > r > 5$, $r < 10$, and $n < 200$.
On this page:
About the problem
Attempts by AI
AI prompts
Mathematician survey
About the problem
Steiner systems are highly-symmetrical combinatorial objects with applications in experimental design and error-correcting codes. They have been actively studied since the mid-1800s.
The formal definition is simple: given a set $S$ of size $n$, an $(n,q,r)$-Steiner system is a set of $q$-sized subsets of $S$ such that every $r$-sized subset of $S$ is contained in exactly one of the $q$-sized subsets.
Perhaps surprisingly, no example of a Steiner system with $r > 5$ is known, despite a theorem, proven in 2014, that many such examples do exist. While there is no guarantee that an example exists with $n < 200$ and $5 < r < 10$, there is also no reason to expect this not to be the case. It seems unlikely that even an optimized brute-force search could solve this problem, with a novel conceptual approach likely required.
Warm-up: we ask for a Steiner system with $r = 5$. Such examples are well-known and AI systems are readily able to produce them.
Attempts by AI
We have evaluated the following models on this problem. “Warm-up” refers to an easier variant of the problem with a known solution.
AI Prompts
Warm-up
Full problem
Mathematician survey
The author assessed the problem as follows.