I was going through the fundamental theorem in Number Theory where any non zero integer n can be represented as a product of distinct primes. A related problem with this theorem is to prove that for every such number, there exists a prime p such that p< $\sqrt n$.
I was wondering if there is any mathematical proof that no prime p exists for the number n such that p> $\sqrt n$.
|
|
|||||||
|
|
No. Consider that the square root of 14 is about 3.74 but 14 has 7 as a prime factor. Also consider that any prime number such as 2 is its own (only) prime factor, and any number greater than 1 is greater than its square root. The theorem you have stated is incorrect: 25 has no prime factor less than 5, and 3 has no prime factor less than 1.732; however, it is true that every composite number has a prime factor less than or equal to its square root. |
|||||||
|
|
You seem to be confused with another statement, which is that the smallest prime factor of a composite number N is less than or equal to $\sqrt N$. |
|||
|
|
Proof: Suppose $n$ is a positive integer s.t. $n=pq$, where $p$ and $q$ are prime numbers. Assume $p>\sqrt{n}$ and $q>\sqrt{n}$. Multiplying these inequalities we have $p.q>\sqrt{n}.\sqrt{n}$, which implies $pq>n$. This is a contradiction to our hypothesis $n=pq$. Hence we can conclude that either $p\leq \sqrt{n}$ or $q \leq \sqrt{n}$. |
|||||||
|
|
N=a*b=ab+b^2-b^2=b^2 + b(a-b) if b < a then b^2 < N so b < sqrt(N) if b = a a = b = sqrt(N) |
||||
|
|
|
It doesn't mean that every factor of $n$ would be less that $\sqrt{n}$, in fact at least one factor would be less than $\sqrt{n}$ if $n$ is not a prime number. Explanation: $$ n=\sqrt{n}\cdot \sqrt{n},\quad n=a\cdot b, $$ so 1) if one factor is less than $\sqrt{n}$ then other will be greater than $\sqrt{n}$, 2) if there is no such factor less than $\sqrt{n}$ then both factors would be greater than $\sqrt{n}$ but it's not possible; so, that number must be prime if it doesn't have a factor less than $\sqrt{n}$. |
||||
|
|
|
I know the answer is late. But, maybe its useful for reference. For a number n consider these cases:
1 - No other prime factors -- Eg. 11 Clearly, the only cases 1,2,3 touch or cross the sqrt(n) border. Think of square-root as splitting a number into two in the multiplicative sense. |
||||