All proofs
Project-declaredLean 4.32.0 · mathlib@81a5d257c8e4

Three APFree w Inner one mu ddconv mu mu two smul mu

ThreeAPFree.wInner_one_mu_ddconv_mu_mu_two_smul_mu

Plain-language statement

For a finite group of odd order and a three-term-progression-free set ss, the normalized inner product between μsμs\mu_s*\mu_s and the uniform measure on 2s2s is exactly s2|s|^{-2}. The identity records the precise normalized count forced by the absence of nontrivial three-term progressions.

Exact Lean statement

lemma ThreeAPFree.wInner_one_mu_ddconv_mu_mu_two_smul_mu (hG : Odd (card G))
    (hs : ThreeAPFree (s : Set G)) :
    ⟪μ_[ℝ] s ∗ᵈ μ s, μ (s.image (2 • ·))⟫_[ℝ] = (#s ^ 2 : ℝ)⁻¹

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
lemma ThreeAPFree.wInner_one_mu_ddconv_mu_mu_two_smul_mu (hG : Odd (card G))    (hs : ThreeAPFree (s : Set G)) :    ⟪μ_[] s ∗ᵈ μ s, μ (s.image (2·))⟫_[] = (#s ^ 2 : )⁻¹ := by  obtain rfl | hs' := s.eq_empty_or_nonempty  · simp  simp only [wInner_one_eq_sum, inner_apply', sum_ddconv_mul,  sum_product', RCLike.conj_to_real]  rw [ diag_union_offDiag univ, sum_union (disjoint_diag_offDiag _), sum_diag,     sum_add_sum_compl s, @sum_eq_card_nsmul _ _ _ _ _ (#s ^ 3 : )⁻¹, nsmul_eq_mul,    Finset.sum_eq_zero, Finset.sum_eq_zero, add_zero, add_zero, pow_succ', mul_inv,    mul_inv_cancel_left₀]  · exact Nat.cast_ne_zero.2 hs'.card_pos.ne'  · refine fun i hi  not_ne_iff.1 fun h  (mem_offDiag.1 hi).2.2 ?_    simp_rw [mul_ne_zero_iff,  mem_support, support_mu, mem_coe, mem_image, two_smul] at h    obtain b, hb, hab := h.2    obtain rfl := hs h.1.1 hb h.1.2 hab.symm    simpa using hab  · simpa using fun _  Or.inl  · rintro a ha    simp only [mu_apply, ha, if_true, mul_one, mem_image, mul_ite, mul_zero]    rw [if_pos _, ha, two_smul _ _, card_image_of_injective, pow_three', mul_inv, mul_inv]    rw [ Nat.card_eq_fintype_card] at hG    exact hG.coprime_two_right.nsmul_right_bijective.injective
Project
Arithmetic Progressions Almost Periodicity
License
Apache-2.0
Commit
afafc42a5326
Source
APAP/Prereqs/Convolution/ThreeAP.lean:20-41

Reuse this declaration

Bring the exact result into your workflow

The import identifies the source module. Your project still needs the pinned package dependency shown on this page.

What this badge means

This completion status comes from the project or community source. It has not yet been represented here as an independent rebuild and axiom audit.

Continue in this project

Related declarations

Project-declaredLean 4.32.0

Add Dissociated boring Energy le

AddDissociated.boringEnergy_le

Project documentation

If a finite set ss is additively dissociated, then its order-nn additive energy is at most CnnnsnC^n n^n |s|^n, where CC is the project's Chang constant. This is the quantitative dissociated-set estimate used in the proof of Chang's lemma.

additive combinatoricsarithmetic progressionsFourier analysis

Source project: Arithmetic Progressions Almost Periodicity

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Linfty almost periodicity

AlmostPeriodicity.linfty_almost_periodicity

Project documentation

An LL^\infty almost-periodicity theorem. Under the small-growth hypothesis σ[A,S]K\sigma[A,S]\le K, and for nonempty finite sets B,CB,C, there is a set of translations TT with TK4096L(C/B)/ε2S|T|\ge K^{-4096\lceil\mathcal L(|C|/|B|)\rceil/\varepsilon^2}|S|. Every tTt\in T changes the normalized convolution μA1BμC\mu_A*1_B*\mu_C by at most ε\varepsilon in LL^\infty.

additive combinatoricsarithmetic progressionsFourier analysis

Source project: Arithmetic Progressions Almost Periodicity

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Linfty almost periodicity boosted

AlmostPeriodicity.linfty_almost_periodicity_boosted

Plain-language statement

A boosted LL^\infty almost-periodicity estimate. Under σ[A,S]K\sigma[A,S]\le K, it finds a large set TT, with the stated lower bound TK4096L(C/B)k2/ε2S|T|\ge K^{-4096\lceil\mathcal L(|C|/|B|)\rceil k^2/\varepsilon^2}|S|, such that averaging the target convolution against the kk-fold convolution of μT\mu_T changes it by at most ε\varepsilon in LL^\infty.

additive combinatoricsarithmetic progressionsFourier analysis

Source project: Arithmetic Progressions Almost Periodicity

Person-level attribution pending.

View proof record