Unofficial archive — problems, solutions & results © IMC, reproduced with permission.

IMC / 2012 / Problems / Day 1, P3

IMC 2012 · Day 1 · P3

hard

Given an integer n>1n > 1, let SnS_n be the group of permutations of the numbers 1,2,,n1, 2, \dots, n. Two players, A and B, play the following game. Taking turns, they select elements (one element at a time) from the group SnS_n. It is forbidden to select an element that has already been selected. The game ends when the selected elements generate the whole group SnS_n. The player who made the last move loses the game. The first move is made by A. Which player has a winning strategy?

(Proposed by Fedor Petrov, St. Petersburg State University)

Solution (official)

Player A can win for n=2n = 2 (by selecting the identity) and for n=3n = 3 (selecting a 3-cycle).

We prove that B has a winning strategy for n4n \ge 4. Consider the moment when all permitted moves lose immediately, and let HH be the subgroup generated by the elements selected by the players. Choosing another element from HH would not lose immediately, so all elements of HH must have been selected. Since HH and any other element generate SnS_n, HH must be a maximal subgroup in SnS_n.

If H|H| is even, then the next player is A, so B wins. Denote by nin_i the order of the subgroup generated by the first ii selected elements; then n1n2n3n_1 \mid n_2 \mid n_3 \mid \dots. We show that B can achieve that n2n_2 is even and n2<n!n_2 < n!; then H|H| will be even and A will be forced to make the final – losing – move.

Denote by gg the element chosen by A on his first move. If the order n1n_1 of gg is even, then B may choose the identical permutation idid and he will have n2=n1n_2 = n_1 even and n2=n1<n!n_2 = n_1 < n!.

If n1n_1 is odd, then gg is a product of disjoint odd cycles, so it is an even permutation. Then B can chose the permutation h=(1,2)(3,4)h = (1,2)(3,4) which is another even permutation. Since gg and hh are elements of the alternating group AnA_n, they cannot generate the whole SnS_n. Since the order of hh is 2, B achieves 2n22 \mid n_2.

Remark. If n4n \ge 4, all subgrups of odd order are subgroups of AnA_n which has even order. Hence, all maximal subgroups have even order and B is never forced to lose.

How the field did

contestants scored
313
average (of 10)
2.55
solved (≥ 80%)
17.3%
near-0 (≤ 10%)
66.5%
discrimination
0.49

Score distribution (field cohort)

Computed on contestants with a meaningful total (field cohort); discrimination is the corrected item–total correlation.

Similar problems

IMC 2021 · Day 2 · P6hardavg 2.3/10 · solved 17% · near-0 71% · disc 0.57
IMC 2007 · Day 1 · P4hardavg 2.0/10 · solved 16% · near-0 69% · disc 0.61
IMC 2009 · Day 2 · P9hardavg 2.2/10 · solved 21% · near-0 76% · disc 0.46
IMC 2024 · Day 1 · P4very hardavg 1.4/10 · solved 12% · near-0 82% · disc 0.52