Given a positive integer . We call a real -tuple shiny if for every permutation of , it satisfies
Find the largest number such that for every shiny -tuple ,
, 2018
Solutions — 2
Solution 1
First of all, we show that we may not take a larger constant . Let be a positive number, and take
Then, every product () is equal to either or . Hence, for every permutation of the , we have
This justifies that the -tuple is Shiny. Now, we have
indices for will always be taken modulo . We will first split up the sum in to expressions, each of the form for some permutation of the , and some leftover terms. More specifically, write
where
and
We note that for each , there is some permutation of the such that
because we may choose
and
We show Eq. (1) graphically for in the diagrams below. The edges of the graphs each represent a product , and the dashed and dotted series of lines represents the sum of the edges, which is of the form for some permutation of the precisely when the series of lines in a Hamiltonian path. The filled edges represent the summands of .
It remains to show that, for each , there exists some permutation of the such that when is odd, and when is even. We now split into cases based on the parity of and provide constructions of the permutations .
Since we have not made any assumptions yet about the , we may now assume without loss of generality that
Case 1: is odd.
Without loss of generality, assume that (from Eq. (2)) is even, because we may negate all the if is odd. We then have
because the factors are of the same sign. Let
We choose our so that this definition of agrees with the sum of the leftover terms in Eq. (1). Relable the as such that
are some permutation of
and . Then, we have
Case 2: n is even.
Let . Assume without loss of generality . Now, we have
where the first inequality holds because the only negative term in is , the second inequality holds because , and the third inequality holds because the are assumed to be Shiny. We thus have that . We now choose a suitable such that the definition of matches the leftover terms in Eq. (1).
Relables the with in the following manner: ,
(again taking indices modulo ). We have that
Solution 2
We present another proof that
Assume an ordering of the as in Eq. (2), and let . Assume without loss of generality that . Also assume , (as otherwise, all of the are nonpositive, and so the inequality is trivial). Define the sets of indices and . Define the following sums:
By definition, and . We aim to show that
We split into cases based on whether or .
*Case 1: .*
Consider all permutations such that . Note that there are such permutations . Define
We know that for every permutation with the above property. Averaging over all gives
Since and , we get the desired inequality.
Case 2: .
We do a similar approach, considering all such that , and defining the same way. Analogously to Case 1, we have
because there are products in , of which are selected for each . Now, we have that
where the last inequality holds because .