0

It's about cancellation law.

if $ax=ay$ then $x=y$, provided that $a \neq 0$

It says that this only true if it applied in whole integers not just positive integers, I'm not really sure, if I put some numbers it turns that $x \neq y$ after all.

Thanks in advance

Adam
  • 3
  • 3
    Please provide the examples? – hjpotter92 Mar 01 '13 at 12:49
  • 1
    It's weird question. The cancellation law stated above is true for real and even complex numbers. If you think it fails sometimes, have you tried to find a counterexample to disprove it? – Kaster Mar 01 '13 at 12:51
  • Really sorry, I'm not reading the text carefully, the statement above is correct, my mistake. – Adam Mar 01 '13 at 12:58

1 Answers1

0

$ax=ay$ so $a(x-y)=0$, so because $a\neq 0$ we get $x=y$.

This is true whenever $a\cdot b = 0 \Rightarrow a = 0 $ or $b = 0$, so it works for positive integers as well as for negative integers.

Stefan
  • 3,451