Six coins of different weights are given, and it is known that the first coin is lighter than the second, the third is lighter than the fourth, and the fourth is lighter than the fifth. There are scales that allow you to compare any two coins by weight. Prove that in order to order all coins by weight, 7 weighings are necessary and sufficient.
ATTEMPT: By the condition of the task, there are exactly 60 configurations with such data. But $5<\log(60)<6$, so there is a lower estimate on 6 weightings. Help please.
First, we prove that $7$ comparisons is sufficient. Here's the algorithm:
Next, we show that $7$ comparisons is necessary. As you pointed out, there are $60$ initial configurations. Sadly, we are just short of $65$, which would have proven that $7$ is necessary. However, this also means that any possibility for an algorithm with at most $6$ comparisons is very delicate and can be proven to not exist without much direct computation. While you can do this by hand (with non-negligible amount of pain), it is easy to do it using a computer. Here's a summary: