Zeckendorf's Theorem
   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 ...
, Zeckendorf's theorem, named after Belgian amateur mathematician Edouard Zeckendorf, is a
theorem In mathematics and formal logic, a theorem is a statement (logic), statement that has been Mathematical proof, proven, or can be proven. The ''proof'' of a theorem is a logical argument that uses the inference rules of a deductive system to esta ...
about the representation of
integer An integer is the number zero (0), a positive natural number (1, 2, 3, ...), or the negation of a positive natural number (−1, −2, −3, ...). The negations or additive inverses of the positive natural numbers are referred to as negative in ...
s as sums of
Fibonacci number In mathematics, the Fibonacci sequence is a Integer sequence, sequence in which each element is the sum of the two elements that precede it. Numbers that are part of the Fibonacci sequence are known as Fibonacci numbers, commonly denoted . Many w ...
s. Zeckendorf's theorem states that every
positive integer In mathematics, the natural numbers are the numbers 0, 1, 2, 3, and so on, possibly excluding 0. Some start counting with 0, defining the natural numbers as the non-negative integers , while others start with 1, defining them as the positiv ...
can be represented uniquely as the sum of ''one or more'' distinct Fibonacci numbers in such a way that the sum does not include any two consecutive Fibonacci numbers. More precisely, if is any positive integer, there exist positive integers , with , such that :N = \sum_^k F_, where is the th Fibonacci number. Such a sum is called the Zeckendorf representation of . The
Fibonacci coding In mathematics and computing, Fibonacci coding is a universal code which encodes positive integers into binary code words. It is one example of representations of integers based on Fibonacci numbers. Each code word ends with "11" and contains n ...
of can be derived from its Zeckendorf representation. For example, the Zeckendorf representation of 64 is :. There are other ways of representing 64 as the sum of Fibonacci numbers : : : : but these are not Zeckendorf representations because 34 and 21 are consecutive Fibonacci numbers, as are 5 and 3. For any given positive integer, its Zeckendorf representation can be found by using a
greedy algorithm A greedy algorithm is any algorithm that follows the problem-solving heuristic of making the locally optimal choice at each stage. In many problems, a greedy strategy does not produce an optimal solution, but a greedy heuristic can yield locally ...
, choosing the largest possible Fibonacci number at each stage.


History

While the theorem is named after the eponymous author who published his paper in 1972, the same result had been published 20 years earlier by Gerrit Lekkerkerker. As such, the theorem is an example of
Stigler's Law of Eponymy Stigler's law of eponymy, proposed by University of Chicago statistics professor Stephen Stigler in his 1980 publication "Stigler's law of eponymy", states that "no scientific discovery is named after its original discoverer." Examples include H ...
.


Proof

Zeckendorf's theorem has two parts: #Existence: every positive integer has a Zeckendorf representation. #Uniqueness: no positive integer has two different Zeckendorf representations. The first part of Zeckendorf's theorem (existence) can be proven by induction. For it is clearly true (as these are Fibonacci numbers), for we have . If is a Fibonacci number then there is nothing to prove. Otherwise there exists such that . Now suppose each positive integer has a Zeckendorf representation (induction hypothesis) and consider . Since , has a Zeckendorf representation by the induction hypothesis. At the same time, (we apply the definition of Fibonacci number in the last equality), so the Zeckendorf representation of does not contain , and hence also does not contain . As a result, can be represented as the sum of and the Zeckendorf representation of , such that the Fibonacci numbers involved in the sum are distinct. The second part of Zeckendorf's theorem (uniqueness) requires the following lemma: :''Lemma'': The sum of any non-empty set of distinct, non-consecutive Fibonacci numbers whose largest member is is strictly less than the next larger Fibonacci number . The lemma can be proven by induction on . Now take two non-empty sets S and T of distinct non-consecutive Fibonacci numbers which have the same sum, \sum_ x = \sum_ x. Consider sets S' and T' which are equal to S and T from which the common elements have been removed (i. e. S' = S\setminus T and T' = T\setminus S). Since S and T had equal sum, and we have removed exactly the elements from S\cap T from both sets, S' and T' must have the same sum as well, \sum_ x = \sum_ x. Now we will show by contradiction that at least one of S' and T' is empty. Assume the contrary, i. e. that S' and T' are both non-empty and let the largest member of S' be and the largest member of T' be . Because S' and T' contain no common elements, .
Without loss of generality ''Without loss of generality'' (often abbreviated to WOLOG, WLOG or w.l.o.g.; less commonly stated as ''without any loss of generality'' or ''with no loss of generality'') is a frequently used expression in mathematics. The term is used to indicat ...
, suppose . Then by the lemma, \sum_ x < F_, and, by the fact that F_ < F_ \leq F_, \sum_ x < F_t, whereas clearly \sum_ x \geq F_t. This contradicts the fact that S' and T' have the same sum, and we can conclude that either S' or T' must be empty. Now assume (again without loss of generality) that S' is empty. Then S' has sum 0, and so must T'. But since T' can only contain positive integers, it must be empty too. To conclude: S' = T' = \emptyset which implies S = T, proving that each Zeckendorf representation is unique.


