Maths Olympiad Prep

Library / /36 of 39

Combinatorics Difficulty 6.4 National olympiad Prove it Ireland

Given an nn-tuple of numbers (x1,x2,,xn)(x_1, x_2, \dots, x_n) where each xi=+1x_i = +1 or 1-1, form a new nn-tuple
(x1x2,x2x3,x3x4,,xnx1), (x_1x_2, x_2x_3, x_3x_4, \dots, x_nx_1),
and continue to repeat this operation. Show that if n=2kn = 2^k for some integer k1k \ge 1, then after a certain number of repetitions of the operation, we obtain the nn-tuple
(1,1,1,,1). (1, 1, 1, \dots, 1).

Solution

Use induction on kk. Result clear for k=1k=1. Assume it is true for some k>1k > 1 and now consider an arbitrary nn-tuple (x1,x2,,xn)(x_1, x_2, \dots, x_n) of length n=2k1n = 2^{k-1}. Since xi2=1x_i^2 = 1 for all ii, the second iteration
(x1x22x3,x2x32x4,,xn1xn2x1,xnx12x2) (x_1 x_2^2 x_3, x_2 x_3^2 x_4, \dots, x_{n-1} x_n^2 x_1, x_n x_1^2 x_2)
can be written as
(x1x3,x2x4,x3x5,,xn1x1,xnx2) (x_1 x_3, x_2 x_4, x_3 x_5, \dots, x_{n-1} x_1, x_n x_2)
which is the result of the interlacing of the two (n1)(n-1)-tuples
(x1x3,x3x5,,xn1x1)and(x2x4,x4x6,,xnx2).(3) (x_1 x_3, x_3 x_5, \dots, x_{n-1} x_1) \quad \text{and} \quad (x_2 x_4, x_4 x_6, \dots, x_n x_2). \quad (3)
The same rule can be used to obtain the fourth iteration of the original nn-tuple by interlacing the second iteration of the two (n1)(n-1)-tuples of (3), the sixth iteration of the original by interweaving the third iterations etc.. Thus 2j2j iterations (j2j \ge 2) of the original nn-tuple yields the same result as the interlacing of the jthj^{th} iterations of the two (n1)(n-1)-tuples of (3). But the induction hypothesis guarantees that these iterations of the (3) tuples consist only of ones for sufficiently large jj. Thus we conclude that, for jj sufficiently large, 2j2j iterations of the original nn-tuple gives the nn-tuple (1,1,,1)(1, 1, \dots, 1) as required.

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.