In mathematics, the greedy algorithm for Egyptian fractions is a greedy algorithm, first described by Fibonacci, for transforming rational numbers into Egyptian fractions. An Egyptian fraction is a representation of an irreducible fraction as a sum of distinct unit fractions, such as . As the name indicates, these representations have been used as long ago as ancient Egypt, but the first published systematic method for constructing such expansions was described in 1202 in the Liber Abaci of Leonardo of Pisa (Fibonacci). It is called a greedy algorithm because at each step the algorithm chooses greedily the largest possible unit fraction that can be used in any representation of the remaining fraction.
Fibonacci actually lists several different methods for constructing Egyptian fraction representations.[1] He includes the greedy method as a last resort for situations when several simpler methods fail; see Egyptian fraction for a more detailed listing of these methods. As Salzer (1948) details, the greedy method, and extensions of it for the approximation of irrational numbers, have been rediscovered several times by modern mathematicians, earliest and most notably by [2] A closely related expansion method that produces closer approximations at each step by allowing some unit fractions in the sum to be negative dates back to .
The expansion produced by this method for a number
x
x
Fibonacci's algorithm expands the fraction
x/y
As each expansion step reduces the numerator of the remaining fraction to be expanded, this method always terminates with a finite expansion; however, compared to ancient Egyptian expansions or to more modern methods, this method may produce expansions that are quite long, with large denominators. For instance, this method expandswhile other methods lead to the much better expansion suggests an even more badly-behaved example, . The greedy method leads to an expansion with ten terms, the last of which has over 500 digits in its denominator; however, has a much shorter non-greedy representation, .
Sylvester's sequence 2, 3, 7, 43, 1807, ... can be viewed as generated by an infinite greedy expansion of this type for the number 1, where at each step we choose the denominator instead of . Truncating this sequence to k terms and forming the corresponding Egyptian fraction, e.g. (for k = 4)results in the closest possible underestimate of 1 by any k-term Egyptian fraction. That is, for example, any Egyptian fraction for a number in the open interval ( 1) requires at least five terms. describes an application of these closest-approximation results in lower-bounding the number of divisors of a perfect number, while describes applications in group theory.
Any fraction requires at most x terms in its greedy expansion. and examine the conditions under which the greedy method produces an expansion of with exactly x terms; these can be described in terms of congruence conditions on y.
More generally the sequence of fractions that have x-term greedy expansions and that have the smallest possible denominator y for each x is
and describe a method of finding an accurate approximation for the roots of a polynomial based on the greedy method. Their algorithm computes the greedy expansion of a root; at each step in this expansion it maintains an auxiliary polynomial that has as its root the remaining fraction to be expanded. Consider as an example applying this method to find the greedy expansion of the golden ratio, one of the two solutions of the polynomial equation . The algorithm of Stratemeyer and Salzer performs the following sequence of steps:
Continuing this approximation process eventually produces the greedy expansion for the golden ratio,
The length, minimum denominator, and maximum denominator of the greedy expansion for all fractions with small numerators and denominators can be found in the On-Line Encyclopedia of Integer Sequences as sequences,, and, respectively. In addition, the greedy expansion of any irrational number leads to an infinite increasing sequence of integers, and the OEIS contains expansions of several well known constants. Some additional entries in the OEIS, though not labeled as being produced by the greedy algorithm, appear to be of the same type.
In general, if one wants an Egyptian fraction expansion in which the denominators are constrained in some way, it is possible to define a greedy algorithm in which at each step one chooses the expansionwhere
d
xd>y
d
However, it may be difficult to determine whether an algorithm of this type can always succeed in finding a finite expansion. In particular, it is unknown whether the odd greedy expansion terminates with a finite expansion for all fractions
x/y
y