Skip to content

Commit 1d56d01

Browse files
Update Mathlib/RingTheory/Polynomial/Chebyshev.lean
Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
1 parent 45b927d commit 1d56d01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Mathlib/RingTheory/Polynomial/Chebyshev.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ theorem T_eq_X_mul_U_sub_U (n : ℤ) : T R (n + 2) = X * U R (n + 1) - U R n :=
490490
show n + 2 + 1 - 2 = n + 1 by ring] at h
491491
linear_combination (norm := ring_nf) h
492492

493-
theorem twice_T_eq_U_sub_U (n : ℤ) : 2 * T R (n + 2) = U R (n + 2) - U R n := by
493+
theorem two_mul_T_eq_U_sub_U (n : ℤ) : 2 * T R (n + 2) = U R (n + 2) - U R n := by
494494
linear_combination (norm := ring_nf) (T_eq_U_sub_X_mul_U R (n + 2)) + (T_eq_X_mul_U_sub_U R n)
495495

496496
theorem U_eq_twice_T_add_U (n : ℤ) : U R (n + 2) = 2 * T R (n + 2) + U R n := by

0 commit comments

Comments
 (0)