Writeup: IMO Shortlist 2002 N2
Problem Statement
Let be a positive integer, with divisors . Prove that is always less than , and determine when it is a divisor of .
My Solution
Fun problem that took me way longer that I should have! First, let's start with the second part:
Note that , where is the smallest prime divisor of . We know that 's largest divisor besides is , so if and , then we can only have if , i.e. has two divisors and therefore is prime. If we can prove , then we have successfully proven that iff is prime.
Now, we prove . Note that
so and we're done.