Skip to main content
fpvandoorn/carleson
Source indexedlemma ยท leanprover/lean4:v4.32.0

TileStructure.Forest.holder_correlation_tile

Carleson.ForestOperator.LargeSeparation ยท Carleson/ForestOperator/LargeSeparation.lean:838 to 854

Source documentation

Lemma 7.5.5.

Exact Lean statement

lemma holder_correlation_tile (hu : u โˆˆ t) (hp : p โˆˆ t u) (hf : BoundedCompactSupport f) :
    edist (exp (.I * ๐’ฌ u x) * adjointCarleson p f x) (exp (.I * ๐’ฌ u x') * adjointCarleson p f x') โ‰ค
    C7_5_5 a / volume (ball (๐”  p) (4 * D ^ ๐”ฐ p)) *
      (edist x x' / D ^ ๐”ฐ p) ^ (a : โ„)โปยน * โˆซโป x in E p, โ€–f xโ€–โ‚‘

Complete declaration

Lean source

Canonical source
Full Lean sourceLean 4
lemma holder_correlation_tile (hu : u โˆˆ t) (hp : p โˆˆ t u) (hf : BoundedCompactSupport f) :    edist (exp (.I * ๐’ฌ u x) * adjointCarleson p f x) (exp (.I * ๐’ฌ u x') * adjointCarleson p f x') โ‰ค    C7_5_5 a / volume (ball (๐”  p) (4 * D ^ ๐”ฐ p)) *      (edist x x' / D ^ ๐”ฐ p) ^ (a : โ„)โปยน * โˆซโป x in E p, โ€–f xโ€–โ‚‘ := by  by_cases hxx : x โˆ‰ ball (๐”  p) (5 * D ^ ๐”ฐ p) โˆง x' โˆ‰ ball (๐”  p) (5 * D ^ ๐”ฐ p)  ยท rw [adjoint_tile_support1, indicator_of_notMem hxx.1, indicator_of_notMem hxx.2]; simp  rw [not_and_or, not_notMem, not_notMem] at hxx  wlog hx : x โˆˆ ball (๐”  p) (5 * D ^ ๐”ฐ p) generalizing x x'  ยท rw [or_comm] at hxx; specialize this hxx (hxx.resolve_right hx)    rwa [edist_comm, edist_comm x' x] at this  clear hxx  by_cases! hx' : x' โˆ‰ ball (๐”  p) (5 * D ^ ๐”ฐ p)  ยท nth_rw 2 [adjoint_tile_support1]    rw [indicator_of_notMem hx', mul_zero, edist_zero_right, enorm_mul, mul_comm I, โ† enorm_norm,      norm_exp_ofReal_mul_I, enorm_one, one_mul]    exact holder_correlation_tile_one hf hx'  exact holder_correlation_tile_two hu hp hf hx hx'