Example 4 (1) Prove: For any positive integer , there exist consecutive positive integers, none of which is a power number;
(2) Prove that there exist infinitely many distinct positive integers, such that neither they nor the sum of any distinct subset of them is a power number.
(Power number is defined as in Example 9 of Unit 5.)
Problem 1573
Official solution
Proof (1) We prove that there exist consecutive positive integers, each of which has at least one prime factor that appears exactly once in its prime factorization, making the number not a power.
Since there are infinitely many primes, we can take distinct primes . Consider the system of congruences
Since are pairwise coprime, by the Chinese Remainder Theorem, the above system of congruences has a positive integer solution . For , since , it follows that ; but by (1), , meaning appears exactly once in the prime factorization of , hence are not powers.
(2) We construct inductively an infinite sequence of positive integers , all of which are not powers, such that for each , the sum of any subset of is not a power, thereby proving the conclusion in (2).
First, can be any non-power number, for example, take . Suppose have been determined, we prove that we can choose to be a non-power number, , and plus any subset of is not a power.
Let be all the distinct sums of any subset of , where . Since there are infinitely many primes, we can take distinct primes , and consider the system of congruences
Since are pairwise coprime, the system of congruences (2) has infinitely many positive integer solutions . Take any solution greater than , and denote it as . Then implies that is divisible by but not by , hence is not a power. Also, implies that is divisible by but not by , thus for each , the number is not a power. This recursively constructs an infinite sequence that meets the aforementioned requirements. Q.E.D.