Ben Green's Open Problem 19 #
References:
- [Gr26] Ben Green's Open Problems
- [FSS20] Fox, Jacob, et al. "Triforce and corners." Mathematical Proceedings of the Cambridge Philosophical Society. Vol. 169. No. 1. Cambridge University Press, 2020.
- [Ma21] Mandache, Matei. "A variant of the Corners theorem." Mathematical Proceedings of the Cambridge Philosophical Society. Vol. 171. No. 3. Cambridge University Press, 2021.
- [Ch11] Chu, Qing. "Multiple recurrence for two commuting transformations." Ergodic Theory and Dynamical Systems 31.3 (2011): 771-792.
noncomputable def
Green19.S
{G : Type u_1}
[AddCommGroup G]
[Fintype G]
(d : G)
(A : Finset (G × G))
:
From [FSS20]: given $A \subseteq G \times G$ and $d \in G$, let $$S_d(A) = \lbrace (x, y) \in G \times G : (x, y), (x + d, y), (x, y + d) \in A \rbrace$$
Equations
- Green19.S d A = {p : G × G | Green19.IsCorner A p.1 p.2 d}
Instances For
@[reducible, inline]
The group $G = \mathbb{F}_2^n = (Z/2Z)^n$.
Equations
- Green19.𝔽₂ n = (Fin n → ZMod 2)
Instances For
True if the given exponent satisfies Green's conditions [Gr26].
Equations
- One or more equations did not get rendered due to their size.
Instances For
What is $C$, the infimum of all exponents $c$ for which the following is true, uniformly for $0 < \alpha < 1$? Suppose that $A \subset \mathbb{F}_2^n \times \mathbb{F}_2^n$ is a set of density $\alpha$. Write $N := 2^n$. Then there is some $d \neq 0$ such that $A$ contains $\gg \alpha^c N^2$ corners $(x,y), (x,y+d), (x+d,y)$.
This question has been resolved by [FSS20], showing that $C = 4$.