So I have a coin-weighing puzzle under these situations:
There are 80 real coins and 1 fake coin (total of 81 coins).
The real coins are all the same weight, and the weight of the fake coin is different from the real coin.
The real and fake coins cannot be distinguished, other than weight.
A balance is used to identify the fake coin.
When using the balance, the same number of coins is placed on either plate. The result is either "the left plate is heavier," "the right plate is heavier," or "the two plates are the same weight."
According to prior research, this problem cannot be solved by using the balance 4 times or less. I tried to show this by using information theory as follows, but I feel like I am missing something here.
Label the coins 1,...,81, and let be the number of the fake coin. Also, let be a random variable defined so that when the fake coin is heavier than the real coin, and when lighter. At the initial state, and can be regarded as independent random variables following a uniform distribution.
Then, define random variable so that , , , when, the result after using the balance for the th time is, respectively, "the left plate is heavier," "the right plate is heavier," or "the two plates are the same weight."
Then, can be regarded as uniquely determined by and the real values of and . (Do I have to add additional proof that this is true?)
Assume that the fake coin can be surely identified by four measurements using the balance, then this means that the value of is determined when have been determined. Thus, using the entropy function and its chain rule,
And, we also have
Then we notice that , as and are independent variables. Also, , and so on. Thus, from the two equations, we get
But we know that , so there is a contradiction.
OK. So I somehow arrived at a contradiction, showing that the problem cannot be solved by using the balance for times. But then I realized that the same logic applies when using the balance for any number of times, so apparently there is something wrong...
What sort of logic am I missing? I would appreciate any help.