Ben Green's Open Problem 4 #
Reference: [Ben Green's Open Problem 4](https://people.maths.ox.ac.uk/greenbj/papers/open-problems.pdf#section.4 Problem 4)
A set in a monoid is product-free if there are no elements x, y, z in the set such that
x * y = z.
Equations
- Green4.ProdFree S = ∀ x ∈ S, ∀ y ∈ S, x * y ∉ S
Instances For
What is the largest product-free set in the alternating group $A_n$?
Defines a family of subsets of $A_n$ where each permutation $\pi$ in a subset obeys $\pi(x)$ and $\forall v \in I$, \pi(v)\notin I$ for a fixed $x$ and $I$. It is easy to demonstrate that such a subset is product-free, because for any a,b,c in such a set, $(a*b) (x)=a(b(x))\notin I$ but $c(x) in I$
Equations
Instances For
In the case of large n, the problem was solved in On the largest product-free subsets of the alternating groups. Specifically, this theorem formalizes the statement of theorem 1.1 in the mentioned paper