Prove that a positive integer nn is a prime number if no prime number less than or equal to √n√n divides nn.
Answer:
- Let nn be a positive integer such that any prime number less than or equal to √n√n does not divide nn.
Now, we have to prove that nn is prime. - Let us assume nn is not a prime integer, then nn can be written as
n=yzn=yz where 1<y≤z1<y≤z
⟹y≤√n⟹y≤√n and z≥√nz≥√n - Let pp be a prime factor of yy, then, p≤y≤√np≤y≤√n and pp divides yy.
⟹p|yz⟹p|n.....(1) - By eq(1), we get a prime number less than or equal to √n that divides n. This contradicts the given fact that any prime number less than or equal to √n does not divide n, therefore, our assumption that n is not a prime integer was wrong.
- Hence, if no prime number less than or equal to √n divides n, then n is a prime integer.