Wilf–Zeilberger pair
From Wikipedia, the free encyclopedia
In mathematics, specifically combinatorics, a Wilf–Zeilberger pair, or WZ pair, is a pair of functions that can be used to certify certain combinatorial identities. In particular, WZ pairs are instrumental in the evaluation of many sums involving binomial coefficients, factorials, and in general any hypergeometric series. A function's WZ counterpart may be used to find an equivalent, and much simpler sum. Although finding WZ pairs by hand is impractical in most cases, Gosper's algorithm provides a sure method to find a function's WZ counterpart, and can be implemented in a symbolic manipulation program.
[edit] Definition
Two functions, F and G, form a pair if and only if the following two conditions hold: F(n + 1,k) − F(n,k) = G(n,k + 1) − G(n,k) and Together, these conditions ensure that the sum because the function G telescopes:
[edit] Examples
A Wilf–Zeilberger pair can be used to verify the identity using the proof certificate Define the following functions:
Now F and G will form a Wilf-Zeilberger pair:
[edit] External links
- Gosper's algorithm gives a method for generating WZ pairs when they exist.
- Generatingfunctionology provides details on the WZ method of identity certification.