Maths Olympiad Prep

Library / /485 of 520

Number theory Difficulty 7.4 National olympiad, round 2 Prove it

Let f:NNf: \mathbb{N} \rightarrow \mathbb{N} be a function, and let fmf^{m} be ff applied mm times. Suppose that for every nNn \in \mathbb{N} there exists a kNk \in \mathbb{N} such that f2k(n)=n+kf^{2 k}(n)=n+k, and let knk_{n} be the smallest such kk. Prove that the sequence k1,k2,k_{1}, k_{2}, \ldots is unbounded.

Solution

We restrict attention to the set
S={1,f(1),f2(1),} S=\left\{1, f(1), f^{2}(1), \ldots\right\}
Observe that SS is unbounded because for every number nn in SS there exists a k>0k>0 such that f2k(n)=n+kf^{2 k}(n)=n+k is in SS. Clearly ff maps SS into itself; moreover ff is injective on SS. Indeed if fi(1)=fj(1)f^{i}(1)=f^{j}(1) with iji \neq j then the values fm(1)f^{m}(1) start repeating periodically from some point on, and SS would be finite. Define g:SSg: S \rightarrow S by g(n)=f2kn(n)=n+kng(n)=f^{2 k_{n}}(n)=n+k_{n}. We prove that gg is injective too. Suppose that g(a)=g(b)g(a)=g(b) with aba \neq b and ka>kbk_{a} > k_{b}. So, since ff is injective on SS, we obtain
f2(kakb)(a)=b=a+(kakb). f^{2\left(k_{a}-k_{b}\right)}(a)=b=a+\left(k_{a}-k_{b}\right) .
However this contradicts the minimality of kak_{a} as 0<kakb<ka0 < k_{a} - k_{b} < k_{a}. Therefore, gg is injective.

Let T={nS:knn}T=\{n \in S : k_{n} \leq n\}. Since kn>nk_{n} > n for nSn \in S, TT is non-empty. For each tTt \in T denote Ct={t,g(t),g2(t),}C_{t}=\left\{t, g(t), g^{2}(t), \ldots\right\}; call CtC_{t} the chain starting at tt. Observe that distinct chains are disjoint because gg is injective. Each nS\Tn \in S \backslash T has the form n=g(n)n=g\left(n^{\prime}\right) with n<nn^{\prime} < n, and kn>knk_{n} > k_{n^{\prime}}. Since nS\Tn^{\prime} \in S \backslash T, we have kn>nk_{n^{\prime}} > n^{\prime}, and thus kn>n+1nk_{n} > n^{\prime} + 1 \geq n. In conclusion k1,k2,k_{1}, k_{2}, \ldots is unbounded.

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: NuminaMath-1.5, licensed Apache-2.0. Statement and solution reproduced as published; topic and difficulty added by this site.