The four sets T₁,…,T₄ and their pairwise intersections #
Supporting material for the folded additive lemma: the images T₁,…,T₄ of B inside
ZMod m, their cardinalities, and the pairwise-intersection bounds culminating in the
four-set union bound case2_bound.
Generic helpers #
Equations
- Erdos865.T1 m B = Finset.image (fun (b : ℕ) => ↑b) B
Instances For
T₃ = (B - α) \ {0} inside ZMod m.
Equations
- Erdos865.T3 m B α = (Finset.image (fun (b : ℕ) => ↑b - ↑α) B).erase 0
Instances For
T₄ = (β - B) \ {0} inside ZMod m.
Equations
- Erdos865.T4 m B β = (Finset.image (fun (b : ℕ) => ↑β - ↑b) B).erase 0