Have to prove - If $a | (b+c) $ and $a | (b-c) $, then $a | b $ and $a | c $ Don't really know, which approach to take. Thought maybe to break this statement on parts, and prove:
- If $a | (b+c) $, then $a | b $ and $a | c $
- If $a | (b-c) $, then $a | b $ and $a | c $ But don't know if it is going to be valid. Can someone suggest which approach to take?