Linearized metric carleson
linearized_metric_carleson
Plain-language statement
Let and let be its Hölder conjugate. If every phase-linearized nontangential operator has the required uniform bound, then for measurable and measurable with , the linearized Carleson operator satisfies
Exact Lean statement
theorem linearized_metric_carleson [IsCancellative X (defaultτ a)]
(hq : q ∈ Ioc 1 2) (hqq' : q.HolderConjugate q') (mF : MeasurableSet F) (mG : MeasurableSet G)
(mf : Measurable f) (nf : (‖f ·‖) ≤ F.indicator 1)
(hT : ∀ θ : Θ X, HasBoundedStrongType (linearizedNontangentialOperator Q θ K · ·)
2 2 volume volume (C_Ts a)) :
∫⁻ x in G, linearizedCarlesonOperator Q K f x ≤
C1_0_2 a q * volume G ^ (q' : ℝ)⁻¹ * volume F ^ (q : ℝ)⁻¹Formal artifact
Lean source
theorem linearized_metric_carleson [IsCancellative X (defaultτ a)] (hq : q ∈ Ioc 1 2) (hqq' : q.HolderConjugate q') (mF : MeasurableSet F) (mG : MeasurableSet G) (mf : Measurable f) (nf : (‖f ·‖) ≤ F.indicator 1) (hT : ∀ θ : Θ X, HasBoundedStrongType (linearizedNontangentialOperator Q θ K · ·) 2 2 volume volume (C_Ts a)) : ∫⁻ x in G, linearizedCarlesonOperator Q K f x ≤ C1_0_2 a q * volume G ^ (q' : ℝ)⁻¹ * volume F ^ (q : ℝ)⁻¹ := by have nf' : (‖f ·‖) ≤ 1 := nf.trans (indicator_le_self' (by simp)) calc _ = ∫⁻ x, ⨆ n, G.indicator (lcoConvergent K Q f n) x := by rw [← lintegral_indicator mG]; congr! 2 with x rw [← iSup_apply, iSup_indicator rfl monotone_lcoConvergent monotone_const, iUnion_const, iSup_lcoConvergent] _ = ⨆ n, ∫⁻ x, G.indicator (lcoConvergent K Q f n) x := lintegral_iSup (fun _ ↦ (measurable_lcoConvergent mf nf').indicator mG) (fun _ _ hl ↦ indicator_mono (monotone_lcoConvergent hl)) _ ≤ _ := by refine iSup_le fun n ↦ ?_ unfold lcoConvergent; rw [lintegral_indicator mG] exact R_truncation hq hqq' mF mG mf nf rfl hT- Project
- Carleson formalization
- License
- Apache-2.0
- Commit
- 74ef907d6bdb
- Source
- Carleson/MetricCarleson/Linearized.lean:109-128
Reuse this declaration
Bring the exact result into your workflow
The import identifies the source module. Your project still needs the pinned package dependency shown on this page.
What this badge means
This completion status comes from the project or community source. It has not yet been represented here as an independent rebuild and axiom audit.
Continue in this project
Related declarations
Adjoint Carleson adjoint
adjointCarleson_adjoint
Plain-language statement
adjointCarleson is the adjoint of carlesonOn.
Source project: Carleson formalization
Person-level attribution pending.
Ae tendsto zero of distribution le
ae_tendsto_zero_of_distribution_le
Plain-language statement
Suppose that, for every error threshold and every measure tolerance , one can choose so that the set where exceeds has measure at most . Then converges to for almost every .
Source project: Carleson formalization
Person-level attribution pending.
Antichain operator
antichain_operator
Plain-language statement
For an antichain of pairwise incomparable tiles, and measurable functions and bounded by the indicators of and , the pairing of with the Carleson sum over is controlled by the norms of and and by positive powers of the two tile-density parameters. Concretely, the bound is
Source project: Carleson formalization
Person-level attribution pending.