Maths Olympiad Prep

Library / /3 of 9

, 2019

Combinatorics Difficulty 5.3 AIME, harder Prove it United States

Problem:
Let N={1,2,3,}\mathbb{N}=\{1,2,3, \ldots\} be the set of all positive integers, and let ff be a bijection from N\mathbb{N} to N\mathbb{N}. Must there exist some positive integer nn such that (f(1),f(2),,f(n))(f(1), f(2), \ldots, f(n)) is a permutation of (1,2,,n)(1,2, \ldots, n) ?

Solution

Solution:
Answer: No
Consider the bijection ff defined by
(f(1),f(2),f(3),f(4),)=(2,4,6,1,8,3,10,5,12,) (f(1), f(2), f(3), f(4), \ldots)=(2,4,6,1,8,3,10,5,12, \ldots)
which alternates between even and odd numbers after the second entry. (More formally, we define f(n)=2nf(n)=2n for n=1,2n=1,2, f(n)=n+3f(n)=n+3 for odd n3n \geq 3 and f(n)=n3f(n)=n-3 for even n4n \geq 4.) No such nn can exist for this ff as the largest number among f(1),f(2),,f(n)f(1), f(2), \ldots, f(n) is more than nn for all nn: for k2k \geq 2, the maximum of the first 2k12k-1 or 2k2k values is achieved by f(2k1)=2k+2f(2k-1)=2k+2. (Checking n=1n=1 and n=2n=2 is trivial.)

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 reproduced verbatim; metadata (topic, difficulty) added by this project.