For a sequence of real numbers, we define its price as
Given real numbers, Dave and George want to arrange them into a sequence with a low price. Diligent Dave checks all possible ways and finds the minimum possible price . Greedy George, on the other hand, chooses such that is as small as possible; among the remaining numbers, he chooses such that is as small as possible, and so on. Thus, in the step he chooses among the remaining numbers so as to minimise the value of . In each step, if several numbers provide the same value, George chooses one at random. Finally he gets a sequence with price .
Find the least possible constant such that for every positive integer , for every collection of real numbers, and for every possible sequence that George might obtain, the resulting values satisfy the inequality
, 2015
Solution
Answer:
Solution: If initially we have , then Dave will arrange them as , and George will arrange them as , so , hence .
Next we prove that . Let the initial numbers be , and suppose Dave and George arrange them respectively as and . Let
Then the following hold
From these three inequalities we obtain
Inequality (1) is a direct consequence of the definition of price.
To prove (2), consider an index such that , then we have
It remains to prove (3). Let ; we will prove by mathematical induction on that .
When , . Note also that .
Suppose . We consider two cases:
Case (1). Suppose that among no two numbers have opposite signs.
Without loss of generality assume they are all non-negative, then we have , and therefore
Case (2). Among there are both positive and negative numbers, so there exists such that . Then by the definition of George's sequence we obtain
This completes the proof by mathematical induction.