Conjectures about Latin Squares #
This file formalizes some conjectures and theorems around latin squares.
References:
- [Wa2011] Wanless, Ian. "Transversals in Latin Squares: A Survey." Surveys in Combinatorics 2011, R. Chapman, Ed. Cambridge University Press, 2011, pp. 403–437. https://users.monash.edu.au/~iwanless/papers/transurveyBCC.pdf
- https://en.wikipedia.org/wiki/Problems_in_Latin_squares
Conjecture 3.2 in [Wa2011]: Each Latin square of odd order has at least one transversal.
The conjecture is known to be true for $n \leq 9$.
The smallest odd number for which this conjecture is not known is 11.
Conjecture 5.1 in [Wa2011]: Every latin square has a near-transversal
Conjecture 6.7 in [Wa2011]: There exist real constants $0 < c_1 < c_2 < 1$ such that $$ c_1^n n! \leq z_n \leq c_2^n n! $$ for all odd $n \geq 3$.
Conjecture 6.9 in [Wa2011]: $$ \lim_{n \to \infty} \frac{1}{n} \log(z_n / n!) = -1 $$ It is not even known if this limit exists.
The maximum number of transversals over all latin squares of order n.
Equations
- T n = Finset.univ.sup fun (L : LatinSquare n) => numTransversals L
Instances For
Theorem 7.2 in [Wa2011]: For all $n \geq 5$, $$ 15^{n/5} \leq T(n) \leq c^n \sqrt{n} \cdot n! $$ where $c = \sqrt{\frac{3 - \sqrt{3}}{6}} \cdot e^{\sqrt{3}/6}$