Maths Olympiad Prep

Library / /42 of 86

Algebra Difficulty 5.8 AIME, harder Prove it Estonia

There are nn lists of candidates taking part in elections. Let hih_i be the total number of votes given for the candidates of the iith list. There are MM seats in the representative assembly.

Anna proposes the following system for delivering mandates: For each list, one computes a reference number vi=hiai+1v_i = \frac{h_i}{a_i + 1} where aia_i is the number of mandates already given to the iith list (initially ai=0a_i = 0, i.e., the reference number of each list equals its number of votes). On every step (MM times in total), one chooses the list with the greatest reference number (if several lists share the first place, one of them is chosen randomly) and adds one mandate to this list, after which the reference number of this list is recomputed.

Bert's idea for delivering mandates is to multiply the number of votes of every list by M/KM/K where K=h1++hnK = h_1 + \dots + h_n, whereby fractional results are rounded downwards. As rounding may cause some seats to be undelivered, he proposes multiplying all numbers of votes of the lists by some suitable coefficient β\beta, so that the number of mandates given to the iith list would be mi=βhiMKm_i = \lfloor \frac{\beta h_i M}{K} \rfloor where m1++mn=Mm_1 + \dots + m_n = M.

Prove that if such coefficient β\beta exists then Anna's and Bert's methods lead to the same distribution of mandates.

Solution

Let the total number of mandates given to the iith list be mim_i in the case of Bert's method and mim'_i in the case of Anna's method. Suppose that these methods result in different distribution of mandates. As the sum of numbers of mandates must be the same, we must have mi>mim'_i > m_i for some i=1,2,,ni = 1, 2, \dots, n and mj<mjm'_j < m_j for some j=1,2,,nj = 1, 2, \dots, n. As the numbers of mandates are integers, we have mimi+1m'_i \ge m_i + 1 and mj+1mjm'_j + 1 \le m_j.

Consider the situation in the case of Anna's method immediately after the iith list having obtained its last mandate. Before obtaining the last mandate, the iith list had mi1m'_i - 1 mandates and reference number vi=hi(mi1)+1=himiv_i = \frac{h_i}{(m'_i - 1) + 1} = \frac{h_i}{m'_i},

while the jjth list had at most mjm'_j mandates, implying that ajmja_j \le m'_j and vj=hjaj+1hjmj+1v_j = \frac{h_j}{a_j+1} \ge \frac{h_j}{m'_j+1}. As the mandate was given to the iith list, himihjmj+1\frac{h_i}{m'_i} \ge \frac{h_j}{m'_j+1}. Thus hihjmimj+1\frac{h_i}{h_j} \ge \frac{m'_i}{m'_j+1}, implying that
mjhihjmjmimj+1mjmi+1mjmi+1. m_j \cdot \frac{h_i}{h_j} \ge m_j \cdot \frac{m'_i}{m'_j+1} \ge m_j \cdot \frac{m_i+1}{m_j} \ge m_i+1.
On the other hand, from the specification of Bert's method we know that
mjhihj=hihjβhjMKhihjβhjMK=βhiMK<βhiMK+1=mi+1. m_j \cdot \frac{h_i}{h_j} = \frac{h_i}{h_j} \cdot \left\lfloor \frac{\beta h_j M}{K} \right\rfloor \le \frac{h_i}{h_j} \cdot \frac{\beta h_j M}{K} = \frac{\beta h_i M}{K} < \left\lfloor \frac{\beta h_i M}{K} \right\rfloor + 1 = m_i + 1.
This inequation contradicts the previous inequation. Hence both methods indeed lead to the same distribution of mandates.

Want a route through all this instead of an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

Source: MathNet, licensed CC-BY-4.0. Statement and solution reproduced as published; topic and difficulty added by this site.