Prime number problem, pure maths, explain this solution

smiddy
Messages
1
Reaction score
0

Homework Statement



Prove that for every k >= 2 there exists a number with precisely k divisors.


I know the solution, but don't fully understand it, here it is;


Consider any prime p. Let n = p^(k-1). An integer divides n if and only if it has the form p^i where 0<= i <= (k-1). There are k choices for i, therefore n has exactly k divisors.

Could someone fully explain the thought process involved in finding the solution, I understand p^i etc, just don't know where p^(k-1) comes from.
 
Physics news on Phys.org
If you understood the though process, you'd know where p^{k-1} came from. Given the problem, one can decide to be clever and take a prime, say p. Then if we look at

1,p,p2,...pk-1

Then 1, p, p2, ... ,pk-1 all divide pk-1, and no other numbers do. Hence, we found a number with exactly k divisors
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top