We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d227d2b commit 71ee75cCopy full SHA for 71ee75c
Carleson/Defs.lean
@@ -243,7 +243,7 @@ def ClassicalCarleson : Prop :=
243
∀ {f : ℝ → ℂ} (cont_f : Continuous f) (periodic_f : f.Periodic (2 * π)),
244
∀ᵐ x, Filter.Tendsto (S_ · f x) Filter.atTop (nhds (f x))
245
246
-/-- The constant used in the statement of `MetricSpaceCarleson`.
+/-- The constant used in `MetricSpaceCarleson` and `LinearizedMetricCarleson`.
247
Has value `2 ^ (443 * a ^ 3)` in the blueprint. -/
248
def C1_0_2 (a : ℕ) (q : ℝ≥0) : ℝ≥0 := 2 ^ ((3 * 𝕔 + 18 + 5 * (𝕔 / 4)) * a ^ 3) / (q - 1) ^ 6
249
0 commit comments