Proving Prime Divisor of Composite Integer ≤ √n

Fairy111
Messages
72
Reaction score
0

Homework Statement



I need to prove that a composite integer n>1 has a prime divisor p with p<=sqrt(n).

Homework Equations





The Attempt at a Solution



Im not sure how to do this, any help getting started would be great thanks.
 
Physics news on Phys.org
Since you haven't showed us what you have done, i will simply give you an outline of the proof.

You probably do realize that in order to show that a composite integer n>1, has a prime divisor p less than sqrt{n}, it suffices to show that n has a divisor, d, less than sqrt{n}.

It is clear that, since n is a composite, then it must have a divisor, call it d', different from 1 and n itself. Hence 2<=d'<n.

Now you will need to consider two cases:

1. If d'<sqrt{n}, then what? and

2. If d'>sqrt{n}, then what?

After you have tried this, come back with more specific questions?

Edit: This is actually a very neat result and it works both ways, namely: A positive integer n greater than 1 is composite iff n has a divisor d satisfying 2<=d<sqrt{n}.

This tells us that whenever we want to check whether an integer n is composite or a prime, all we have to do is check whether it has a divisor up to sqrt{n}. Of course, if n is too large it is not that convenient, but for small n it works.

Ex: let n=65. Then, we have a rough idea of what sqrt{65} equals, namely >8. So all we need to do is see whether 2, 3,..., 8 divide 65.
 
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