Mem chord Set iff nnnorm width
BohrSet.mem_chordSet_iff_nnnorm_width
Plain-language statement
A point belongs to the chord model of a Bohr set exactly when for every frequency of .
Exact Lean statement
lemma mem_chordSet_iff_nnnorm_width :
x ∈ B.chordSet ↔ ∀ ⦃ψ⦄, ψ ∈ B.frequencies → ‖1 - ψ x‖₊ ≤ B.width ψFormal artifact
Lean source
lemma mem_chordSet_iff_nnnorm_width : x ∈ B.chordSet ↔ ∀ ⦃ψ⦄, ψ ∈ B.frequencies → ‖1 - ψ x‖₊ ≤ B.width ψ := by refine forall_congr' fun ψ => ?_ constructor case mpr => intro h rcases eq_top_or_lt_top (B.ewidth ψ) with h₁ | h₁ case inl => simp [h₁] case inr => have : ψ ∈ B.frequencies := by simp [mem_frequencies, h₁] specialize h this rwa [←ENNReal.coe_le_coe, coe_width this] at h case mp => intro h₁ h₂ rwa [←ENNReal.coe_le_coe, coe_width h₂]- Project
- Arithmetic Progressions Almost Periodicity
- License
- Apache-2.0
- Commit
- afafc42a5326
- Source
- APAP/Prereqs/Bohr/Basic.lean:99-113
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.