All proofs
Project-declaredLean 4.32.0 · mathlib@81a5d257c8e4

Marcinkiewicz zygmund

Real.marcinkiewicz_zygmund'

Plain-language statement

The Marcinkiewicz-Zygmund inequality for real-valued functions, with a slightly better constant than Real.marcinkiewicz_zygmund.

Exact Lean statement

theorem marcinkiewicz_zygmund' (m : ℕ) (f : ι → ℝ) (hf : ∀ i, ∑ a ∈ A ^^ n, f (a i) = 0) :
    ∑ a ∈ A ^^ n, (∑ i, f (a i)) ^ (2 * m) ≤
      (4 * m) ^ m * ∑ a ∈ A ^^ n, (∑ i, f (a i) ^ 2) ^ m

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
theorem marcinkiewicz_zygmund' (m : ) (f : ι  ) (hf :  i, ∑ a  A ^^ n, f (a i) = 0) :    ∑ a  A ^^ n, (∑ i, f (a i)) ^ (2 * m)       (4 * m) ^ m * ∑ a  A ^^ n, (∑ i, f (a i) ^ 2) ^ m := by  obtain rfl | hm := m.eq_zero_or_pos  · simp  have hm' : 1  m := by rwa [Nat.succ_le_iff]  obtain rfl | hA := A.eq_empty_or_nonempty  · cases n <;> cases m <;> simp  let B := A ^^ n  calc    ∑ a  B, (∑ i, f (a i)) ^ (2 * m)       ∑ a  A ^^ n, (∑ b  B, |∑ i, (f (a i) - f (b i))| ^ (2 * m)) / #A ^ n := by      gcongr; simpa [pow_mul, sq_abs] using step_one' hA f hf (2 * m) _    _ = (∑ a  A ^^ n, ∑ b  A ^^ n, ∑ k  piAntidiag univ (2 * m) with  i, 2 ∣ k i,        multinomial univ (fun i  k i) * ∏ t, (f (a t) - f (b t)) ^ k t) / #A ^ n := by      rw [ sum_div]      simp only [pow_mul, sq_abs]      simp only [ pow_mul]      rw [step_two, step_three, mul_comm, inv_pow,  div_eq_mul_inv, div_div]      simp only [step_four, mul_ite, mul_zero, mul_one,  sum_filter,  sum_mul, even_iff_two_dvd]      rw [mul_comm, mul_div_mul_left]      positivity    _ = (∑ a  A ^^ n, ∑ b  A ^^ n, ∑ k  (piAntidiag univ m).map          (2·), fun _ _ h  funext fun i  mul_right_injective₀ two_ne_zero (congr_fun h i),        multinomial univ (fun i  k i) * ∏ t, (f (a t) - f (b t)) ^ k t) / #A ^ n := by      rw [map_nsmul_piAntidiag_univ m (ι := Fin n) (n := 2) two_ne_zero]    _ = (∑ a  A ^^ n, ∑ b  A ^^ n, ∑ k  piAntidiag univ m,        multinomial univ (fun i  2 * k i) * ∏ t, (f (a t) - f (b t)) ^ (2 * k t)) / #A ^ n := by      simp    _  _ := end_step hm' hA
Project
Arithmetic Progressions Almost Periodicity
License
Apache-2.0
Commit
afafc42a5326
Source
APAP/Prereqs/MarcinkiewiczZygmund.lean:192-221

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