In regards to divisibility I am having trouble wrapping my head around some of the concepts, more specifically some of the general properties of divisibility.
for example, why is it possible for x|y, x|z => x|(y-z)?
In order to attempt to work this out to myself I tried to run through it logically. I understand that x|y = yc
GJ
Say : $y = 15$ and $z = 9$. It is easy to see that $3 | y$ and $3 | z$ . According to the property in question, $3$ must divide $y-z$ also; check if it really divides or not
– AgentS Sep 04 '14 at 13:05