1975 IMO Problems/Problem 1: Difference between revisions
No edit summary |
No edit summary |
||
| Line 50: | Line 50: | ||
"type 2" "moves" since the way they are used contradicts the | "type 2" "moves" since the way they are used contradicts the | ||
fact that they are meant to be complementary. Indeed, we can | fact that they are meant to be complementary. Indeed, we can | ||
not have only strict inequalities. | not have only strict inequalities.I suppose | ||
The second issue is with the last paragraph. Consider the | The second issue is with the last paragraph. Consider the | ||
sentences "Suppose that <math>x_a</math> is the biggest <math>x</math>-value that | sentences "Suppose that <math>x_a</math> is the biggest <math>x</math>-value that | ||
is not paired with its <math>y</math>-value in the <math>x</math> and <math>z</math> pairing. | is not paired with its <math>y</math>-value in the <math>x</math> and <math>z</math> pairing.<cmath>\sum^n_{i=1}(x_i-y_i)^2\le\sum^n_{i=1}(x_i-z_i)^2.</cmath> | ||
Then, switch this <math>y</math>-value with the <math>y</math>-value currently | Then, switch this <math>y</math>-value with the <math>y</math>-value currently | ||
paired with <math>x_a</math>." These two sentences do not make sense. | paired with <math>x_a</math>." These two sentences do not make sense. | ||
| Line 94: | Line 94: | ||
that <math>\sigma(y_i) = y_j, \sigma(y_j) = y_i</math> and <math>\sigma(y_k) = y_k</math> | that <math>\sigma(y_i) = y_j, \sigma(y_j) = y_i</math> and <math>\sigma(y_k) = y_k</math> | ||
for all <math>k \ne i, j</math>. In other words, a transposition swaps two | for all <math>k \ne i, j</math>. In other words, a transposition swaps two | ||
elements of <math>S</math>, and leaves the others in place. | elements of <math>S</math>, and leaves the others in place. Remember that we | ||
can combine permutations. Explicitely, if <math>\sigma_1, \sigma_2</math> | |||
are two permutations, | |||
<math>\sigma_1 : \{y_i\} \rightarrow \{z_j\} = \{\sigma_1(y_i)\}</math> and | |||
<math>\sigma_2 : \{z_j\} \rightarrow \{z_{k}^{(2)}\} = \{\sigma_2(z_j)\}</math> | |||
then we have the combined permutation | |||
<math>\sigma = \sigma_2 \circ \sigma_1</math> which is | |||
<math>\sigma : \{y_i\} \rightarrow \{z_{k}^{(2)}\} = \{\sigma_2(\sigma_1((y_i))\}.</math> | |||
For the purposes of the solution to this problem, we will think of | |||
the elements of the set <math>S</math> as arranged in a sequence, specifically, | |||
the sequence created by the last permutation applied. For example | |||
if we swap <math>10</math> and <math>22</math> in the set (or sequence) | |||
<math>\{27, 22, 14, 10, 8, 5\}</math>, the new set (or sequence) will be | |||
<math>\{27, 10, 14, 22, 8, 5\}</math>. This way, each element in the permuted | |||
set has a precisely defined index. | |||
We will call a transposition <math>\mathbf{adjacent}</math> if it swaps two | |||
consecutive elements of <math>S</math>. In other words <math>\sigma</math> is adjacent, | |||
if it permutes <math>\{z_1, \dots, z_i, z_{i+1}, \dots, z_n\}</math> into | |||
<math>\{z_1, \dots, z_{i+1}, z_i, \dots, z_n\}</math>. We will call | |||
a permutation <math>\mathbf{positive}</math> if given <math>i < j</math> and the elements | |||
<math>z_i, z_j</math> being swapped, the inequality <math>z_i \ge z_j</math> is satisfied. | |||
The statement of the problem will follow from the following two | |||
lemmas: | |||
<math>\mathbf{Lemma\ 1}</math> If <math>\sigma</math> is a positive transposition | |||
<math>\sigma : \{z_j\} \rightarrow \{z_{k}^{(2)}\} = \{\sigma(z_j)\}</math> | |||
then <math>\sum^n_{i=1}(x_i - z_i)^2 \le \sum^n_{i=1}(x_i - z_i^{(2)})^2.</math> | |||
<math>\mathbf{Lemma\ 2}</math> Every permutation <math>\sigma</math> is the combination of | |||
adjacent, positive transpositions. | |||
Let us prove the problem assuming the lemmas. According to Lemma 2, | |||
we can write a given permutation as | |||
<math>\sigma = \sigma_m \circ \sigma_{m-1} \circ \dots \circ \sigma_1</math>, | |||
where each <math>\sigma_k</math> is an adjacent, positive permutation. If | |||
<math>\{z_i\}</math> is the resulting sequence from <math>\sigma</math> and | |||
<math>\{z_i^{(k)}\}</math> are the resulting sequences from <math>\sigma_k</math> then | |||
<math>z_i = z_i^{(m)}</math> for each <math>i</math>. According to Lemma 1, using that | |||
each <math>\sigma_k</math> is positive, we have | |||
<math>\sum^n_{i=1}(x_i - y_i)^2 \le \sum^n_{i=1}(x_i - z_i^{(1)})^2 \le | |||
\sum^n_{i=1}(x_i - z_i^{(2)})^2 \le \dots \le | |||
\sum^n_{i=1}(x_i - z_i^{(m)})^2 = \sum^n_{i=1}(x_i - z_i)^2.</math> | |||
We will now prove the two lemmas. | |||
<math>\mathbf{Proof\ of\ lemma\ 1}</math> | |||
Revision as of 13:04, 4 November 2025
Problem
Let
be real numbers such that
Prove that, if
is any permutation of
then
Video Solution(In Chinese)
Solution
We can expand and simplify the inequality a bit, and using the fact that
is a permutation of
, we can cancel some terms.
Consider the pairing
,
, ...
. By switching around some of the
values, we have obtained the pairing
,
, ...
. Suppose that we switch around two
-values,
and
, such that
. If
, call this a type 1 move. Otherwise, call this a type 2 move.
Type 2 moves only increase the sum of the products of the pairs. The sum is increased by
. This is equivalent to
, which is clearly nonnegative since
and
.
We will now consider switching from the
-
pairing back to the
-
pairing. We will prove that from any pairing of
and
values, you can use just type 2 moves to navigate back to the pairing of
and
values, which will complete the proof.
Suppose that
is the biggest
-value that is not paired with its
-value in the
and
pairing. Then, switch this
-value with the
-value currently paired with
. This is obviously a type 2 move. Continue this process until you reach back to the
-
pairing. All moves are type 2 moves, so the proof is complete.
~mathboy100
Solution 2
We can rewrite the summation as
Since
, the above inequality is equivalent to
We will now prove that the left-hand side of the inequality is the greatest sum reached out of all possible values of
. Obviously, if
or
, the inequality is true. Now, assume, for contradiction, that neither of those conditions are true and that there exists some order of
s that are not ordered in the form
such that
is at a maximum out of all possible permutations and is greater than the sum
. This necessarily means that in the sum
there exists two terms
and
such that
and
. Notice that
which means if we make the terms
and
instead of the original
and
, we can achieve a higher sum. However, this is impossible, since we assumed we had the highest sum. Thus, the inequality
is proved, which is equivalent to what we wanted to prove.
~Imajinary
Remark
It is only the most common way of rearrangement inequality after expanding and subtracting same terms.~bluesoul
Remarks (added by pf02, November 2025)
The first solution can not be called a solution.
There are several issues with it. The first issue is that the
notions of "pairing" and "type 1 move" vs. "type 2 move" are
not defined. This is particularly bad with "type 1" and
"type 2" "moves" since the way they are used contradicts the
fact that they are meant to be complementary. Indeed, we can
not have only strict inequalities.I suppose
The second issue is with the last paragraph. Consider the
sentences "Suppose that
is the biggest
-value that
is not paired with its
-value in the
and
pairing.
Then, switch this
-value with the
-value currently
paired with
." These two sentences do not make sense.
Furthermore, depending on what meaning we would want to force
on these two sentences, and on what "type 2 move" may mean,
the sentence which follows, "This is obviously a type 2 move"
may or may not be true. And finally, the sentence "Continue
this process until you reach back to the
-
pairing"
is unclear: it is not clear that we would reach "the
-
pairing" (whatever "pairing" may mean).
Solution 2 is incorrect. The author assumed
that
and
are terms in
,
but this is not true unless
and
.
(Never mind the fact that there is a crucial sentence which
does not make sense: "assume, for contradiction, that neither
of those conditions are true and that there exists some order
of
s that are not ordered in the form
such that
is at a maximum out of all possible
permutations and is greater than the sum
".
But a benign and eager reader can guess what the author most
likely wanted to say.)
The remark which follows the two "solutions" makes
no sense at all.
Below I will give a solution to the problem.
Solution 3
Let
be the given set of numbers,
, and let
be a permutation of the set
. In other words
for a one-to-one function
. Remember that
a transposition is a permutation such that there exist
such
that
and
for all
. In other words, a transposition swaps two
elements of
, and leaves the others in place. Remember that we
can combine permutations. Explicitely, if
are two permutations,
and
then we have the combined permutation
which is
For the purposes of the solution to this problem, we will think of
the elements of the set
as arranged in a sequence, specifically,
the sequence created by the last permutation applied. For example
if we swap
and
in the set (or sequence)
, the new set (or sequence) will be
. This way, each element in the permuted
set has a precisely defined index.
We will call a transposition
if it swaps two
consecutive elements of
. In other words
is adjacent,
if it permutes
into
. We will call
a permutation
if given
and the elements
being swapped, the inequality
is satisfied.
The statement of the problem will follow from the following two lemmas:
If
is a positive transposition
then
Every permutation
is the combination of
adjacent, positive transpositions.
Let us prove the problem assuming the lemmas. According to Lemma 2,
we can write a given permutation as
,
where each
is an adjacent, positive permutation. If
is the resulting sequence from
and
are the resulting sequences from
then
for each
. According to Lemma 1, using that
each
is positive, we have
We will now prove the two lemmas.
TO BE CONTINUED
See Also
| 1975 IMO (Problems) • Resources | ||
| Preceded by First Question |
1 • 2 • 3 • 4 • 5 • 6 | Followed by Problem 3 |
| All IMO Problems and Solutions | ||