Is There Always a Prime Number Between n and n! for n>2?

  • Thread starter theIBnerd
  • Start date
  • Tags
    Theorem
In summary: prime then it is also an integer == 1 mod (n-1)?and secondly, what is the difference between your two proofs?
  • #1
theIBnerd
13
0
Hello. I have to prove the fallowing theorem:

"There is at least one prime number between n and n! (n factorial) for all n>2."

I would be happy if you could prove this theorem for me or at least tell me if you have used the rule of Infinity of Prime Numbers in your proof. Thank you.
 
Physics news on Phys.org
  • #2
We can't do this for you, but we can help you. If you look through the usual proof that there are infinitely many primes (Euclid's proof), you might see that you can modify it slightly to prove this result.
 
  • #3
I'm not sure on this, but perhaps you can use the fact that there is always a prime between n and 2n. A factorial for a number x greater than 2 will always be some number less than x, times x, and since x>2, the first rule I stated applies.
 
  • #4
theIBnerd said:
Hello. I have to prove the fallowing theorem:

"There is at least one prime number between n and n! (n factorial) for all n>2."

I would be happy if you could prove this theorem for me or at least tell me if you have used the rule of Infinity of Prime Numbers in your proof. Thank you.

Use the Chinese Remainder Theorem to find an integer == 1 mod each prime < n and hence an integer == 1 mod (n-1)!.

Then adding to the latter integer a suitable multiple of (n-1)! yields an integer with the same property in the range [n, n!] (whose width is > (n-1)!), and every prime factor of this integer must be in the same range.

This doesn't rely on the fact that there are an infinite number of primes (and therefore proves this).
 
  • #5
pzona said:
I'm not sure on this, but perhaps you can use the fact that there is always a prime between n and 2n. A factorial for a number x greater than 2 will always be some number less than x, times x, and since x>2, the first rule I stated applies.
Yes I have thought of Bertrand's Postulate, too; but I need a distinct proof of the theorem. Thank you anyway.

LeonhardEuler said:
We can't do this for you, but we can help you. If you look through the usual proof that there are infinitely many primes (Euclid's proof), you might see that you can modify it slightly to prove this result.

OwlHoot said:
Use the Chinese Remainder Theorem to find an integer == 1 mod each prime < n and hence an integer == 1 mod (n-1)!.

Then adding to the latter integer a suitable multiple of (n-1)! yields an integer with the same property in the range [n, n!] (whose width is > (n-1)!), and every prime factor of this integer must be in the same range.

This doesn't rely on the fact that there are an infinite number of primes (and therefore proves this).

OwlHoot, thank you for extending LeonhardEuler's answer and proving the theorem. Your proof to the theorem seems elegant.

I also reached another proof of the theorem, which goes:

If n = 3 then 3 < 5 < 6 = 3!
If n = 4 then 4 < 7 < 24 = 4!

If n > 4, let ∏p¡(n) be the product of the first k primes such that p¡ < n. For example, if n = 12, then ∏p¡(n) = 2*3*5*7*11. Clearly, ∏p¡(n) divides n! because every factor of ∏p¡(n) is a factor of n!. So ∃ k ∈ N, k > 1 such that k∏p¡(n) = n!. Since k > 1 and ∏p¡(n) > 1, (k - 1)∏p¡(n) > 1. So, n! = (k - 1 + 1)∏p¡(n) = (k - 1)∏p¡(n) + ∏p¡(n) > 1 + ∏p¡(n).

If n is prime then n divides ∏p¡(n), so that n < ∏p¡(n) < ∏p¡(n) + 1 < n!

If n is composite, then n divides (n-1)! As before, for n-1, ∃ k ∈ N such that k∏p¡(n-1) = (n-1)! Since ∏p¡(n-1) > 1 and n divides (n-1)! we have that (n-1)!/k = nd, for some positive integer d. Therefore, ∏p¡(n-1) > n. Since ∏p¡(n) ≥ ∏p¡(n-1), we have that ∏p¡(n) + 1 > ∏p¡(n) ≥ ∏p¡(n-1) > n.

By Euclid's Theorem, ∏p¡(n) + 1 is prime. Therefore, we have shown there exists at least one prime number between n and n! for all n ∈ N, n > 2.
 
  • #6
OwlHoot said:
Use the Chinese Remainder Theorem to find an integer == 1 mod each prime < n and hence an integer == 1 mod (n-1)!.

Then adding to the latter integer a suitable multiple of (n-1)! yields an integer with the same property in the range [n, n!] (whose width is > (n-1)!), and every prime factor of this integer must be in the same range.

