The question is: Given two permutation of $n$ natural numbers,what linear combination of them will have the most value? And we are asked to provide 3 different proofs.
My 2 proofs: 1)suppose we have 2 $ n$ dimensional vectors,whose coordiante values are permutations of a set of natural numbers.
The linear combination can be interpreted as their dot product
Since they have the same size,only the angle between them can change. And the dot product will have its most value if $\cos(\theta)= 1$ or if they are parrallel. So the maximum value will be when each number is multiplied by it self.
2)we write the sum of the squares of each number on the left, And other Linear combination on the left.
$$z^2 +u^2+.... =<> uv+....$$
We multiply every thing by 2,subtract by everything on the left, And complete the square on the right. Since the expressions on the right are all squares,they are bigger than the zero left on the left hand side,there fore any combination on the right will be smaller than the given left expression.
What else can be done ?what other proffs there are? Why the constraint on natural numbers? Hints of number theory? Help will be appreciated.