Plain-language statement
Let and let be its Hölder conjugate. In the project’s cancellative metric-space setting, assume the associated nontangential operators satisfy the required uniform bound. If and are measurable and is measurable with , then the Carleson operator obeys the restricted estimate
Exact Lean statement
theorem 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 : HasBoundedStrongType (nontangentialOperator K · ·) 2 2 volume volume (C_Ts a)) :
∫⁻ x in G, carlesonOperator K f x ≤
C1_0_2 a q * volume G ^ (q' : ℝ)⁻¹ * volume F ^ (q : ℝ)⁻¹Formal artifact
Lean source
theorem 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 : HasBoundedStrongType (nontangentialOperator K · ·) 2 2 volume volume (C_Ts a)) : ∫⁻ x in G, carlesonOperator 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 in G, ⨆ θ ∈ Θ' X, ⨆ j ∈ J102, ‖carlesonOperatorIntegrand K θ j.1 j.2 f x‖ₑ := by congr with x; exact carlesonOperator_eq_biSup_Θ'_J102 mf nf' _ ≤ _ := ?_ rcases (Θ' X).eq_empty_or_nonempty with eΘ' | nΘ' · simp_rw [eΘ', iSup_emptyset, bot_eq_zero, lintegral_zero]; exact zero_le let g (θ : Θ X) (x : X) := ⨆ j ∈ J102, ‖carlesonOperatorIntegrand K θ j.1 j.2 f x‖ₑ have mg (θ : Θ X) : Measurable (g θ) := Measurable.biSup _ J102.to_countable fun j mj ↦ (measurable_carlesonOperatorIntegrand (Q := SimpleFunc.const X θ) mf).enorm calc _ = ∫⁻ x in G, ⨆ n, ⨆ i ∈ Finset.range (n + 1), g (enumΘ' nΘ' i) x := by congr with x; exact biSup_Θ'_eq_biSup_enumΘ' nΘ' g _ = ⨆ n, ∫⁻ x in G, ⨆ i ∈ Finset.range (n + 1), g (enumΘ' nΘ' i) x := by refine lintegral_iSup (fun n ↦ ?_) (fun i j hl ↦ ?_) · refine Measurable.iSup fun i ↦ Measurable.iSup fun mi ↦ ?_ refine Measurable.iSup fun j ↦ Measurable.iSup fun mj ↦ Measurable.enorm ?_ exact measurable_carlesonOperatorIntegrand (Q := SimpleFunc.const X (enumΘ' nΘ' i)) mf · intro x; apply biSup_mono; simp_rw [Finset.mem_range]; lia _ ≤ ⨆ n, ∫⁻ x in G, g (QΘ' nΘ' mg n x) x := by gcongr with n x; exact biSup_enumΘ'_le_QΘ' nΘ' mg _ ≤ ⨆ n, ∫⁻ x in G, linearizedCarlesonOperator (QΘ' nΘ' mg n) K f x := by gcongr with n x; set Q := QΘ' nΘ' mg n; unfold linearizedCarlesonOperator refine iSup₂_le fun ⟨q₁, q₂⟩ ⟨hq₁, hq₂⟩ ↦ ?_ conv_rhs => enter [1, R₁]; rw [iSup_comm] simp_rw [← Rat.cast_lt (K := ℝ), Rat.cast_zero] at hq₁ hq₂ calc _ ≤ ⨆ (R₂ : ℝ), ⨆ (_ : q₁ < R₂), ‖carlesonOperatorIntegrand K (Q x) q₁ R₂ f x‖ₑ := by convert! le_iSup₂ _ hq₂; rfl _ ≤ _ := by convert! le_iSup₂ _ hq₁; rfl _ ≤ _ := iSup_le fun n ↦ linearized_metric_carleson hq hqq' mF mG mf nf (BST_LNT_of_BST_NT hT)- Project
- Carleson formalization
- License
- Apache-2.0
- Commit
- 74ef907d6bdb
- Source
- Carleson/MetricCarleson/Main.lean:203-240
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.