Expect i Inf ker eq expect ite
expect_iInf_ker_eq_expect_ite
Plain-language statement
Let be the intersection of the kernels of a set of additive characters . Averaging over equals the average of over all characters, with the Fourier coefficient retained precisely when lies in the additive subgroup generated by .
Exact Lean statement
lemma expect_iInf_ker_eq_expect_ite {Δ : Set (AddChar G ℂ)}
[DecidablePred (· ∈ AddSubgroup.closure Δ)] {V : AddSubgroup G} [Fintype V]
(hV : V = ⨅ γ ∈ Δ, γ.toAddMonoidHom.ker) (f : G → ℂ) :
𝔼 x ∈ Set.toFinset V, f x = 𝔼 ψ, if ψ ∈ AddSubgroup.closure Δ then dft f ψ else 0Formal artifact
Lean source
lemma expect_iInf_ker_eq_expect_ite {Δ : Set (AddChar G ℂ)} [DecidablePred (· ∈ AddSubgroup.closure Δ)] {V : AddSubgroup G} [Fintype V] (hV : V = ⨅ γ ∈ Δ, γ.toAddMonoidHom.ker) (f : G → ℂ) : 𝔼 x ∈ Set.toFinset V, f x = 𝔼 ψ, if ψ ∈ AddSubgroup.closure Δ then dft f ψ else 0 := by rw [show (𝔼 x ∈ Set.toFinset V, f x) = 𝔼 x ∈ Set.toFinset V, 𝔼 ψ, dft f ψ * ψ x by congr! with x exact (dft_inversion f x).symm] rw [expect_comm] congr! with ψ split_ifs with hψ · rw [← mul_expect, AddChar.expect_iInf_ker_eq_one_of_mem_closure hV hψ, mul_one] · rw [← mul_expect, AddChar.expect_iInf_ker_eq_zero_of_not_mem_closure hV hψ, mul_zero]- Project
- Arithmetic Progressions Almost Periodicity
- License
- Apache-2.0
- Commit
- afafc42a5326
- Source
- APAP/Prereqs/FourierTransform/Discrete.lean:141-152
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.