MathDB
c (ab) = c (a) + c (b), \phi function

Source: 6th QEDMO problem 9 (22. - 29. 8. 2009) https://artofproblemsolving.com/community/c1512515_qedmo_200507

May 8, 2021
number theoryfunction

Problem Statement

For every natural nn let ϕ(n)\phi (n) be the number of coprime numbers k{1,2,...,n}k \in \{1,2,...,n\}. (Example: ϕ(12)=4\phi (12) = 4, because among the numbers 1,2,...,121, 2, ..., 12 there are only the4 4 numbers, 1,5,71, 5, 7 and 1111 coprime to12.12.) If kk is a natural number, then one defines \phi^k (n)=\underbrace{\strut \phi (\phi ...(\phi (n)) ...)}_{(k \, times \phi)} (Example: ϕ3(n)=ϕ(ϕ(ϕ(n)))\phi^3 (n)=\phi (\phi (\phi (n))) ) For every whole n>2n> 2 let c(n)c(n) be the smallest natural number kk with ϕk(n)=2\phi^k (n)= 2. Prove that c(ab)=c(a)+c(b)c (ab) = c (a) + c (b) for odd integers aa and bb, both of which are greater than 22, .