Skip to content

Commit

Permalink
Change metric_carleson for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
js2357 committed Jan 18, 2025
1 parent e622058 commit acb962d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Carleson/MetricCarleson.lean
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ theorem metric_carleson [CompatibleFunctions ℝ X (defaultA a)]
[IsCancellative X (defaultτ a)] [IsOneSidedKernel a K]
(ha : 4 ≤ a) (hq : q ∈ Ioc 1 2) (hqq' : q.IsConjExponent q')
(hF : MeasurableSet F) (hG : MeasurableSet G)
(hT : HasBoundedStrongType (nontangentialOperator K · · |>.toReal) 2 2 volume volume (C_Ts a))
(hT : HasBoundedStrongType (nontangentialOperator K · ·) 2 2 volume volume (C_Ts a))
(f : X → ℂ) (hmf : Measurable f) (hf : ∀ x, ‖f x‖ ≤ F.indicator 1 x) :
∫⁻ x in G, carlesonOperator K f x ≤
ENNReal.ofReal (C1_0_2 a q) * (volume G) ^ q'⁻¹ * (volume F) ^ q⁻¹ := by
Expand Down

0 comments on commit acb962d

Please sign in to comment.