Given that p is a prime number, p=3, and integers a and b such that p∣a+b and p2∣a3+b3, we need to prove that p2∣a+b or p3∣a3+b3.
1. **Express a3+b3 in terms of a+b:**
a3+b3=(a+b)(a2−ab+b2)
Since p∣a+b, we can write a+b=kp for some integer k.
2. **Substitute a+b=kp into the equation:**
a3+b3=kp(a2−ab+b2)
Given p2∣a3+b3, we have:
p2∣kp(a2−ab+b2)
Since p is a prime and p∣kp, it follows that p∣k or p∣(a2−ab+b2).
3. **Case 1: p∣k:**
If p∣k, then k=mp for some integer m. Thus:
a+b=kp=mp2
Therefore, p2∣a+b.
4. **Case 2: p∣(a2−ab+b2):**
If p∣(a2−ab+b2), then:
a2−ab+b2≡0(modp)
Since p∣a+b, we can write b=−a(modp). Substituting b=−a into the equation:
a2−a(−a)+(−a)2=a2+a2+a2=3a2
Thus:
3a2≡0(modp)
Since p=3, p∣a. Let a=np for some integer n. Then:
b=−a≡−np(modp)
Substituting a=np and b=−np into a3+b3:
a3+b3=(np)3+(−np)3=n3p3−n3p3=0
Therefore, p3∣a3+b3.
In conclusion, we have shown that either p2∣a+b or p3∣a3+b3.
■