I have attempted to use the division theorem, but I am unsure exactly where to begin. Any hints/direction would be appreciated.
Asked
Active
Viewed 66 times
2 Answers
0
As a hint, consider why
- if $n$ divides $m$ then $n$ divides $nl+m$
- if $n$ divides $k$ then $n$ divides $k-nl$
To make things even easier in the first case, if $n$ divides $m$ then $a=\frac mn$ is an integer and $m=na$, so the question becomes: why if $n$ divides $m$ then $n$ divides $nl+na$? Similarly with the second case.

Henry
- 157,058
0
Use the definitions directly: $$ n \mid m \quad\Longrightarrow\quad m = nr \text{ for some } r \in \mathbb{Z} \quad\Longrightarrow\quad k = nl + nr = n(l + r) \quad\Longrightarrow\quad n \mid k $$ since $l + r \in \mathbb{Z}$ if $l, r \in \mathbb{Z}$.
To prove the other direction, rewrite $$ m = k - nl, $$ and argue in an analogous manner.

Sammy Black
- 25,273
-
1Please don't answer question closed as dupes (esp, when the answer is a dupe). – Bill Dubuque Feb 18 '21 at 03:31
Assume that $k=nl+m$ and that $n|k$, then by definition $k=nq$ where $q\in \mathbb{Z}$ then $nq=nl+m \Rightarrow nq-nl=m \Rightarrow n(q-l)=m$ and then $n|m$
Can you take frome here
– Feb 18 '21 at 03:29