Skip to main content
fpvandoorn/carleson
Source indexedlemma Β· leanprover/lean4:v4.32.0

eLpNorm_le_M14

Carleson.Antichain.AntichainOperator Β· Carleson/Antichain/AntichainOperator.lean:149 to 170

Mathematical statement

Exact Lean statement

lemma eLpNorm_le_M14 {p : 𝔓 X} (mp : p ∈ 𝔄) {xβ‚€ : X} (hx : xβ‚€ ∈ ball (𝔠 p) (14 * D ^ 𝔰 p))
    {r : ℝ} (hr : 0 < r) :
    eLpNorm ((ball (𝔠 p) (14 * D ^ 𝔰 p)).indicator (β€–g Β·β€–β‚‘)) (ENNReal.ofReal r) volume ≀
      volume (ball (𝔠 p) (14 * D ^ 𝔰 p)) ^ r⁻¹ * M14 𝔄 r g xβ‚€

Complete declaration

Lean source

Canonical source
Full Lean sourceLean 4
lemma eLpNorm_le_M14 {p : 𝔓 X} (mp : p ∈ 𝔄) {xβ‚€ : X} (hx : xβ‚€ ∈ ball (𝔠 p) (14 * D ^ 𝔰 p))    {r : ℝ} (hr : 0 < r) :    eLpNorm ((ball (𝔠 p) (14 * D ^ 𝔰 p)).indicator (β€–g Β·β€–β‚‘)) (ENNReal.ofReal r) volume ≀      volume (ball (𝔠 p) (14 * D ^ 𝔰 p)) ^ r⁻¹ * M14 𝔄 r g xβ‚€ := by  have vpos : 0 < volume (ball (𝔠 p) (14 * D ^ 𝔰 p)) := by    apply measure_ball_pos; unfold defaultD; positivity  rw [mul_comm (_ ^ _), ← ENNReal.div_le_iff_le_mul]; rotate_left  Β· left    rw [← inv_ne_top, ← ENNReal.rpow_neg]    finiteness  Β· exact Or.inl <| (by finiteness)  rw [ENNReal.div_eq_inv_mul, ← ENNReal.rpow_neg_one, ← ENNReal.rpow_mul, mul_comm _ (-1),    ENNReal.rpow_mul, ENNReal.rpow_neg_one,    eLpNorm_eq_lintegral_rpow_enorm_toReal (by simpa) (by finiteness)]  simp_rw [ENNReal.toReal_ofReal hr.le, one_div]  rw [← ENNReal.mul_rpow_of_nonneg _ _ (by positivity), M14, maximalFunction]  conv_lhs =>    enter [1, 2, 2, x]    rw [enorm_eq_self, ← Function.comp_apply (f := (Β· ^ r)),      ← indicator_comp_of_zero (g := fun x ↦ x ^ r) (by simpa using hr)]  rw [lintegral_indicator measurableSet_ball, ← ENNReal.div_eq_inv_mul, ← setLAverage_eq]  simp only [Function.comp_apply]; refine le_trans ?_ (le_iSupβ‚‚ p mp); rw [indicator_of_mem hx]