Girish Mahajan (Editor)

Hypergeometric identity

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

In mathematics, hypergeometric identities are equalities involving sums over hypergeometric terms, i.e. the coefficients occurring in hypergeometric series. These identities occur frequently in solutions to combinatorial problems, and also in the analysis of algorithms.

Contents

These identities were traditionally found 'by hand'. There exist now several algorithms which can find and prove all hypergeometric identities.

Examples

i = 0 n ( n i ) = 2 n i = 0 n ( n i ) 2 = ( 2 n n ) k = 0 n k ( n k ) = n 2 n 1 i = n N i ( i n ) = ( n + 1 ) ( N + 2 n + 2 ) ( N + 1 n + 1 )

Definition

There are two definitions of hypergeometric terms, both used in different cases as explained below. See also hypergeometric series.

A term tk is a hypergeometric term if

t k + 1 t k

is a rational function in k.

A term F(n,k) is a hypergeometric term if

F ( n , k + 1 ) F ( n , k )

is a rational function in k.

There exist two types of sums over hypergeometric terms, the definite and indefinite sums. A definite sum is of the form

k t k .

The indefinite sum is of the form

k = 0 n F ( n , k ) .

Proofs

Although in the past one has found proofs of certain identities there exist several algorithms to find and prove identities. These algorithms first find a simple expression for a sum over hypergeometric terms and then provide a certificate which anyone could use to easily check and prove the correctness of the identity.

For each of the hypergeometric sum types there exist one or more methods to find a simple expression. These methods also provide a certificate to easily check the proof of an identity:

  • Definite sums: Sister Celine's Method, Zeilberger's algorithm
  • Indefinite sums: Gosper's algorithm
  • A book named A = B has been written by Marko Petkovšek, Herbert Wilf and Doron Zeilberger describing the three main approaches described above.

    References

    Hypergeometric identity Wikipedia