2

Prove that if $$a \mid b$$ and $$a \mid c$$ then $$a \mid bx+cy$$ for any integers $x$ and $y$.

Here's my proof: $$b = ak$$ $$c = am$$

$$bx+cy = akx+amy = a(kx+my)$$

Notice that $kx+my$ is an integer.

Therefore by the fundamental Theorem of Arithmetic/Theorem of divisibility,

$$ a \mid bx+cy $$
Is there another way to prove this? How would you do this another way?

Bill Dubuque
  • 272,048
M.E.
  • 247

1 Answers1

2

I wouldn't do it any other way. However I would improve the write-up of the proof.

  1. You say initially that $c=aj$ but after this you clearly mean that $c=am$. You need to be consistent.
  2. Your third equality sign is missing its left hand side. It should be $$bx+cy=akx+amy=[\hbox{etc}]\ .$$
  3. The reason for your final conclusion is nothing to do with the fundamental theorem of arithmetic, it is simply the definition of divisibility.
David
  • 82,662