HOME

TheInfoList



OR:

In
number theory Number theory (or arithmetic or higher arithmetic in older usage) is a branch of pure mathematics devoted primarily to the study of the integers and integer-valued functions. German mathematician Carl Friedrich Gauss (1777–1855) said, "Math ...
, the sum of the first
cube In geometry, a cube is a three-dimensional solid object bounded by six square faces, facets or sides, with three meeting at each vertex. Viewed from a corner it is a hexagon and its net is usually depicted as a cross. The cube is the on ...
s is the
square In Euclidean geometry, a square is a regular quadrilateral, which means that it has four equal sides and four equal angles (90-degree angles, π/2 radian angles, or right angles). It can also be defined as a rectangle with two equal-length a ...
of the th
triangular number A triangular number or triangle number counts objects arranged in an equilateral triangle. Triangular numbers are a type of figurate number, other examples being square numbers and cube numbers. The th triangular number is the number of dots i ...
. That is, :1^3+2^3+3^3+\cdots+n^3 = \left(1+2+3+\cdots+n\right)^2. The same equation may be written more compactly using the mathematical notation for
summation In mathematics, summation is the addition of a sequence of any kind of numbers, called ''addends'' or ''summands''; the result is their ''sum'' or ''total''. Beside numbers, other types of values can be summed as well: functions, vectors, m ...
: :\sum_^n k^3 = \bigg(\sum_^n k\bigg)^2. This identity is sometimes called Nicomachus's theorem, after Nicomachus of Gerasa (c. 60 – c. 120 CE).


History

