|
1 | 1 | \chapter{Approximate homomorphism version of PFR} |
2 | 2 |
|
3 | | -\begin{definition}[Additive energy]\label{energy-def}\lean{Finset.additiveEnergy}\leanok If $G$ is a group, and $A$ is a finite subset of $G$, the \emph{additive energy} $E(A)$ of $A$ is the number of quadruples $(a_1,a_2,a_3,a_4) \in A^4$ such that $a_1+a_2 = a_3+a_4$. |
| 3 | +\begin{definition}[Additive energy] |
| 4 | + \label{energy-def} |
| 5 | + \lean{Finset.addEnergy} |
| 6 | + \leanok |
| 7 | + If $G$ is a group, and $A$ is a finite subset of $G$, the \emph{additive energy} $E(A)$ of $A$ |
| 8 | + is the number of quadruples $(a_1,a_2,a_3,a_4) \in A^4$ such that $a_1+a_2 = a_3+a_4$. |
4 | 9 | \end{definition} |
5 | 10 |
|
6 | | -\begin{lemma}[Cauchy--Schwarz bound]\label{cs-bound}\uses{energy-def}\lean{cauchy_schwarz}\leanok If $G$ is a group, $A,B$ are finite subsets of $G$, then |
7 | | -$$ E(A) \geq \frac{|\{ (a,a') \in A \times A: a+a' \in B \}|^2}{|B|}.$$ |
8 | | -\end{lemma} |
| 11 | +\begin{lemma}[Cauchy--Schwarz bound] |
| 12 | + \label{cs-bound} |
| 13 | + \uses{energy-def} |
| 14 | + \lean{Finset.card_sq_le_card_mul_addEnergy} |
| 15 | + \leanok |
9 | 16 |
|
10 | | -\begin{proof}\leanok If $B$ is empty then the claim is trivial (with the Lean convention $0/0$), so without loss of generality $B$ is non-empty. We can rewrite |
11 | | -$$ |\{ (a,a') \in A \times A: a+a' \in B \}| = \sum_{b \in B} r(b)$$ |
12 | | -where $r: G \to \N$ is the counting function |
13 | | -$$ r(b) := |\{ (a,a') \in A \times A: a+a' = b \}|.$$ |
14 | | -From double counting we have |
15 | | -$$ \sum_{b \in G} r(b)^2 = E(A).$$ |
16 | | -The claim now follows from the Cauchy--Schwarz inequality |
17 | | -$$ (\sum_{b \in B} r(b))^2 \leq |B| \sum_{b \in B} r(b)^2.$$ |
| 17 | + If $G$ is a group, $A,B$ are finite subsets of $G$, then |
| 18 | + $$E(A) \geq \frac{|\{ (a,a') \in A \times A: a+a' \in B \}|^2}{|B|}.$$ |
| 19 | +\end{lemma} |
| 20 | +\begin{proof} |
| 21 | + \leanok |
| 22 | + |
| 23 | + If $B$ is empty then the claim is trivial (with the Lean convention $0/0$), |
| 24 | + so without loss of generality $B$ is non-empty. We can rewrite |
| 25 | + $$ |\{ (a,a') \in A \times A: a+a' \in B \}| = \sum_{b \in B} r(b)$$ |
| 26 | + where $r: G \to \N$ is the counting function |
| 27 | + $$ r(b) := |\{ (a,a') \in A \times A: a+a' = b \}|.$$ |
| 28 | + From double counting we have |
| 29 | + $$ \sum_{b \in G} r(b)^2 = E(A).$$ |
| 30 | + The claim now follows from the Cauchy--Schwarz inequality |
| 31 | + $$ (\sum_{b \in B} r(b))^2 \leq |B| \sum_{b \in B} r(b)^2.$$ |
18 | 32 | \end{proof} |
19 | 33 |
|
20 | | -\begin{lemma}[Balog--Szemer\'edi--Gowers lemma]\label{bsg}\uses{energy-def}\lean{bsg}\leanok Let $G$ be an abelian group, and let $A$ be a finite non-empty set with $E(A) \geq |A|^3 / K$ for some $K \geq 1$. Then there is a subset $A'$ of $A$ with $|A'| \geq |A| / (C_1 K^{C_2})$ and $|A'-A'| \leq C_3 K^{C_4} |A|$, where (provisionally) |
21 | | -$$ C_1 = 2^4, C_2 = 1, C_3 = 2^{10}, C_4 = 5.$$ |
| 34 | +\begin{lemma}[Balog--Szemer\'edi--Gowers lemma] |
| 35 | + \label{bsg} |
| 36 | + \lean{BSG} |
| 37 | + \uses{energy-def} |
| 38 | + \leanok |
| 39 | + |
| 40 | + Let $G$ be an abelian group, and let $A$ be a finite non-empty set |
| 41 | + with $E(A) \geq |A|^3 / K$ for some $K \geq 1$. |
| 42 | + Then there is a subset $A'$ of $A$ with $|A'| \geq |A| / (C_1 K^{C_2})$ and |
| 43 | + $|A'-A'| \leq C_3 K^{C_4} |A|$, where (provisionally) |
| 44 | + $$C_1 = 2^4, C_2 = 1, C_3 = 2^{10}, C_4 = 5.$$ |
22 | 45 | \end{lemma} |
| 46 | +\begin{proof} |
| 47 | + \leanok |
23 | 48 |
|
24 | | -\begin{proof}\leanok See \url{https://terrytao.files.wordpress.com/2024/01/simplebsg.pdf} |
| 49 | + See \url{https://terrytao.files.wordpress.com/2024/01/simplebsg.pdf}. |
25 | 50 | \end{proof} |
26 | 51 |
|
27 | 52 | \begin{theorem}[Approximate homomorphism form of PFR]\label{approx-hom-pfr}\lean{approx_hom_pfr}\leanok Let $G,G'$ be finite abelian $2$-groups. |
|
0 commit comments