fpvandoorn/carleson
Source indexedtheorem Β· leanprover/lean4:v4.32.0
forest_operator_le_volume
Carleson.ForestOperator.Forests Β· Carleson/ForestOperator/Forests.lean:1110 to 1122
Source documentation
Version of the forest operator theorem, but controlling the integral of the norm instead of
the integral of the function multiplied by another function, and with the upper bound in terms
of volume F and volume G.
Exact Lean statement
theorem forest_operator_le_volume {n : β} (π : Forest X n) {f : X β β} {A : Set X}
(hf : Measurable f) (h2f : β x, βf xβ β€ F.indicator 1 x) (hA : MeasurableSet A) (sA : A β G) :
β«β» x in A, ββ u with u β π, carlesonSum (π u) f xββ β€
C2_0_4 a q n * (densβ (β u β π, π u)) ^ (qβ»ΒΉ - 2β»ΒΉ) *
(volume F) ^ (1/2 : β) * (volume A) ^ (1/2 : β)Complete declaration
Lean source
Full Lean sourceLean 4
theorem forest_operator_le_volume {n : β} (π : Forest X n) {f : X β β} {A : Set X} (hf : Measurable f) (h2f : β x, βf xβ β€ F.indicator 1 x) (hA : MeasurableSet A) (sA : A β G) : β«β» x in A, ββ u with u β π, carlesonSum (π u) f xββ β€ C2_0_4 a q n * (densβ (β u β π, π u)) ^ (qβ»ΒΉ - 2β»ΒΉ) * (volume F) ^ (1/2 : β) * (volume A) ^ (1/2 : β) := by apply (forest_operator' π hf h2f hA sA).trans gcongr calc _ β€ eLpNorm (F.indicator (fun x β¦ 1) : X β β) 2 volume := eLpNorm_mono (fun x β¦ (h2f x).trans (le_abs_self _)) _ β€ _ := by rw [eLpNorm_indicator_const measurableSet_F (by norm_num) (by norm_num)] simp