For each positive integer n let f(n) be the number of products of integers bigger than 1 whose result is at most n, i.e. f(n) is the number of k-uples (a1,a2,…,ak) where k is a natural number, ai≥2 is an integer for all i and a1⋅a2⋅…ak≤n (include, by convention, the empty 0-uple (⋅), whose product is 1).
Thus, for example, f(1)=1 because of the 0-uple (⋅) and f(6)=9, because of the 0-uple (⋅), the 1-uples (2),(3),(4),(5) and (6) and the 2-uples (2,2),(2,3) and (3,2).
Let α>1 such that ∑m=1∞mα1=2.
a. Prove that there exists a constant K>0 such that f(n)≤K⋅nα for all positive integers n.
b. Prove that there exists a constant c>0 such that f(n)≥c⋅nα for all positive integers n.