Skip to content

Commit 3550579

Browse files
Update Mathlib/Analysis/SpecialFunctions/Trigonometric/Chebyshev/Extremal.lean
Co-authored-by: Sebastien Gouezel <sebastien.gouezel@univ-rennes1.fr>
1 parent c3a1102 commit 3550579

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • Mathlib/Analysis/SpecialFunctions/Trigonometric/Chebyshev

Mathlib/Analysis/SpecialFunctions/Trigonometric/Chebyshev/Extremal.lean

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ following proof in https://math.stackexchange.com/a/978145/1277
1919
2020
## Main statements
2121
22-
* `leadingCoeff_le_of_bounded`: If P is a degree n polynomial and |P(x)|≤1 for all |x|≤1 then
23-
the leading coefficient of P is at most 2^(n-1)
22+
* leadingCoeff_le_of_bounded: If `P` is a degree `n` real polynomial and `|P (x)| ≤ 1` for all `|x| ≤ 1` then
23+
the leading coefficient of `P` is at most `2 ^ (n-1)`
2424
* `leadingCoeff_eq_iff_of_bounded`: If P is a degree n polynomial and |P(x)|≤1 for all |x|≤1 then
2525
the leading coefficient of P equals 2^(n-1) iff P = T_n, the n'th Chebyshev polynomial
2626
-/

0 commit comments

Comments
 (0)