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 , ordinary self-convolution has no larger normalized norm than self-difference-convolution: .
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
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
Add Dissociated boring Energy le
AddDissociated.boringEnergy_le
Project documentation
If a finite set is additively dissociated, then its order- additive energy is at most , where is the project's Chang constant. This is the quantitative dissociated-set estimate used in the proof of Chang's lemma.
Source project: Arithmetic Progressions Almost Periodicity
Person-level attribution pending.
Linfty almost periodicity
AlmostPeriodicity.linfty_almost_periodicity
Project documentation
An almost-periodicity theorem. Under the small-growth hypothesis , and for nonempty finite sets , there is a set of translations with . Every changes the normalized convolution by at most in .
Source project: Arithmetic Progressions Almost Periodicity
Person-level attribution pending.
Linfty almost periodicity boosted
AlmostPeriodicity.linfty_almost_periodicity_boosted
Plain-language statement
A boosted almost-periodicity estimate. Under , it finds a large set , with the stated lower bound , such that averaging the target convolution against the -fold convolution of changes it by at most in .
Source project: Arithmetic Progressions Almost Periodicity
Person-level attribution pending.