Fibonacci multiplication

One can define the following operation a\circ b on natural numbers , : given the Zeckendorf representations a=\sum_^kF_\;(c_i\ge2) and b=\sum_^lF_\;(d_j\ge2) we define the Fibonacci product a\circ b=\sum_^k\sum_^lF_. For example, the Zeckendorf representation of 2 is F_3, and the Zeckendorf representation of 4 is F_4 + F_2 (F_1 is disallowed from representations), so 2 \circ 4 = F_ + F_ = 13 + 5 = 18. (The product is not always in Zeckendorf form. For example, 4 \circ 4 = (F_4 + F_2) \circ (F_4 + F_2) = F_ + 2F_ + F_ = 21 + 2\cdot 8 + 3 = 40 = F_9 + F_5 + F_2.) A simple rearrangement of sums shows that this is a
commutative In mathematics, a binary operation is commutative if changing the order of the operands does not change the result. It is a fundamental property of many binary operations, and many mathematical proofs depend on it. Perhaps most familiar as a pr ...
operation; however,
Donald Knuth Donald Ervin Knuth ( ; born January 10, 1938) is an American computer scientist and mathematician. He is a professor emeritus at Stanford University. He is the 1974 recipient of the ACM Turing Award, informally considered the Nobel Prize of comp ...
proved the surprising fact that this operation is also
associative In mathematics, the associative property is a property of some binary operations that rearranging the parentheses in an expression will not change the result. In propositional logic, associativity is a valid rule of replacement for express ...
.


Representation with negafibonacci numbers

The Fibonacci sequence can be extended to negative index  using the rearranged recurrence relation :F_ = F_n - F_, which yields the sequence of "
negafibonacci In mathematics, negafibonacci coding is a universal code which encodes nonzero integers into binary code words. It is similar to Fibonacci coding, except that it allows both positive and negative integers to be represented. All codes end with "11" ...
" numbers satisfying :F_ = (-1)^ F_n. Any integer can be uniquely represented as a sum of negafibonacci numbers in which no two consecutive negafibonacci numbers are used. For example: * * * * * 0 is represented by the
empty sum In mathematics, an empty sum, or nullary sum, is a summation where the number of terms is zero. The natural way to extend non-empty sums is to let the empty sum be the additive identity. Let a_1, a_2, a_3, ... be a sequence of numbers, and let ...
. , for example, so the uniqueness of the representation does depend on the condition that no two consecutive negafibonacci numbers are used. This gives a
system A system is a group of interacting or interrelated elements that act according to a set of rules to form a unified whole. A system, surrounded and influenced by its open system (systems theory), environment, is described by its boundaries, str ...
of coding
integers An integer is the number zero (0), a positive natural number (1, 2, 3, ...), or the negation of a positive natural number (−1, −2, −3, ...). The negations or additive inverses of the positive natural numbers are referred to as negative in ...
, similar to the representation of Zeckendorf's theorem. In the string representing the integer , the th digit is 1 if appears in the sum that represents ; that digit is 0 otherwise. For example, 24 may be represented by the string 100101001, which has the digit 1 in places 9, 6, 4, and 1, because . The integer  is represented by a string of odd length
if and only if In logic and related fields such as mathematics and philosophy, "if and only if" (often shortened as "iff") is paraphrased by the biconditional, a logical connective between statements. The biconditional is true in two cases, where either bo ...
.


See also

*
Complete sequence In mathematics, a sequence of natural numbers is called a complete sequence if every positive integer can be expressed as a sum of values in the sequence, using each value at most once. For example, the sequence of powers of two (1, 2, 4, 8, ...), ...
*
Fibonacci coding In mathematics and computing, Fibonacci coding is a universal code which encodes positive integers into binary code words. It is one example of representations of integers based on Fibonacci numbers. Each code word ends with "11" and contains n ...
*
Fibonacci nim Fibonacci nim is a mathematical subtraction game, a variant of the game of nim. Players alternate removing coins from a pile, on each move taking at most twice as many coins as the previous move, and winning by taking the last coin. The Fibonacci ...
* Ostrowski numeration


References

*


External links

* *
Zeckendorf's theorem
at
cut-the-knot Alexander Bogomolny (January 4, 1948 July 7, 2018) was a Soviet Union, Soviet-born Israeli Americans, Israeli-American mathematician. He was Professor Emeritus of Mathematics at the University of Iowa, and formerly research fellow at the Moscow ...
* * {{PlanetMath attribution, id=8810, title=proof that the Zeckendorf representation of a positive integer is unique Fibonacci numbers Theorems in number theory Articles containing proofs