Recently Scientific American reported that Fibonacci sequence makes an unexpected appearance in the solution to the following problem:
If I have
nsticks with random lengths between 0 and 1, what is the probability that no three of those sticks can form a triangle?
The answer to this puzzle is
where is the -th Fibonacci number. This is the arxiv link for the paper which contains a proof of it. Someone posted a novel proof of this puzzle which is more linear algebraic in nature. I made a small modification on top of this proof which is what I present here. Most of the credit to this proof goes to the Reddit user.
Here is the overall idea:
These steps are implemented below:
We do this for two cases - the case where the lengths can not form a triangle and the general case (the lengths may or may not form a triangle).
Given the is , we have that . Note that . . , the can be written down as:
Thus can be written down as:
Written out for , with one color per Fibonacci number (, , , , ), every entry is visible at once:
The general entry is
This case is much simpler. As before, start with . Then since , we have that and so on. For sake of completion, the remaining lengths look something like:
In this case, the vector of sorted lengths can be written down as:
The general entry is
In this case, the largest length is
for positive coefficients .
In this case, the largest length is
for positive coefficients : the same sum with every replaced by .
Since these lengths are , they have to be less than or equal to one. Applying this condition to each of the largest lengths above we get:
i) : the points that satisfy this condition form a . This is the volume of the simplex spanned by the origin and the vectors
for from to .
ii) : this is the and has a volume of . The exact volume is not needed for the proof though.
The . How do we ? By . It is easy to see that the of this map is
since the map only rescales each axis. Thus the volume , and this gives us the :