Skip to content

Commit 02268c2

Browse files
committed
chore(NontangentialOperator): some golfs
1 parent 6251104 commit 02268c2

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

Carleson/TwoSidedCarleson/NontangentialOperator.lean

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -399,9 +399,7 @@ lemma radius_change {g : X → ℂ} (hg : BoundedFiniteSupport g volume) (hr : r
399399
rw [dist_comm x' y]
400400
linarith
401401
_ = (C_K a : ℝ≥0∞) / (volume (ball x' (R / 4))) * ∫⁻ (y : X) in ((ball x (2 * R)) \ (ball x' (R / 4))), ‖g y‖ₑ := by
402-
apply lintegral_const_mul''
403-
apply AEMeasurable.enorm
404-
exact hg.aemeasurable.restrict
402+
exact lintegral_const_mul'' _ (by fun_prop)
405403
_ ≤ (C_K a : ℝ≥0∞) / (volume (ball x' (R / 4))) * ∫⁻ (y : X) in (ball x (2 * R)), ‖g y‖ₑ := by
406404
gcongr _ * ?_
407405
apply lintegral_mono_set
@@ -437,8 +435,8 @@ lemma radius_change {g : X → ℂ} (hg : BoundedFiniteSupport g volume) (hr : r
437435
rw [← ENNReal.div_mul, mul_assoc, mul_comm (2 ^ (4 * a)), ← mul_assoc, ENNReal.div_mul_cancel]
438436
· norm_cast
439437
ring
440-
· apply (measure_ball_pos volume x (by linarith)).ne.symm
441-
· apply measure_ball_ne_top
438+
· apply (measure_ball_pos volume x (by linarith)).ne'
439+
· finiteness
442440
· simp
443441
· simp
444442

@@ -457,8 +455,7 @@ lemma cut_out_ball {g : X → ℂ} (hr : r ∈ Ioc 0 R) (hx : dist x x' ≤ R /
457455
intro hy'
458456
exfalso
459457
simp at hy hy'
460-
have : dist y x' ≤ dist y x + dist x x' := by
461-
apply dist_triangle
458+
have : dist y x' ≤ dist y x + dist x x' := dist_triangle ..
462459
linarith
463460
· measurability
464461
· measurability

0 commit comments

Comments
 (0)