Green's Open Problem 36 #
References:
- [Gr24] Green's Open Problems #36
- [CKS05] Cohn, H., Kleinberg, R., Szegedy, B., and Umans, C. "Group-theoretic Algorithms for Matrix Multiplication" (Problem 4.7)
def
Green36.SimultaneousDoubleProduct
{ι : Type u_1}
{H : Type u_2}
[AddCommGroup H]
(A B : ι → Finset H)
:
The simultaneous double product property [CKS05, 4.1].
Equations
Instances For
A variant of the simultaneous double product property, as stated in [Gr24, Problem 36].
Equations
Instances For
Do the following exist, for arbitrarily large $n$? An abelian group $H$ with $|H| = n^{2+o(1)}$, together with subsets $A_1, ..., A_n, B_1, ..., B_n$ satisfying $|A_i||B_i| \ge n^{2-o(1)}$ and $|A_i + B_i| = |A_i||B_i|$, such that the sets $A_i + B_i$ are disjoint from the sets $A_j + B_k$ ($j \neq k$)?
NOTE: according to [CKS05, 4.1], the conditions should be $A_i + B_j$ disjoint from $A_j + B_k$ for
$i \neq k$. See green_36.variants.cks05.
Variant using the exact simultaneous double product property from [CKS05, 4.1].