$2000$ people are standing on a line. Each one of them is either a liar, who will always lie, or a truth-teller, who will always tell the truth. Each one of them says: "there are more liars to my left than truth-tellers to my right". Determine, if possible, how many people from each class are on the line.
Problem
Source: Argentina Cono Sur TST 2013, Problem 1
Tags: combinatorics proposed, combinatorics
21.09.2014 02:47
27.09.2014 20:25
I claim that in any such arrangement with $2k$ people, the first $k$ people (from the left) shall be liars and the last $k$ people shall be truth tellers. Induct on $k$. Let's first deal with the base case $k=1$. There are 2 people. Consider the leftmost guy. There are no liars to his left, so the statement he says can't possibly be correct, so he must be a liar. Now consider the other guy. There are no truth tellers to his right but one liar to his left, so he does speak the truth. The base case is complete. Suppose our claim holds for some $k \geq 1$. The inductive step is solved by the same logic - consider the leftmost guy. He has no liars to his left, so the statement he speaks must be false, so he must be a liar. The rightmost guy has no truth tellers to his right, but at least one liar to his left, so he must be a truth teller. So now we have the configuration $LOT,$ where $L$ denotes a liar, $T$ denotes a truth teller, and $O$ is a configuration with $2k-2$ people. Notice that a person in configuration $O$ has more liars to his left than truth tellers to his right iff the same holds for configuration $LOT$. Hence, the configuration $O$ must be a valid configuration as well. By the inductive hypothesis, the first $k-1$ people of $O$ are liars and the rest are truth tellers. Hence, the first $k-1+1= k$ people of this configuration are liars and the rest are truth tellers. $\blacksquare$
25.01.2015 05:05
vinayak-kumar wrote: Since there are no people to the right of $P_{1}$, there cannot be more liars to his left than truth tellers to his right. Do you mean there are no people to the left of $P_{1}$?