Skip to content

Commit 71ee75c

Browse files
committed
update comment
1 parent d227d2b commit 71ee75c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Carleson/Defs.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ def ClassicalCarleson : Prop :=
243243
∀ {f : ℝ → ℂ} (cont_f : Continuous f) (periodic_f : f.Periodic (2 * π)),
244244
∀ᵐ x, Filter.Tendsto (S_ · f x) Filter.atTop (nhds (f x))
245245

246-
/-- The constant used in the statement of `MetricSpaceCarleson`.
246+
/-- The constant used in `MetricSpaceCarleson` and `LinearizedMetricCarleson`.
247247
Has value `2 ^ (443 * a ^ 3)` in the blueprint. -/
248248
def C1_0_2 (a : ℕ) (q : ℝ≥0) : ℝ≥0 := 2 ^ ((3 * 𝕔 + 18 + 5 * (𝕔 / 4)) * a ^ 3) / (q - 1) ^ 6
249249

0 commit comments

Comments
 (0)