AlgebraDifficulty 6.3Prove itIndian National Mathematical Olympiad · India
Let N denote the set of all natural numbers. Define a function T:N→N by T(2k)=k and T(2k+1)=2k+2. We write T2(n)=T(T(n)) and in general Tk(n)=Tk−1(T(n)) for any k>1. (i) Show that for each n∈N, there exists k such that Tk(n)=1. (ii) For k∈N, let ck denote the number of elements in the set {n:Tk(n)=1}. Prove that ck+2=ck+1+ck, for k≥1.
This one wants a proof. Work it on paper, then read the official solution and mark yourself. Be honest about it: the record is only any use to you if it is.
(i) For n=1, we have T(1)=2 and T2(1)=T(2)=1. Hence we may assume that n>1. Suppose n>1 is even. Then T(n)=n/2. We observe that (n/2)≤n−1 for n>1. Suppose n>1 is odd so that n≥3. Then T(n)=n+1 and T2(n)=(n+1)/2. Again we see that (n+1)/2≤(n−1) for n≥3. Thus we see that in at most 2(n−1) steps T sends n to 1. Hence k≤2(n−1). (Here 2(n−1) is only a bound. In reality, less number of steps will do.)
(ii) We show that cn=fn+1, where fn is the n-th Fibonacci number. Let n∈N and let k∈N be such that Tk(n)=1. Here n can be odd or even. If n is even, it can be either of the form 4d+2 or of the form 4d. If n is odd, then 1=Tk(n)=Tk−1(n+1). (Observe that k>1; otherwise we get n+1=1 which is impossible since n∈N.) Here n+1 is even. If n=4d+2, then again 1=Tk(4d+2)=Tk−1(2d+1). Here 2d+1=n/2 is odd. Thus each solution of Tk−1(m)=1 produces exactly one solution of Tk(n)=1 and n is either odd or of the form 4d+2. If n=4d, we see that 1=Tk(4d)=Tk−1(2d)=Tk−2(d). This shows that each solution of Tk−2(m)=1 produces exactly one solution of Tk(n)=1 of the form 4d. Thus the number of solutions of Tk(n)=1 is equal to the number of solutions of Tk−1(m)=1 and the number of solutions of Tk−2(l)=1 for k>2. This shows that ck=ck−1+ck−2 for k>2. We also observe that 2 is the only number which goes to 1 in one step and 4 is the only number which goes to 1 in two steps. Hence c1=1 and c2=2. This proves that cn=fn+1 for all n∈N.
Source: MathNet,
licensed CC-BY-4.0.
Statement reproduced verbatim; metadata (topic, difficulty, ordering) added by this project.