Fréchet manifold: Difference between revisions
en>Brad7777 added Category:Manifolds using HotCat |
en>Addbot m Bot: Migrating 2 interwiki links, now provided by Wikidata on d:q3554820 |
||
Line 1: | Line 1: | ||
In [[combinatorics]], the '''binomial transform''' is a [[sequence transformation]] (i.e., a transform of a [[sequence]]) that computes its [[forward difference]]s. It is closely related to the '''Euler transform''', which is the result of applying the binomial transform to the sequence associated with its [[ordinary generating function]]. | |||
==Definition== | |||
The '''binomial transform''', ''T'', of a sequence, {''a''<sub>''n''</sub>}, is the sequence {''s''<sub>''n''</sub>} defined by | |||
:<math>s_n = \sum_{k=0}^n (-1)^k {n\choose k} a_k.</math> | |||
Formally, one may write (''Ta'')<sub>''n''</sub> = ''s''<sub>''n''</sub> for the transformation, where ''T'' is an infinite-dimensional [[operator (mathematics)|operator]] with matrix elements ''T''<sub>''nk''</sub>: | |||
:<math>s_n = (Ta)_n = \sum_{k=0}^\infty T_{nk} a_k.</math> | |||
The transform is an [[involution (mathematics)|involution]], that is, | |||
:<math>TT = 1 \,</math> | |||
or, using index notation, | |||
:<math>\sum_{k=0}^\infty T_{nk}T_{km} = \delta_{nm}</math> | |||
where δ is the [[Kronecker delta function]]. The original series can be regained by | |||
:<math>a_n=\sum_{k=0}^n (-1)^k {n\choose k} s_k.</math> | |||
The binomial transform of a sequence is just the ''n''th [[forward difference#n-th difference | forward differences]] of the sequence, with odd differences carrying a negative sign, namely: | |||
:<math>s_0 = a_0</math> | |||
:<math>s_1 = - (\triangle a)_0 = -a_1+a_0</math> | |||
:<math>s_2 = (\triangle^2 a)_0 = -(-a_2+a_1)+(-a_1+a_0) = a_2-2a_1+a_0</math> | |||
:<math>\vdots\,</math> | |||
:<math>s_n = (-1)^n (\triangle^n a)_0</math> | |||
where Δ is the [[forward difference operator]]. | |||
Some authors define the binomial transform with an extra sign, so that it is not self-inverse: | |||
:<math>t_n=\sum_{k=0}^n (-1)^{n-k} {n\choose k} a_k</math> | |||
whose inverse is | |||
:<math>a_n=\sum_{k=0}^n {n\choose k} t_k.</math> | |||
==Example== | |||
Binomial transforms can be seen in difference tables. Consider the following: | |||
{| style=text-align:center | |||
|- | |||
| style="width:9%;"| 0 || style="width:9%;"| || style="width:9%;"| 1 || style="width:9%;"| || style="width:9%;"| 10 || style="width:9%;"| || style="width:9%;"| 63 || style="width:9%;"| || style="width:9%;"| 324 || style="width:9%;"| || style="width:9%;"| 1485 | |||
|- | |||
| || 1 || || 9 || || 53 || || 261 || || 1161 | |||
|- | |||
| || || 8 || || 44 || || 208 || || 900 | |||
|- | |||
| || || || 36 || || 164 || || 692 | |||
|- | |||
| || || || || 128 || || 528 | |||
|- | |||
| || || || || || 400 | |||
|} | |||
The top line 0, 1, 10, 63, 324, 1485,... (a sequence defined by (2''n''<sup>2</sup> + ''n'')3<sup>''n'' − 2</sup>) is the (noninvolutive version of the) binomial transform of the diagonal 0, 1, 8, 36, 128, 400,... (a sequence defined by ''n''<sup>2</sup>2<sup>''n'' − 1</sup>). | |||
==Shift states== | |||
The binomial transform is the [[shift operator]] for the [[Bell number]]s. That is, | |||
:<math>B_{n+1}=\sum_{k=0}^n {n\choose k} B_k</math> | |||
where the ''B''<sub>''n''</sub> are the Bell numbers. | |||
==Ordinary generating function== | |||
The transform connects the [[generating function]]s associated with the series. For the [[ordinary generating function]], let | |||
:<math>f(x)=\sum_{n=0}^\infty a_n x^n</math> | |||
and | |||
:<math>g(x)=\sum_{n=0}^\infty s_n x^n </math> | |||
then | |||
:<math>g(x) = (Tf)(x) = \frac{1}{1-x} f\left(\frac{x}{x-1}\right).</math> | |||
==Euler transform== | |||
The relationship between the ordinary generating functions is sometimes called the '''Euler transform'''. It commonly makes its appearance in one of two different ways. In one form, it is used to [[series acceleration|accelerate the convergence]] of an [[alternating series]]. That is, one has the identity | |||
:<math>\sum_{n=0}^\infty (-1)^n a_n = \sum_{n=0}^\infty (-1)^n | |||
\frac {\Delta^n a_0} {2^{n+1}}</math> | |||
which is obtained by substituting ''x''=1/2 into the last formula above. The terms on the right hand side typically become much smaller, much more rapidly, thus allowing rapid numerical summation. | |||
The Euler transform can be generalized (Borisov B. and Shkodrov V., 2007): | |||
:<math>\sum_{n=0}^\infty (-1)^n {n+p\choose n} a_n = \sum_{n=0}^\infty (-1)^n | |||
{n+p\choose n}\frac {\Delta^n a_0} {2^{n+p+1}}</math>, | |||
where ''p'' = 0, 1, 2,... | |||
The Euler transform is also frequently applied to the [[Euler hypergeometric integral]] <math>\,_2F_1</math>. Here, the Euler transform takes the form: | |||
:<math>\,_2F_1 (a,b;c;z) = (1-z)^{-b} \,_2F_1 \left(c-a, b; c;\frac{z}{z-1}\right).</math> | |||
The binomial transform, and its variation as the Euler transform, is notable for its connection to the [[continued fraction]] representation of a number. Let <math>0 < x < 1</math> have the continued fraction representation | |||
:<math>x=[0;a_1, a_2, a_3,\cdots]</math> | |||
then | |||
:<math>\frac{x}{1-x}=[0;a_1-1, a_2, a_3,\cdots]</math> | |||
and | |||
:<math>\frac{x}{1+x}=[0;a_1+1, a_2, a_3,\cdots].</math> | |||
==Exponential generating function== | |||
For the [[exponential generating function]], let | |||
:<math>\overline{f}(x)= \sum_{n=0}^\infty a_n \frac{x^n}{n!}</math> | |||
and | |||
:<math>\overline{g}(x)= \sum_{n=0}^\infty s_n \frac{x^n}{n!}</math> | |||
then | |||
:<math>\overline{g}(x) = (T\overline{f})(x) = e^x \overline{f}(-x).</math> | |||
The [[Borel summation|Borel transform]] will convert the ordinary generating function to the exponential generating function. | |||
==Integral representation== | |||
When the sequence can be interpolated by a [[complex analytic]] function, then the binomial transform of the sequence can be represented by means of a [[Nörlund–Rice integral]] on the interpolating function. | |||
==Generalizations== | |||
Prodinger gives a related, [[modular form|modular-like]] transformation: letting | |||
:<math>u_n = \sum_{k=0}^n {n\choose k} a^k (-c)^{n-k} b_k</math> | |||
gives | |||
:<math>U(x) = \frac{1}{cx+1} B\left(\frac{ax}{cx+1}\right)</math> | |||
where ''U'' and ''B'' are the ordinary generating functions associated with the series <math>\{u_n\}</math> and <math>\{b_n\}</math>, respectively. | |||
The rising ''k''-binomial transform is sometimes defined as | |||
:<math>\sum_{j=0}^n {n\choose j} j^k a_j.</math> | |||
The falling ''k''-binomial transform is | |||
:<math>\sum_{j=0}^n {n\choose j} j^{n-k} a_j</math>. | |||
Both are homomorphisms of the [[kernel (algebra)|kernel]] of the [[Hankel transform of a series]]. | |||
In the case where the binomial transform is defined as | |||
:<math>\sum_{i=0}^n(-1)^{n-i}\binom{n}{i}a_i=b_n.</math> | |||
Let this be equal to the function <math>\mathfrak J(a)_n=b_n.</math> | |||
If a new [[forward difference]] table is made and the first elements from each row of this table are taken to form a new sequence <math>\{b_n\}</math>, then the second binomial transform of the original sequence is, | |||
:<math>\mathfrak J^2(a)_n=\sum_{i=0}^n(-2)^{n-i}\binom{n}{i}a_i.</math> | |||
If the same process is repeated ''k'' times, then it follows that, | |||
:<math>\mathfrak J^k(a)_n=b_n=\sum_{i=0}^n(-k)^{n-i}\binom{n}{i}a_i.</math> | |||
Its inverse is, | |||
:<math>\mathfrak J^{-k}(b)_n=a_n=\sum_{i=0}^nk^{n-i}\binom{n}{i}b_i.</math> | |||
This can be generalized as, | |||
:<math>\mathfrak J^k(a)_n=b_n=(\mathbf E-k)^na_0</math> | |||
where <math>\mathbf E</math> is the [[shift operator]]. | |||
Its inverse is | |||
:<math>\mathfrak J^{-k}(b)_n=a_n=(\mathbf E+k)^nb_0.</math> | |||
==See also== | |||
* [[Newton series]] | |||
* [[Hankel matrix]] | |||
* [[Möbius transform]] | |||
* [[Stirling transform]] | |||
* [[Euler summation]] | |||
* [[List of factorial and binomial topics]] | |||
==References== | |||
* John H. Conway and Richard K. Guy, 1996, ''The Book of Numbers'' | |||
* Donald E. Knuth, ''The Art of Computer Programming Vol. 3'', (1973) Addison-Wesley, Reading, MA. | |||
* Helmut Prodinger, 1992, ''[http://math.sun.ac.za/~prodinger/abstract/abs_87.htm Some information about the Binomial transform]'' | |||
* Michael Z. Spivey and Laura L. Steil, 2006, ''[http://www.cs.uwaterloo.ca/journals/JIS/VOL9/Spivey/spivey7.pdf The k-Binomial Transforms and the Hankel Transform]'' | |||
* Borisov B. and Shkodrov V., 2007, Divergent Series in the Generalized Binomial Transform, Adv. Stud. Cont. Math., 14 (1): 77-82 | |||
==External links== | |||
*[http://mathworld.wolfram.com/BinomialTransform.html Binomial Transform], | |||
[[Category:Transforms]] | |||
[[Category:Factorial and binomial topics]] | |||
[[Category:Hypergeometric functions]] |
Revision as of 05:19, 15 March 2013
In combinatorics, the binomial transform is a sequence transformation (i.e., a transform of a sequence) that computes its forward differences. It is closely related to the Euler transform, which is the result of applying the binomial transform to the sequence associated with its ordinary generating function.
Definition
The binomial transform, T, of a sequence, {an}, is the sequence {sn} defined by
Formally, one may write (Ta)n = sn for the transformation, where T is an infinite-dimensional operator with matrix elements Tnk:
The transform is an involution, that is,
or, using index notation,
where δ is the Kronecker delta function. The original series can be regained by
The binomial transform of a sequence is just the nth forward differences of the sequence, with odd differences carrying a negative sign, namely:
where Δ is the forward difference operator.
Some authors define the binomial transform with an extra sign, so that it is not self-inverse:
whose inverse is
Example
Binomial transforms can be seen in difference tables. Consider the following:
0 | 1 | 10 | 63 | 324 | 1485 | |||||
1 | 9 | 53 | 261 | 1161 | ||||||
8 | 44 | 208 | 900 | |||||||
36 | 164 | 692 | ||||||||
128 | 528 | |||||||||
400 |
The top line 0, 1, 10, 63, 324, 1485,... (a sequence defined by (2n2 + n)3n − 2) is the (noninvolutive version of the) binomial transform of the diagonal 0, 1, 8, 36, 128, 400,... (a sequence defined by n22n − 1).
Shift states
The binomial transform is the shift operator for the Bell numbers. That is,
where the Bn are the Bell numbers.
Ordinary generating function
The transform connects the generating functions associated with the series. For the ordinary generating function, let
and
then
Euler transform
The relationship between the ordinary generating functions is sometimes called the Euler transform. It commonly makes its appearance in one of two different ways. In one form, it is used to accelerate the convergence of an alternating series. That is, one has the identity
which is obtained by substituting x=1/2 into the last formula above. The terms on the right hand side typically become much smaller, much more rapidly, thus allowing rapid numerical summation.
The Euler transform can be generalized (Borisov B. and Shkodrov V., 2007):
where p = 0, 1, 2,...
The Euler transform is also frequently applied to the Euler hypergeometric integral . Here, the Euler transform takes the form:
The binomial transform, and its variation as the Euler transform, is notable for its connection to the continued fraction representation of a number. Let have the continued fraction representation
then
and
Exponential generating function
For the exponential generating function, let
and
then
The Borel transform will convert the ordinary generating function to the exponential generating function.
Integral representation
When the sequence can be interpolated by a complex analytic function, then the binomial transform of the sequence can be represented by means of a Nörlund–Rice integral on the interpolating function.
Generalizations
Prodinger gives a related, modular-like transformation: letting
gives
where U and B are the ordinary generating functions associated with the series and , respectively.
The rising k-binomial transform is sometimes defined as
The falling k-binomial transform is
Both are homomorphisms of the kernel of the Hankel transform of a series.
In the case where the binomial transform is defined as
Let this be equal to the function
If a new forward difference table is made and the first elements from each row of this table are taken to form a new sequence , then the second binomial transform of the original sequence is,
If the same process is repeated k times, then it follows that,
Its inverse is,
This can be generalized as,
where is the shift operator.
Its inverse is
See also
- Newton series
- Hankel matrix
- Möbius transform
- Stirling transform
- Euler summation
- List of factorial and binomial topics
References
- John H. Conway and Richard K. Guy, 1996, The Book of Numbers
- Donald E. Knuth, The Art of Computer Programming Vol. 3, (1973) Addison-Wesley, Reading, MA.
- Helmut Prodinger, 1992, Some information about the Binomial transform
- Michael Z. Spivey and Laura L. Steil, 2006, The k-Binomial Transforms and the Hankel Transform
- Borisov B. and Shkodrov V., 2007, Divergent Series in the Generalized Binomial Transform, Adv. Stud. Cont. Math., 14 (1): 77-82