It is a well-known fact that there exist arbitrarily large gaps in the set of prime numbers. Prove that there are, furthermore, arbitrarily large gaps in the set of powers of primes (i.e. \(2^{1}, 2^{2}, 2^{3}, \ldots, 3^{1}, 3^{2}, 3^{3}, \ldots, 5^{1}, 5^{2}, 5^{3}\ldots,\) etc.). I have a proof using similar construction based on factorials (like the original problem uses), but I wanted to see if there were any other approaches out there.
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
There's also the chinese remainder theorem approach.
Let pi be composite numbers, that are (pairwise) relatively prime. By CRT, there is a solution to the system N≡−i(modpi).
Then, N+1,N+2,…N+n are composite numbers (multiplies of pi) that are not prime powers.
Note: This problem was posted in IMO 1989, which is why it's so familiar to me.
Log in to reply
Ah of course! Yeah I came up with a solution by construction: k!2+2,...,k!2+k. I also made it a fun challenge to try and work with the original construction: k!+2,...,k!+k, and by golly, that actually holds as well.
Log in to reply
Hm, the original construction might not hold. For example, 4!+3=27=33 is a prime power. I don't know if there are larger possibilities. If you have a condition of k>4, please let me know.
Edit: Thanks for adding your proof using the original construction. I wasn't expecting that!
Here's the beginning of my proof:
Let a!+b=pk for some integers 1<b≤a and p prime. Since b≤a, we have b∣a!, and so b∣a!+b=pk. Thus, b=pm for some m<k. If m>1, then p,p2,…,pm<a, and so p(m+(m−1)+⋯+1)∣a!=pk−pm=pm(p(k−m)−1), and p((m−1)+(m−2)+⋯+1)∣p(k−m)−1. This implies that p(k−m)≡0(modp)). But this only works if p(k−m)=1, or k=m, a contradiction.
So we now have a!+p=pk. Let’s assume that 2p≤a. Then p,2p≤a, therefore p2∣a!. But then p2∣pk−a!=p, a contradiction. So p≤a<2p. Now working with our equation, we get:
a!+p=pk
(p−1)!(p+1)⋯(a−1)a+1=p(k−1)
(p−2)!(p+1)⋯(a−1)a=p(k−2)+p(k−3)+⋯+p+1.
From here on, let’s assume that (p−1)>4. Then we know that (p−2)!≡0(mod(p−1)) (by the above lemma). We also have pr≡1(mod(p−1)) for all nonnegative r. Applying these,
0≡1+1+⋯+1+1=k−1(mod(p−1)).
So (k−1)=n(p−1), or k=n(p−1)+1 for some integer n. We have a!+p=p(n(p−1)+1).
Since a<2p, we can write:
a!≤(2p−1)!=[(p−(p−1))(p+(p−1))]⋅⋅⋅[(p−2)(p+2)][(p−1)(p+1)]p
a!≤[p2−(p−1)2][p2−(p−2)2]⋅⋅⋅[p2−22][p2−12]p
a!<(p2)(p2)⋅⋅⋅(p2)(p2−1)p
a!<(p2)(p−2)(p2−1)p
a!<p(2(p−2)+1)(p2−1).
And so:
p(n(p−1)+1)=a!+p<p(2(p−2)+1)(p2−1)+p=p(2(p−1)+1)−p(2p−3)+p<p(2(p−1)+1).
Since p>4, we thus have n(p−1)+1<2(p−1)+1, or n<2. Clearly, n must be nonnegative. If n=0, then k=1, a contradiction. So n=1 and a!+p=pp.
From here, I rewrite as a!=pp−p and compare factors of both sides to prove that no such solutions exist.
So if {xn} is the ordered sequence of the powers of primes, given any integer n, you'd like to find xk and xk+1 such that n≤xk+1−xk? Sounds pretty convoluted and ill-defined, but I think that's what you're getting at.