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
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'