Zero Divided By Some Integer n

  • Thread starter Thread starter Bashyboy
  • Start date Start date
  • Tags Tags
    Integer Zero
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
Bashyboy
Messages
1,419
Reaction score
5
I tried to prove this claim, as I require it to finish one of my proofs.

By definition, if a,b are integers, with [itex]a \ne 0[/itex], we say that a divides b if there exists an integer c such that b = ca.

So, n divides 0 means that there exists some integer c such that n = c*0 = 0. But this would contradict the fact that n can't be zero.

What is wrong with this proof?
 
Physics news on Phys.org
According to your definition, "n divides 0" means there is some integer c such that 0 = c*n. This differs from what you have written above.
 
Oh, whoops. I always seem to write it backwards. Thanks, I see now!