As stated in the title, I need to prove that if $n \mid a$ and $n \mid b$ then $n \mid (a+b)$.
So far this is what I have:
Assume that $n \mid a$ and $n \mid b$. Then there exists two integers $d$ and $f$ such that $n \mid a = nd$ and $n \mid b = nf$. I am stumped at this point. I remember there was a rule for something like this but I can't remember the name of it. Any help is appreciated, thanks!