-2

When a and b are coprime and their parities are different,

How to prove that $a+b$ and $a-b$ are coprime?

Bill Dubuque
  • 272,048
  • Welcome to [math.se] SE. Take a [tour]. You'll find that simple "Here's the statement of my question, solve it for me" posts will be poorly received. What is better is for you to add context (with an [edit]): What you understand about the problem, what you've tried so far, etc.; something both to show you are part of the learning experience and to help us guide you to the appropriate help. You can consult this link for further guidance. – Christian E. Ramirez Oct 30 '22 at 11:50

1 Answers1

-2

let $d\in\{\text{primes}\}\cup\{1\}$ s.t. $d|a+b,a-b\implies d|(a+b)+(a-b)=2a$ and $d|(a+b)-(a-b)=2b$, additionally $d\not= 2 $ (because $a+b$ is odd by hypothesis) $\implies d|a,b \implies d=1$

Bongo
  • 1,320