HOME

TheInfoList



OR:

In
mathematics Mathematics is a field of study that discovers and organizes methods, Mathematical theory, theories and theorems that are developed and Mathematical proof, proved for the needs of empirical sciences and mathematics itself. There are many ar ...
,
Euler Leonhard Euler ( ; ; ; 15 April 170718 September 1783) was a Swiss polymath who was active as a mathematician, physicist, astronomer, logician, geographer, and engineer. He founded the studies of graph theory and topology and made influential ...
's pentagonal number theorem relates the product and series representations of the Euler function. It states that :\prod_^\left(1-x^\right)=\sum_^\left(-1\right)^x^=1+\sum_^\infty(-1)^k\left(x^+x^\right). In other words, :(1-x)(1-x^2)(1-x^3) \cdots = 1 - x - x^2 + x^5 + x^7 - x^ - x^ + x^ + x^ - \cdots. The exponents 1, 2, 5, 7, 12, ... on the right hand side are given by the formula for ''k'' = 1, −1, 2, −2, 3, ... and are called (generalized)
pentagonal numbers A pentagonal number is a figurate number that extends the concept of triangular and square numbers to the pentagon, but, unlike the first two, the patterns involved in the construction of pentagonal numbers are not rotationally symmetrical. T ...
. (The constant term 1 corresponds to k=0.) This holds as an identity of convergent
power series In mathematics, a power series (in one variable) is an infinite series of the form \sum_^\infty a_n \left(x - c\right)^n = a_0 + a_1 (x - c) + a_2 (x - c)^2 + \dots where ''a_n'' represents the coefficient of the ''n''th term and ''c'' is a co ...
for , x, <1, and also as an identity of
formal power series In mathematics, a formal series is an infinite sum that is considered independently from any notion of convergence, and can be manipulated with the usual algebraic operations on series (addition, subtraction, multiplication, division, partial su ...
. A striking feature of this formula is the amount of cancellation in the expansion of the product.


Relation with partitions

The identity implies a recurrence for calculating p(n), the number of partitions of ''n'': :p(n)=p(n-1)+p(n-2)-p(n-5)-p(n-7)+\cdots or more formally, :p(n)=\sum_ (-1)^p(n-g_k) where the summation is over all nonzero integers ''k'' (positive and negative) and g_k is the ''k''th generalized pentagonal number. Since p(n)=0 for all n<0, the apparently infinite series on the right has only finitely many non-zero terms, enabling an efficient calculation of ''p''(''n'').


Franklin's bijective proof

The theorem can be interpreted combinatorially in terms of partitions. In particular, the left hand side is a
generating function In mathematics, a generating function is a representation of an infinite sequence of numbers as the coefficients of a formal power series. Generating functions are often expressed in closed form (rather than as a series), by some expression invo ...
for the number of partitions of ''n'' into an even number of distinct parts minus the number of partitions of ''n'' into an odd number of distinct parts. Each partition of ''n'' into an even number of distinct parts contributes +1 to the coefficient of ''x''''n''; each partition into an odd number of distinct parts contributes −1. (The article on unrestricted partition functions discusses this type of generating function.) For example, the coefficient of ''x''5 is +1 because there are two ways to split 5 into an even number of distinct parts (4 + 1 and 3 + 2), but only one way to do so for an odd number of distinct parts (the one-part partition 5). However, the coefficient of ''x''12 is −1 because there are seven ways to partition 12 into an even number of distinct parts, but there are eight ways to partition 12 into an odd number of distinct parts, and 7 − 8 = −1. This interpretation leads to a proof of the identity by canceling pairs of matched terms (
involution Involution may refer to: Mathematics * Involution (mathematics), a function that is its own inverse * Involution algebra, a *-algebra: a type of algebraic structure * Involute, a construction in the differential geometry of curves * Exponentiati ...
method). Consider the
Ferrers diagram In number theory and combinatorics, a partition of a non-negative integer , also called an integer partition, is a way of writing as a sum of positive integers. Two sums that differ only in the order of their summands are considered the same ...
of any partition of ''n'' into distinct parts. For example, the diagram below shows ''n'' = 20 and the partition 20 = 7 + 6 + 4 + 3. :


Let ''m'' be the number of elements in the smallest row of the diagram (''m'' = 3 in the above example). Let ''s'' be the number of elements in the rightmost 45 degree line of the diagram (''s'' = 2 dots in red above, since 7 − 1 = 6, but 6 − 1 > 4). If ''m'' > ''s'', take the rightmost 45-degree line and move it to form a new row, as in the matching diagram below. :



If m ≤ s (as in our newly formed diagram where ''m'' = 2, ''s'' = 5) we may reverse the process by moving the bottom row to form a new 45 degree line (adding 1 element to each of the first ''m'' rows), taking us back to the first diagram. A bit of thought shows that this process always changes the parity of the number of rows, and applying the process twice brings us back to the original diagram. This enables us to pair off Ferrers diagrams contributing 1 and −1 to the ''xn'' term of the series, resulting in a net coefficient of 0 for ''xn''. This holds for every term ''except'' when the process cannot be performed on every Ferrers diagram with ''n'' dots. There are two such cases: 1) ''m'' = ''s'' and the rightmost diagonal and bottom row meet. For example, :

Attempting to perform the operation would lead us to: :

which fails to change the parity of the number of rows, and is not reversible in the sense that performing the operation again does ''not'' take us back to the original diagram. If there are ''m'' elements in the last row of the original diagram, then :n=m+(m+1)+(m+2)+\cdots+(2m-1)=\frac =\frac where the new index ''k'' is taken to equal ''m''. Note that the sign associated with this partition is (−1)''s'', which by construction equals (−1)''m'' and (−1)''k''. 2) ''m'' = ''s'' + 1 and the rightmost diagonal and bottom row meet. For example, :

Our operation requires us to move the right diagonal to the bottom row, but that would lead to two rows of three elements, forbidden since we're counting partitions into distinct parts. This is the previous case but with one fewer row, so :n=m+(m+1)+(m+2)+\cdots+(2m-2)=\frac=\frac, where we take ''k'' = 1−''m'' (a negative integer). Here the associated sign is (−1)''s'' with ''s'' = ''m'' − 1 = −''k'', therefore the sign is again (−1)''k''. In summary, it has been shown that partitions into an even number of distinct parts and an odd number of distinct parts exactly cancel each other, producing null terms 0''xn'', except if ''n'' is a generalized pentagonal number n = g_k = k(3k-1)/2, in which case there is exactly one Ferrers diagram left over, producing a term (−1)''k''''xn''. But this is precisely what the right side of the identity says should happen, so we are finished.


Partition recurrence

We can rephrase the above proof, using
integer partitions In number theory and combinatorics, a partition of a non-negative integer , also called an integer partition, is a way of writing as a sum of positive integers. Two sums that differ only in the order of their summands are considered the same ...
, which we denote as: n = \lambda_1 + \lambda_2 + \cdots + \lambda_\ell, where \lambda_1\geq \lambda_2\geq\ldots\geq\lambda_\ell > 0. The number of partitions of ''n'' is the partition function ''p''(''n'') having generating function: :\sum_^\infty p(n) x^n = \prod_^\infty (1 - x^k)^ Note that is the reciprocal of the product on the left hand side of our identity: : \left( \sum_^\infty p(n) x^n \right) \cdot \left(\prod_^\infty (1-x^n)\right) = 1 Let us denote the expansion of our product by \prod_^\infty (1-x^n) = \sum_^\infty a_nx^n, so that : \left( \sum_^\infty p(n) x^n \right) \cdot \left(\sum_^\infty a_nx^n\right) = 1. Multiplying out the left hand side and equating coefficients on the two sides, we obtain ''a''0 ''p''(0) = 1 and \sum_^n p(n-i) a_i = 0 for all n\geq 1. This gives a recurrence relation defining ''p''(''n'') in terms of ''an'', and vice versa a recurrence for ''an'' in terms of ''p''(''n''). Thus, our desired result: :a_i := \begin1 & \text i = \frac(3k^2 \pm k) \text k \text\\ -1 & \text i = \frac(3k^2 \pm k) \text k \text\\ 0 & \text\end for i\geq 1 is equivalent to the identity \sum_i (-1)^i p(n-g_i) = 0, where g_i := \textstyle\frac(3i^2-i) and ''i'' ranges over all integers such that g_i \leq n (this range includes both positive and negative i, so as to use both kinds of generalized pentagonal numbers). This in turn means: :\sum_ p(n-g_i) = \sum_ p(n-g_i). In terms of sets of partitions, this is equivalent to saying that the following sets are of equal cardinality: :\mathcal := \bigcup_ \mathcal(n-g_i)         and         \mathcal := \bigcup_ \mathcal(n-g_i), where \mathcal(n) denotes the set of all partitions of n. All that remains is to give a bijection from one set to the other, which is accomplished by the function ''φ'' from ''X'' to ''Y'' which maps the partition \mathcal(n-g_i) \ni \lambda : n-g_i = \lambda_1 + \lambda_2 + \dotsb + \lambda_\ell to the partition \lambda' = \varphi(\lambda) defined by: : \varphi(\lambda) := \begin \lambda' : n - g_ = (\ell + 3i -2) + (\lambda_1 - 1) + \dotsb + (\lambda_\ell - 1) &\text \ell+3i > \lambda_1\\ \\ \lambda' : n - g_ = (\lambda_2 + 1) + \dotsb + (\lambda_\ell + 1) + \underbrace_ &\text \ell+3i \leq \lambda_1. \end This is an involution (a self-inverse mapping), and thus in particular a bijection, which proves our claim and the identity.


See also

The pentagonal number theorem occurs as a special case of the Jacobi triple product.
Q-series In the mathematical field of combinatorics, the ''q''-Pochhammer symbol, also called the ''q''-shifted factorial, is the product (a;q)_n = \prod_^ (1-aq^k)=(1-a)(1-aq)(1-aq^2)\cdots(1-aq^), with (a;q)_0 = 1. It is a ''q''-analog of the Pochhamme ...
generalize Euler's function, which is closely related to the
Dedekind eta function In mathematics, the Dedekind eta function, named after Richard Dedekind, is a modular form of weight 1/2 and is a function defined on the upper half-plane of complex numbers, where the imaginary part is positive. It also occurs in bosonic string ...
, and occurs in the study of
modular forms In mathematics, a modular form is a holomorphic function on the Upper half-plane#Complex plane, complex upper half-plane, \mathcal, that roughly satisfies a functional equation with respect to the Group action (mathematics), group action of the ...
. The modulus of the Euler function (see there for picture) shows the
fractal In mathematics, a fractal is a Shape, geometric shape containing detailed structure at arbitrarily small scales, usually having a fractal dimension strictly exceeding the topological dimension. Many fractals appear similar at various scale ...
modular group In mathematics, the modular group is the projective special linear group \operatorname(2,\mathbb Z) of 2\times 2 matrices with integer coefficients and determinant 1, such that the matrices A and -A are identified. The modular group acts on ...
symmetry and occurs in the study of the interior of the
Mandelbrot set The Mandelbrot set () is a two-dimensional set (mathematics), set that is defined in the complex plane as the complex numbers c for which the function f_c(z)=z^2+c does not Stability theory, diverge to infinity when Iteration, iterated starting ...
.


References

* *


External links

*
On Euler's Pentagonal Theorem
at MathPages *
De mirabilis proprietatibus numerorum pentagonalium
at Scholarly Commons. {{DEFAULTSORT:Pentagonal Number Theorem Theorems in number theory Articles containing proofs Integer partitions