Nicomachus, at the end of Chapter 20 of his ''Introduction to Arithmetic'', pointed out that if one writes a list of the odd numbers, the first is the cube of 1, the sum of the next two is the cube of 2, the sum of the next three is the cube of 3, and so on. He does not go further than this, but from this it follows that the sum of the first cubes equals the sum of the first n(n+1)/2 odd numbers, that is, the odd numbers from 1 to n(n+1)-1. The average of these numbers is obviously n(n+1)/2, and there are n(n+1)/2 of them, so their sum is \bigl(n(n+1)/2\bigr)^2. Many early mathematicians have studied and provided proofs of Nicomachus's theorem. claims that "every student of number theory surely must have marveled at this miraculous fact". finds references to the identity not only in the works of
Nicomachus Nicomachus of Gerasa ( grc-gre, Νικόμαχος; c. 60 – c. 120 AD) was an important ancient mathematician and music theorist, best known for his works '' Introduction to Arithmetic'' and '' Manual of Harmonics'' in Greek. He was born ...
in what is now
Jordan Jordan ( ar, الأردن; tr. ' ), officially the Hashemite Kingdom of Jordan,; tr. ' is a country in Western Asia. It is situated at the crossroads of Asia, Africa, and Europe, within the Levant region, on the East Bank of the Jordan Ri ...
in the first century CE, but also in those of Aryabhata in
India India, officially the Republic of India ( Hindi: ), is a country in South Asia. It is the seventh-largest country by area, the second-most populous country, and the most populous democracy in the world. Bounded by the Indian Ocean on the ...
in the fifth century, and in those of Al-Karaji circa 1000 in
Persia Iran, officially the Islamic Republic of Iran, and also called Persia, is a country located in Western Asia. It is bordered by Iraq and Turkey to the west, by Azerbaijan and Armenia to the northwest, by the Caspian Sea and Turkme ...
. mentions several additional early mathematical works on this formula, by
Al-Qabisi Abu al-Saqr Abd al-Aziz ibn Uthman ibn Ali al-Qabisi, generally known as Al-Qabisi, (Latinised as Alchabitius or Alcabitius), and sometimes known as ''Alchabiz'', ''Abdelazys'', ''Abdilaziz'' (Arabic:'' 'Abd al-Azîz'', عبدالعزيز ال ...
(tenth century Arabia), Gersonides (circa 1300 France), and Nilakantha Somayaji (circa 1500 India); he reproduces Nilakantha's visual proof.


Numeric values; geometric and probabilistic interpretation

The sequence of squared triangular numbers is These numbers can be viewed as figurate numbers, a four-dimensional hyperpyramidal generalization of the
triangular number A triangular number or triangle number counts objects arranged in an equilateral triangle. Triangular numbers are a type of figurate number, other examples being square numbers and cube numbers. The th triangular number is the number of dots i ...
s and
square pyramidal number In mathematics, a pyramid number, or square pyramidal number, is a natural number that counts the number of stacked spheres in a pyramid with a square base. The study of these numbers goes back to Archimedes and Fibonacci. They are part of a br ...
s. As observes, these numbers also count the number of rectangles with horizontal and vertical sides formed in an grid. For instance, the points of a grid (or a square made up of three smaller squares on a side) can form 36 different rectangles. The number of squares in a square grid is similarly counted by the square pyramidal numbers. The identity also admits a natural probabilistic interpretation as follows. Let be four integer numbers independently and uniformly chosen at random between and . Then, the probability that is the largest of the four numbers equals the probability that is at least as large as and that is at least as large as . That is, P max(X,Y,Z)\le WP \le Y\wedge Z\le W/math>. For any particular value of , the combinations of , , and that make largest form a cube so (adding the size of this cube over all choices of ) the number of combinations of for which is largest is a sum of cubes, the left hand side of the Nichomachus identity. The sets of pairs with and of pairs with form isosceles right triangles, and the set counted by the right hand side of the equation of probabilities is the
Cartesian product In mathematics, specifically set theory, the Cartesian product of two sets ''A'' and ''B'', denoted ''A''×''B'', is the set of all ordered pairs where ''a'' is in ''A'' and ''b'' is in ''B''. In terms of set-builder notation, that is : A\ ...
of these two triangles, so its size is the square of a triangular number on the right hand side of the Nichomachus identity. The probabilities themselves are respectively the left and right sides of the Nichomachus identity, normalized to make probabilities by dividing both sides by .


Proofs

gives a particularly simple derivation, by expanding each cube in the sum into a set of consecutive odd numbers. He begins by giving the identity n^3 = \underbrace_. That identity is related to
triangular numbers A triangular number or triangle number counts objects arranged in an equilateral triangle. Triangular numbers are a type of figurate number, other examples being square numbers and cube numbers. The th triangular number is the number of dots in ...
T_n in the following way: n^3 =\sum _^ (2 k-1), and thus the summands forming n^3 start off just after those forming all previous values 1^3 up to (n-1)^3. Applying this property, along with another well-known identity: n^2 = \sum_^n (2k-1), produces the following derivation: \begin \sum_^n k^3 &= 1 + 8 + 27 + 64 + \cdots + n^3 \\ &= \underbrace_ + \underbrace_ + \underbrace_ + \underbrace_ + \cdots + \underbrace_ \\ &= \underbrace_ \\ &= (1 + 2 + \cdots + n)^2 \\ &= \bigg(\sum_^n k\bigg)^2. \end obtains another proof by summing the numbers in a square
multiplication table In mathematics, a multiplication table (sometimes, less formally, a times table) is a mathematical table used to define a multiplication operation for an algebraic system. The decimal multiplication table was traditionally taught as an essen ...
in two different ways. The sum of the ith row is i times a triangular number, from which it follows that the sum of all the rows is the square of a triangular number. Alternatively, one can decompose the table into a sequence of nested
gnomon A gnomon (; ) is the part of a sundial that casts a shadow. The term is used for a variety of purposes in mathematics and other fields. History A painted stick dating from 2300 BC that was excavated at the astronomical site of Taosi is the o ...
s, each consisting of the products in which the larger of the two terms is some fixed value. The sum within each gmonon is a cube, so the sum of the whole table is a sum of cubes. In the more recent mathematical literature, provides a proof using summation by parts. uses the rectangle-counting interpretation of these numbers to form a geometric proof of the identity (see also ); he observes that it may also be proved easily (but uninformatively) by induction, and states that provides "an interesting old Arabic proof". provides a purely visual proof, provide two additional proofs, and gives seven geometric proofs.


Generalizations

A similar result to Nicomachus's theorem holds for all power sums, namely that odd power sums (sums of odd powers) are a polynomial in triangular numbers. These are called Faulhaber polynomials, of which the sum of cubes is the simplest and most elegant example. However, in no other case is one power sum a square of another. studies more general conditions under which the sum of a consecutive sequence of cubes forms a square. and study polynomial analogues of the square triangular number formula, in which series of polynomials add to the square of another polynomial.


Notes


References

*. *. *. * *. *. *. *. *. *. *. *. *. *. *.


External links

*
A visual proof of Nicomachus's theorem
{{Classes of natural numbers Elementary mathematics Number theory Integer sequences Mathematical identities Articles containing proofs Proof without words