- 4,796
- 32
Hi people,
I would appreciate some help on this simple problem. I'm trying to prove that if n divides a - b, then n divides a and b with the same remainder. All numbers are integers of course. I got...
Hypothesis: a-b = nm for some m. We also have, by the euclid's algorithm, that \exists ! m_a, r_a such that a=nm_a + r_a and \exists ! m_b, r_b such that b=nm_b+ r_b. Combining these 2 results gives the equation nm_a+r_a-nm_b-r_b=nm. From there I don't know what do to.
I would appreciate some help on this simple problem. I'm trying to prove that if n divides a - b, then n divides a and b with the same remainder. All numbers are integers of course. I got...
Hypothesis: a-b = nm for some m. We also have, by the euclid's algorithm, that \exists ! m_a, r_a such that a=nm_a + r_a and \exists ! m_b, r_b such that b=nm_b+ r_b. Combining these 2 results gives the equation nm_a+r_a-nm_b-r_b=nm. From there I don't know what do to.
