fpvandoorn/carleson
Source indexedlemma ยท leanprover/lean4:v4.32.0
volume_xDsp_bound
Carleson.TileStructure ยท Carleson/TileStructure.lean:101 to 111
Source documentation
A bound used in both nontrivial cases of Lemma 7.5.5.
Exact Lean statement
lemma volume_xDsp_bound {x : X} (hx : x โ ๐ p) :
volume (ball (๐ p) (4 * D ^ ๐ฐ p)) / 2 ^ (3 * a) โค volume (ball x (D ^ ๐ฐ p))Complete declaration
Lean source
Full Lean sourceLean 4
lemma volume_xDsp_bound {x : X} (hx : x โ ๐ p) : volume (ball (๐ p) (4 * D ^ ๐ฐ p)) / 2 ^ (3 * a) โค volume (ball x (D ^ ๐ฐ p)) := by apply ENNReal.div_le_of_le_mul' have h : dist x (๐ p) + 4 * D ^ ๐ฐ p โค 8 * D ^ ๐ฐ p := by calc _ โค 4 * (D : โ) ^ ๐ฐ p + 4 * โD ^ ๐ฐ p := by gcongr; exact (mem_ball.mp (Grid_subset_ball hx)).le _ = _ := by rw [โ add_mul]; norm_num convert measure_ball_le_of_dist_le' (ฮผ := volume) (by norm_num) h unfold As defaultA; norm_cast rw [โ pow_mul', show (8 : โ) = 2 ^ 3 by norm_num, Nat.clog_pow]; norm_num