All proofs
Project-declaredLean 4.32.0 · mathlib@81a5d257c8e4

C Lp Norm conv le c Lp Norm dconv

cLpNorm_conv_le_cLpNorm_dconv

Plain-language statement

For a complex-valued function on the ambient finite group and a nonzero even integer nn, ordinary self-convolution has no larger normalized LnL^n norm than self-difference-convolution: ffnffn\|f*f\|_n\le\|f\mathbin{\circleddash}f\|_n.

Exact Lean statement

lemma cLpNorm_conv_le_cLpNorm_dconv (hn₀ : n ≠ 0) (hn : Even n) (f : G → ℂ) :
    ‖f ∗ f‖ₙ_[n] ≤ ‖f ○ f‖ₙ_[n]

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
lemma cLpNorm_conv_le_cLpNorm_dconv (hn₀ : n  0) (hn : Even n) (f : G  ℂ) :    ‖f ∗ f‖ₙ_[n]  ‖f ○ f‖ₙ_[n] := by  refine le_of_pow_le_pow_left₀ hn₀ (by positivity) ?_  obtain k, rfl := hn.two_dvd  simp only [ne_eq, mul_eq_zero, OfNat.ofNat_ne_zero, false_or] at hn₀  refine Complex.le_of_eq_sum_of_eq_sum_norm (fun ψ : (Fin k  AddChar G ℂ) × (Fin k  AddChar G ℂ)     conj (∏ i, cft f (ψ.1 i) ^ 2) * (∏ i, cft f (ψ.2 i) ^ 2) * 𝔼 x, (∑ i, ψ.2 i - ∑ i, ψ.1 i) x)    univ (by norm_cast; positivity) ?_ ?_  · push_cast    rw [ cft_inversion' (f ∗ f), cLpNorm_two_mul_sum_pow hn₀]    simp_rw [cft_conv_apply,  sq, Fintype.sum_prod_type, mul_expect, AddChar.sub_apply]    simp [mul_mul_mul_comm, mul_comm, map_neg_eq_conj, prod_mul_distrib]  · push_cast    rw [ cft_inversion' (f ○ f), cLpNorm_two_mul_sum_pow hn₀]    simp_rw [cft_dconv_apply, Complex.mul_conj', Fintype.sum_prod_type, mul_expect]    congr 1 with ψ    congr 1 with φ    simp only [Pi.smul_apply, smul_eq_mul, map_mul, map_pow, Complex.conj_ofReal, prod_mul_distrib,      mul_mul_mul_comm,  mul_expect, map_prod, AddChar.sub_apply, AddChar.coe_sum,      Finset.prod_apply, norm_mul, norm_prod, norm_pow, RCLike.norm_conj, Complex.ofReal_mul,      Complex.ofReal_prod, Complex.ofReal_pow]    congr 1    calc      𝔼 x, (∏ i, conj (ψ i x)) * ∏ i, φ i x = 𝔼 x, (∑ i, φ i - ∑ i, ψ i) x := by        simp [map_neg_eq_conj, mul_comm, AddChar.sub_apply]      _ = ‖𝔼 x, (∑ i, φ i - ∑ i, ψ i) x‖ := by simp [expect_eq_ite, apply_ite]      _ = ‖𝔼 x, (∏ i, φ i x) * ∏ i, (ψ i) (-x)‖ := by simp [map_neg_eq_conj, AddChar.sub_apply]
Project
Arithmetic Progressions Almost Periodicity
License
Apache-2.0
Commit
afafc42a5326
Source
APAP/Prereqs/FourierTransform/Convolution.lean:18-44

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