All proofs
Project-declaredLean 4.32.0 · mathlib@81a5d257c8e4

Le iff width

BohrSet.le_iff_width

Plain-language statement

Characterization of the order on Bohr sets. The relation B1B2B_1\le B_2 holds exactly when every frequency of B2B_2 is also a frequency of B1B_1, and widthB1(ψ)widthB2(ψ)\operatorname{width}_{B_1}(\psi)\le \operatorname{width}_{B_2}(\psi) for each such frequency.

Exact Lean statement

lemma le_iff_width {B₁ B₂ : BohrSet G} : B₁ ≤ B₂ ↔
    B₂.frequencies ⊆ B₁.frequencies ∧ ∀ ⦃ψ⦄, ψ ∈ B₂.frequencies → B₁.width ψ ≤ B₂.width ψ

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
lemma le_iff_width {B₁ B₂ : BohrSet G} : B₁  B₂     B₂.frequencies  B₁.frequencies   ⦃ψ⦄, ψ  B₂.frequencies  B₁.width ψ  B₂.width ψ := by  constructor  case mp =>    intro h    refine frequencies_anti h, fun ψ hψ => ?_    rw [ENNReal.coe_le_coe, coe_width hψ, coe_width (frequencies_anti h hψ)]    exact h ψ  case mpr =>    rintro h₁, h₂ ψ    by_cases ψ  B₂.frequencies    case neg h' => simp [ewidth_eq_top_of_not_mem_frequencies h']    case pos h' =>      rw [coe_width h', coe_width (h₁ h'), ENNReal.coe_le_coe]      exact h₂ h'
Project
Arithmetic Progressions Almost Periodicity
License
Apache-2.0
Commit
afafc42a5326
Source
APAP/Prereqs/Bohr/Basic.lean:168-182

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