Prove that φ(n) + d(n) ≤ n + 1.
d(n) is the number of positive divisors of n.
φ(n) is the Euler's Totient Function.
Attempt:
For a prime number n, φ(n) = n - 1 (all numbers less than n are relatively prime to n except for 1) and d(n) = 2 (1 and n), so φ(n) + d(n) = n - 1 + 2 = n + 1, which satisfies the inequality.
For a composite number n, φ(n) is less than $n - \sqrt{n}$ and d(n) is less than $2\sqrt{n}$.