For every positive integer does there always exist consecutive positive integers such that none of them can be written in the form where and are positive integers with ?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Let p 1 , p 2 , … , p n be distinct prime numbers. To prove that there exists n consecutive integers that are not perfect powers, we can show that the i th number is congruent to p i modulo p i 2 , since that would imply that the exponent on p i is exactly 1, which disqualifies the number from being a perfect power.
Thus, we must find a positive integer x such that x + i ≡ p i ( m o d p i 2 ) for i = 1 , 2 , … , n . By the Chinese Remainder Theorem, there exists a solution x to this system. This choice of x guarantees that all of x + 1 , x + 2 , … , x + n are not the perfect power of any positive integer. ■