1. Assume the contrary: Suppose it is possible to color all integers greater than 1 in three colors (red, green, blue) such that the product of any two differently colored numbers is colored differently from each of the factors.
2. Define sets:
- Let A={x∈N∖{1}∣x is red}
- Let B={y∈N∖{1}∣y is green}
- Let C={z∈N∖{1}∣z is blue}
From the problem statement, we have:
A∪B∪C=N∖{1}
A∩B=A∩C=B∩C=∅
x∈A,y∈B⟹xy∈C
x∈A,z∈C⟹xz∈B
y∈B,z∈C⟹yz∈A
3. Claim 1: Let p∈A be a prime number. Then pn∈A for all n∈N.
Proof:
- Assume there exists k∈N∖{1} such that pk∈B.
- Since p∈A and pk∈B, it follows that pk+1∈C.
- Since p∈A and pk+1∈C, it follows that pk+2∈B.
- By induction, pm∈B∪C for all m≥k.
On the other hand:
- Since pk∈B and pk+1∈C, it follows that p2k+1∈A, which contradicts the previous statement that pm∈B∪C for all m≥k.
Hence, the assumption is false, and pn∈A for all n∈N.
4. Claim 2: Let p∈A be a prime number. Then qn∈A for all prime numbers q and for all n∈N.
Proof:
- Assume there exists a prime number q such that q∈B.
- Since p∈A and q∈B, it follows that pq∈C.
- Since p∈A and pq∈C, it follows that p2q∈B.
- By Claim 1, p2∈A.
- Since p2∈A and q∈B, it follows that p2q∈C, which contradicts the previous statement that p2q∈B.
Hence, the assumption is false, and q∈A for all prime numbers q.
5. Conclusion from Claims 1 and 2:
- All prime numbers and their powers belong to the same set A.
6. Contradiction:
- Assume pn∈A for all prime numbers p and n∈N, and let N∈B.
- Then N can be expressed as N=p1α1p2α2⋯pmαm where p1,p2,…,pm are pairwise distinct prime numbers and α1,α2,…,αm∈N.
- Since p1∈A and N∈B, it follows that p1α1+1p2α2⋯pmαm∈C.
- Since N∈B and p1α1+1p2α2⋯pmαm∈C, it follows that p12α1+1p22α2⋯pm2αm∈A.
On the other hand:
- Since p1α1+1∈A and N∈B, it follows that p12α1+1p2α2⋯pmαm∈C.
- Since p2α2∈A and p12α1+1p2α2⋯pmαm∈C, it follows that p12α1+1p22α2p3α3⋯pmαm∈B.
Using the same reasoning for p3α3,…,pmαm∈A, we finally obtain p12α1+1p22α2⋯pm2αm∈B∪C, which contradicts the previous statement that p12α1+1p22α2⋯pm2αm∈A.
Conclusion:
It is not possible to color all integers greater than 1 in three colors such that the color of the product of any two differently colored numbers is different from the color of each of the factors. ■