This doesn't rely on the fact that there are an infinite number of primes (and therefore proves this).

OwlHoot,

A few questions here , how is it that if an integer == 1 mod each prime < n then that integer == 1 mod (n-1)! ??

eg. consider n = 6 ,
then the required integer = 2*3*5 + 1 ( becoz it gives rem 1 with all primes < 6)

but 2*3*5 + 1 mod (6-1)! , ie mod 120 is certainly not == 1 .

it is rather == 31

Now if u wanted a no that is == 1 mod (n-1)! , and hence == 1 mod any prime < n ,
u would be looking for x.(n-1)! + 1 where x is any integer .

Now again considering n= 6 , this means the integer we are lookin for is x.(6-1)! +1 i.e.

120x + 1
Now the suitable value of x such that
n < 120x + 1 < n!
is x= 1
hence the number we are supposed to be looking at is 121
but 121 = 11^2 , hence is not a prime number. So the proof is wrong.

Or have I got something seriously wrong over here ??
 
  • #7
theIBnerd said:
Yes I have thought of Bertrand's Postulate, too; but I need a distinct proof of the theorem. Thank you anyway.OwlHoot, thank you for extending LeonhardEuler's answer and proving the theorem. Your proof to the theorem seems elegant.

I also reached another proof of the theorem, which goes:

If n = 3 then 3 < 5 < 6 = 3!
If n = 4 then 4 < 7 < 24 = 4!

If n > 4, let ∏p¡(n) be the product of the first k primes such that p¡ < n. For example, if n = 12, then ∏p¡(n) = 2*3*5*7*11. Clearly, ∏p¡(n) divides n! because every factor of ∏p¡(n) is a factor of n!. So ∃ k ∈ N, k > 1 such that k∏p¡(n) = n!. Since k > 1 and ∏p¡(n) > 1, (k - 1)∏p¡(n) > 1. So, n! = (k - 1 + 1)∏p¡(n) = (k - 1)∏p¡(n) + ∏p¡(n) > 1 + ∏p¡(n).

If n is prime then n divides ∏p¡(n), so that n < ∏p¡(n) < ∏p¡(n) + 1 < n!

If n is composite, then n divides (n-1)! As before, for n-1, ∃ k ∈ N such that k∏p¡(n-1) = (n-1)! Since ∏p¡(n-1) > 1 and n divides (n-1)! we have that (n-1)!/k = nd, for some positive integer d. Therefore, ∏p¡(n-1) > n. Since ∏p¡(n) ≥ ∏p¡(n-1), we have that ∏p¡(n) + 1 > ∏p¡(n) ≥ ∏p¡(n-1) > n.

By Euclid's Theorem, ∏p¡(n) + 1 is prime. Therefore, we have shown there exists at least one prime number between n and n! for all n ∈ N, n > 2.
I didnt understand the proof completely , but this is what I think u meant :

you have proved that ∏p¡(n) + 1 + 1 > n and < n!, and then concluded that ∏p¡(n) + 1 is a prime number due to some theorem by euclid.

Well if that's the case , then what I can say is ∏p¡(n) + 1 , need not be a prime number at all :
All euclids theorem states is that either ∏p¡(n) + 1 is prime OR there exists some other prime number (say M) greater than [p][/i] where [p][/i] is the largest prime < n , such that M divides ∏p¡(n) + 1 exactly.
Anyhow this does prove your theorem , because M > n and M <= ∏p¡(n) + 1 < n!

Sorry for the formatting .. I really donno how to use this latex formatting thing
 
  • #8
theIBnerd said:
If n is composite, then n divides (n-1)! As before, for n-1, ∃ k ∈ N such that k∏p¡(n-1) = (n-1)! Since ∏p¡(n-1) > 1 and n divides (n-1)! we have that (n-1)!/k = nd, for some positive integer d. Therefore, ∏p¡(n-1) > n. Since ∏p¡(n) ≥ ∏p¡(n-1), we have that ∏p¡(n) + 1 > ∏p¡(n) ≥ ∏p¡(n-1) > n.
The logic here is a little unclear to me.

theIBnerd said:
By Euclid's Theorem, ∏p¡(n) + 1 is prime. Therefore, we have shown there exists at least one prime number between n and n! for all n ∈ N, n > 2.

