Difference between revisions of "Chebyshev polynomials of the first kind"
(→First proof) |
(→Second proof (Induction)) |
||
Line 23: | Line 23: | ||
===Second proof (Induction)=== | ===Second proof (Induction)=== | ||
+ | |||
+ | First we prove a lemma: that <math>T_{k+n}(x) = 2T_n(x)T_k(x) - T_{k-n}(x)</math> for all <math>n \leq k</math>. To prove this lemma, we fix <math>k</math> and induct on <math>n</math>. | ||
+ | |||
+ | For all <math>k</math>, we have <cmath>T_{k}(x) = 2T_{k}(x) - T_k(x) = 2T_0(x)T_{k}(x) - T_{k}(x),</cmath> and for all <math>k \geq 1</math>, <cmath>T_{k+1}(x) = 2xT_k(x) - T_{k-1}(x) = 2T_1(x)T_k(x) - T_{k-1}(x),</cmath> proving the lemma for <math>n = 0</math> and <math>n = 1</math> respectively. | ||
+ | |||
+ | Suppose the lemma holds for <math>n - 1</math> and <math>n</math>; that is, <math>T_{k+n}(x) = 2T_{n}(x)T_k(x) - T_{k-n}(x)</math> and <math>T_{k+n-1}(x) = 2T_{n-1}(x)T_k(x) - T_{k-n+1}(x)</math>. Then multiplying the first equation by <math>2x</math> and subtracting the second equation gives <cmath>2xT_{k+n}(x) - T_{k+n-1}(x) = 2(2xT_{n}(x) - T_{n-1}(x))T_k(x) - (T_{k-n}(x) - T_{k-n+1}(x)),</cmath> which simplifies to <cmath>T_{k+n+1}(x) = 2T_{n+1}(x)T_k(x) - T_{k-n-1}(x)</cmath> using the original recursive definition, as long as <math>k-n-1 \geq 0</math>. Thus, the lemma holds for <math>n + 1</math> (as long as <math>n + 1 \leq k</math>), completing the inductive step. | ||
+ | |||
+ | To prove the claim, we now fix <math>n</math> and induct on <math>m</math>. | ||
+ | |||
+ | For all <math>n</math>, we have <cmath>T_0(T_n(x)) = 1 = T_0(x)</cmath> and <cmath>T_1(T_n(x)) = T_n(x),</cmath> proving the claim for <math>m = 0</math> and <math>m = 1</math> respectively. | ||
+ | |||
+ | Suppose the claim holds for <math>m - 1</math> and <math>m</math>; that is, <math>T_{m-1}(T_n(x)) = T_{(m-1)n}(x)</math> and <math>T_m(T_n(x)) = T_{mn}(x)</math>. We may also assume <math>m \geq 2</math>, since the smaller cases have already been proven, in order to ensure that <math>n \leq mn</math>. Then by the lemma (with <math>k = mn</math>) and the original recursive definition, | ||
+ | <cmath> \begin{align*} | ||
+ | T_{(m+1)n}(x) &= T_{mn+n}(x) \\ | ||
+ | &= 2T_n(x)T_{mn}(x) - T_{mn - n}(x) \\ | ||
+ | &= 2T_n(x)T_{mn}(x) - T_{(m-1)n}(x) \\ | ||
+ | &= 2T_n(x)T_m(T_n(x)) - T_{m-1}(T_n(x)) \\ | ||
+ | &= T_{m+1}(T_n(x)), \\ | ||
+ | \end{align*}</cmath> completing the inductive step. |
Revision as of 23:28, 28 February 2022
The Chebyshev polynomials of the first kind are defined recursively by or equivalently by
Contents
Proof of equivalence of the two definitions
In the proof below, will refer to the recursive definition.
For the base case, for the base case,
Now for the inductive step, let , so that . We then assume that and , and we wish to prove that .
From the cosine sum and difference identities we have and The sum of these equations is rearranging, Substituting our assumptions yields as desired.
Composition identity
For nonnegative integers and , the identity holds.
First proof
By the trigonometric definition, .
As before, let . We have for some integer . Multiplying by and distributing gives ; taking the cosine gives .
For now this proof only applies where the trigonometric definition is defined; that is, for . However, is a degree- polynomial, and so is , so the fact that for some distinct is sufficient to guarantee that the two polynomials are equal over all real numbers.
Second proof (Induction)
First we prove a lemma: that for all . To prove this lemma, we fix and induct on .
For all , we have and for all , proving the lemma for and respectively.
Suppose the lemma holds for and ; that is, and . Then multiplying the first equation by and subtracting the second equation gives which simplifies to using the original recursive definition, as long as . Thus, the lemma holds for (as long as ), completing the inductive step.
To prove the claim, we now fix and induct on .
For all , we have and proving the claim for and respectively.
Suppose the claim holds for and ; that is, and . We may also assume , since the smaller cases have already been proven, in order to ensure that . Then by the lemma (with ) and the original recursive definition, completing the inductive step.