If a divides bc, then a divides b or a divides c

  • Thread starter Thread starter Dustinsfl
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 35K views
Dustinsfl
Messages
2,217
Reaction score
5
If [tex]a|bc[/tex], then [tex]a|b[/tex] or [tex]a|c[/tex].

[tex]a|bc\Leftrightarrow am=bc\Leftrightarrow a\left(\frac{m}{b}\right)=c[/tex]

Hence, [tex]a|c[/tex]
 
Physics news on Phys.org
Dustinsfl said:
If [tex]a|bc[/tex], then [tex]a|b[/tex] or [tex]a|c[/tex].

[tex]a|bc\Leftrightarrow am=bc\Leftrightarrow a\left(\frac{m}{b}\right)=c[/tex]

Hence, [tex]a|c[/tex]

That statement is false as stated. Let b = 6, c = 10. Then a = 4 divides bc = 60 but a doesn't divide either b or c.
 
Your proof is false because you are dividing by b. This is incorrect since b could be 0.
 
Last edited:
ocohen said:
This is only true if b or c is prime. As a side note, your proof is false because you are dividing by b. This is incorrect since b could be 0.

he also doesn't know whether m/b will be an integer or not.

I am guessing you are reading an introductory number theory book. you should refrain from dividing as much as possible in your proofs. modding out is acceptable later when you start doing it, but don't divide unless you know that the denominator is NOT zero and the quotient is an integer.