All proofs
Project-declaredLean 4.32.0 · mathlib@81a5d257c8e4

W Inner c Weight le c Lp Norm mul c Lp Norm

MeasureTheory.wInner_cWeight_le_cLpNorm_mul_cLpNorm

Plain-language statement

Hölder's inequality, binary case.

Exact Lean statement

lemma wInner_cWeight_le_cLpNorm_mul_cLpNorm (p q : ℝ≥0∞) [p.HolderConjugate q] :
    ⟪f, g⟫ₙ_[ℝ] ≤ ‖f‖ₙ_[p] * ‖g‖ₙ_[q]

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
lemma wInner_cWeight_le_cLpNorm_mul_cLpNorm (p q : 0∞) [p.HolderConjugate q] :    ⟪f, g⟫ₙ_[]  ‖f‖ₙ_[p] * ‖g‖ₙ_[q] := by  -- Step 1: `⟪f, g⟫ₙ_[ℝ] ≤ ⟪|f|, |g|⟫ₙ_[ℝ]` (dominate by absolute value)  have h_abs : ⟪f, g⟫ₙ_[] fun i  |f i|, fun i  |g i|⟫ₙ_[] := by    simp_rw [wInner_cWeight_eq_expect]    refine expect_le_expect fun i _  ?_    exact (le_abs_self _).trans (abs_mul _ _).le  refine h_abs.trans ?_  -- Step 2: Now both arguments are nonneg; the target becomes the Hölder inequality  -- `⟪|f|, |g|⟫ₙ_[ℝ] ≤ ‖|f|‖ₙ_[p] * ‖|g|‖ₙ_[q]` which we rewrite back to f, g using  -- `cLpNorm_abs` / `cLpNorm_fun_abs`.  have hfabs : ‖fun i  |f i|‖ₙ_[p] = ‖f‖ₙ_[p] := by    simpa using cLpNorm_fun_abs (f := f) (p := p) .of_discrete  have hgabs : ‖fun i  |g i|‖ₙ_[q] = ‖g‖ₙ_[q] := by    simpa using cLpNorm_fun_abs (f := g) (p := q) .of_discrete  rw [ hfabs,  hgabs]  rw [showfun i  |f i|, fun i  |g i|⟫ₙ_[]        = ‖(fun i  |f i|) * (fun i  |g i|)‖ₙ_[1] from        (cL1Norm_mul_of_nonneg (f := fun i  |f i|) (g := fun i  |g i|)          (fun i  abs_nonneg _) (fun i  abs_nonneg _)).symm]  exact cLpNorm_mul_le p q one_ne_zero
Project
Arithmetic Progressions Almost Periodicity
License
Apache-2.0
Commit
afafc42a5326
Source
APAP/Prereqs/Inner/Hoelder/Compact.lean:93-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

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