Chord Set subset smul arc Set
BohrSet.chordSet_subset_smul_arcSet
Plain-language statement
For a finite ambient group, the chord model of a Bohr set is contained in the arc model after widening by the factor : .
Exact Lean statement
lemma chordSet_subset_smul_arcSet [Finite G] :
B.chordSet ⊆ ((π / 2) • B).arcSetFormal artifact
Lean source
lemma chordSet_subset_smul_arcSet [Finite G] : B.chordSet ⊆ ((π / 2) • B).arcSet := fun x hx ψ => by rw [ewidth_smul] split case isFalse => simp case isTrue h => have := hx ψ simp only [←coe_width h, ENNReal.coe_le_coe, ←ENNReal.coe_mul, ←NNReal.coe_le_coe, coe_nnnorm, NNReal.coe_mul] at this ⊢ rw [coe_nnabs, abs_of_nonneg pi_div_two_pos.le, Real.norm_of_nonneg (angle_nonneg _ _), angle_comm] refine (Complex.angle_le_mul_norm_sub (by simp) (by simp)).trans ?_ gcongr- Project
- Arithmetic Progressions Almost Periodicity
- License
- Apache-2.0
- Commit
- afafc42a5326
- Source
- APAP/Prereqs/Bohr/Arc.lean:48-60
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.