Skip to content

Commit 8d64497

Browse files
Update Mathlib/RingTheory/Polynomial/Chebyshev.lean
Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
1 parent 2e58f1c commit 8d64497

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
@@ -496,7 +496,7 @@ theorem two_mul_T_eq_U_sub_U (n : ℤ) : 2 * T R (n + 2) = U R (n + 2) - U R n :
496496
theorem U_eq_two_mul_T_add_U (n : ℤ) : U R (n + 2) = 2 * T R (n + 2) + U R n := by
497497
linear_combination (norm := ring_nf) - (two_mul_T_eq_U_sub_U R n)
498498

499-
theorem U_mem_span_T (n : ℕ) : U R n ∈ Submodule.span ℕ {T R m | m ∈ Finset.Icc 0 n} := by
499+
theorem U_mem_span_T (n : ℕ) : U R n ∈ Submodule.span ℕ (T R m '' Set.Icc 0 n) := by
500500
induction n using Nat.twoStepInduction
501501
case zero => simp
502502
case one =>

0 commit comments

Comments
 (0)