/-
Copyright 2026 The Formal Conjectures Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-/modulepublicimportFormalConjecturesUtil
[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.
@[expose]publicsectionopenFinsetRealnamespaceGreen19sectionGroupDefs-- Abstract representation to ease notation [FSS20].variable{G:Type*}[AddCommGroupG][FintypeG][DecidableEqG]
A corner in $A$ with common difference $d$ [FSS20].
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$$
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$.
[Ma21] showed that $3.13 \leq C$. This also follows from green_19.
⊢ 4≥3.13norm_numAll goals completed! 🐙
[Ma21] showed that $C \leq 4$. This also follows from green_19.
@[categoryresearchsolved,AMS511]theoremgreen_19.upper:C<=4:=by⊢ C≤4rw[green_19⊢ 4≤4All goals completed! 🐙]All goals completed! 🐙/- TODO(jeangud): in [FSS20] they mention that the corresponding question for squares
$(x, y), (x, y + d), (x + d, y), (x + d, y + d)$ is wide open (and here it is not even clear that
$C$ exists). -/endGreen19