Euclid's proof does not show that ∏p¡(n) + 1 is prime. It shows that there is some prime number between n and ∏p¡(n) + 1 (a prime number p such that [tex]n < p \leq \Pi\pi(n)+1[/tex] to be exact). (for instance 2*3*5*7*11*13+1=30031= 59*509)This would still be enough to prove the theorem assuming all the previous steps are correct.

The way I was thinking of proving it was simpler, a proof by contradiction:

Let x be a number such that there is no prime between x and x! and x>2. Form the product of all primes less than or equal to x, and add 1 to this. Call this number y.

For x>3, y is less than x!: [tex]y=\Pi\pi(n) + 1< 4*\Pi\pi(n) \leq x![/tex]. The first step works because the product of primes is greater than 1. The second step works because 4 is composite, so it will be present in x!, but not in the product of primes for x>3. The theorem is obvious for x=3, so x cannot be 3.

y cannot be prime, because y<x! and there are no primes between x and x!

y cannot be composite: No prime number less than or equal to x divides y because all such prime numbers divide the product of primes less than or equal to x, so are of the form n+1/q for integers n and q>1. No primes greater than x! divide y because y<x!. There are no primes between x and x!.

But y must be prime or composite. Contradiction.
 
  • #9
LeonhardEuler said:
The logic here is a little unclear to me.



Euclid's proof does not show that ∏p¡(n) + 1 is prime. It shows that there is some prime number between n and ∏p¡(n) + 1 (a prime number p such that [tex]n < p \leq \Pi\pi(n)+1[/tex] to be exact). (for instance 2*3*5*7*11*13+1=30031= 59*509)This would still be enough to prove the theorem assuming all the previous steps are correct.

The way I was thinking of proving it was simpler, a proof by contradiction:

Let x be a number such that there is no prime between x and x! and x>2. Form the product of all primes less than or equal to x, and add 1 to this. Call this number y.

For x>3, y is less than x!: [tex]y=\Pi\pi(n) + 1< 4*\Pi\pi(n) \leq x![/tex]. The first step works because the product of primes is greater than 1. The second step works because 4 is composite, so it will be present in x!, but not in the product of primes for x>3. The theorem is obvious for x=3, so x cannot be 3.

y cannot be prime, because y<x! and there are no primes between x and x!

y cannot be composite: No prime number less than or equal to x divides y because all such prime numbers divide the product of primes less than or equal to x, so are of the form n+1/q for integers n and q>1. No primes greater than x! divide y because y<x!. There are no primes between x and x!.

But y must be prime or composite. Contradiction.

Well .. I think u got it absolutely right here ... I was saying the same thing basically .. that x < \Pi\pi(n) +1 < x! ... but nice to see your proof of it ...
by the way thanks for ur example (for instance 2*3*5*7*11*13+1=30031= 59*509) ... coz i was searching for such an example but couldn't find one
 

1. How do I start proving a theorem?

The first step in proving a theorem is to carefully read and understand the statement of the theorem. Then, familiarize yourself with any relevant definitions, axioms, and previously proven theorems that may be useful in your proof.

2. What strategies can I use to prove a theorem?

There are many different strategies that can be used to prove a theorem, including direct proof, proof by contradiction, proof by induction, and proof by construction. The choice of strategy often depends on the specific theorem and your personal preference.

3. How do I know if my proof is valid?

A valid proof should be logically sound and follow a clear and organized structure. It should also use only previously proven statements, definitions, and axioms. You can also have someone else review your proof to check for any errors or gaps in logic.

4. What if I get stuck while trying to prove a theorem?

If you get stuck while trying to prove a theorem, take a step back and try to approach the problem from a different angle. You can also consult with other mathematicians or look for similar proofs in textbooks or online resources for inspiration.

5. Can a theorem have more than one proof?

Yes, a theorem can have multiple valid proofs. In fact, this is often the case for well-known theorems, as different mathematicians may approach the proof using different strategies or techniques. However, all valid proofs should ultimately lead to the same conclusion.

Similar threads

  • Linear and Abstract Algebra
Replies
11
Views
1K
  • Linear and Abstract Algebra
Replies
17
Views
1K
  • Linear and Abstract Algebra
Replies
2
Views
438
  • Linear and Abstract Algebra
Replies
8
Views
891
  • Linear and Abstract Algebra
Replies
3
Views
1K
  • Linear and Abstract Algebra
Replies
6
Views
1K
  • Precalculus Mathematics Homework Help
Replies
2
Views
889
Replies
1
Views
752
  • Linear and Abstract Algebra
Replies
2
Views
793
  • Calculus and Beyond Homework Help
Replies
2
Views
2K
Back
Top