Two sided metric carleson has Lorentz Type
two_sided_metric_carleson_hasLorentzType
Plain-language statement
Assume the phase space is countable, , , and every truncated Calderón-Zygmund operator has the required uniform strong bound. Then the two-sided metric Carleson operator is bounded from Lorentz to weak Lorentz , with the explicit project constant .
Exact Lean statement
theorem two_sided_metric_carleson_hasLorentzType [Countable (Θ X)] (ha : 4 ≤ a)
(hq : q ∈ Ioo 1 2)
(hT : ∀ r > 0, HasBoundedStrongType (czOperator K r) 2 2 volume volume (C_Ts a)) :
HasLorentzType (carlesonOperator K) q 1 q ⊤ volume volume (4 * (C10_0_1 a q) / q)Formal artifact
Lean source
theorem two_sided_metric_carleson_hasLorentzType [Countable (Θ X)] (ha : 4 ≤ a) (hq : q ∈ Ioo 1 2) (hT : ∀ r > 0, HasBoundedStrongType (czOperator K r) 2 2 volume volume (C_Ts a)) : HasLorentzType (carlesonOperator K) q 1 q ⊤ volume volume (4 * (C10_0_1 a q) / q) := by have hqq' := NNReal.HolderConjugate.conjExponent hq.1 rename_i m kernel cf cancel count have : IsOneSidedKernel a K := by infer_instance set kpd : KernelProofData a K := KernelProofData.mk d ha cf this apply (two_sided_metric_carleson_hasRestrictedWeakType ha (mem_Ioc_of_Ioo hq) hqq' hT).hasLorentzType (by simpa) (by simp) (by simp) (C10_0_1_pos hq.1) · intro f hf apply (carlesonOperator_measurable _).aestronglyMeasurable apply (hf.memLp _).locallyIntegrable <;> simp [hq.1.le] · intro f g hf hg filter_upwards with x apply carlesonOperator_add_le_add_carlesonOperator · apply (hf.memLp _).locallyIntegrable <;> simp [hq.1.le] · apply (hg.memLp _).locallyIntegrable <;> simp [hq.1.le] · intro a f filter_upwards with x rw [carlesonOperator_const_smul'] exact le_of_eq rfl · intro f fs hf h_meas h_norm_monotone h_lim G have hf : LocallyIntegrable f volume := by apply (hf.memLp _).locallyIntegrable <;> simp [hq.1.le] have bound {n : ℕ} : ∀ᵐ (a : X), ‖fs n a‖ ≤ ‖f a‖ := by filter_upwards with x using (h_norm_monotone x).ge_of_tendsto (h_lim x).norm _ calc _ _ ≤ eLpNorm (fun x ↦ Filter.liminf (fun n ↦ carlesonOperator K (fs n) x) Filter.atTop) 1 (volume.restrict G) := by apply eLpNorm_mono_enorm intro x apply carlesonOperator_le_liminf_carlesonOperator_of_tendsto (norm ∘ f) (Filter.Eventually.of_forall h_meas) _ hf.norm (Filter.Eventually.of_forall h_lim) filter_upwards; simpa _ ≤ Filter.liminf (fun n ↦ eLpNorm (carlesonOperator K (fs n)) 1 (volume.restrict G)) Filter.atTop := by rw [eLpNorm_one_eq_lintegral_enorm] simp_rw [eLpNorm_one_eq_lintegral_enorm, enorm_eq_self] apply lintegral_liminf_le intro n exact carlesonOperator_measurable (hf.mono (h_meas _) bound) exact Filter.liminf_le_limsup · simp · intro f g hfg filter_upwards with x rw [carlesonOperator_congr_ae hfg]- Project
- Carleson formalization
- License
- Apache-2.0
- Commit
- 74ef907d6bdb
- Source
- Carleson/TwoSidedCarleson/RestrictedWeakType.lean:49-93
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.