Again, we do the additive case, and leave the subtraction case to an exercise later. Let \(a \mid b\) and \(a \nmid c\text{.}\) This means that \(b=ax\) for some natural number \(x\text{,}\) and \(c=ay+r\text{,}\) where \(y\) is a natural number, and thinking about it as a remainder, \(r\) is a natural number such that \(r \leq a-1\text{.}\) We need to show that \(a \nmid b+c\text{,}\) so we need to show that \(b+c\) has a remainder. Adding both equations together, we get
\begin{equation*}
b+c = ax+ay+r.
\end{equation*}
Factoring out an \(a\) from the first two terms on the RHS,
\begin{equation*}
b+c = a(x+y)+r.
\end{equation*}
Since \(x+y \in \mathbb{N}\) and \(r \in \mathbb{N}\) with \(r \leq n-1\text{,}\) we have written \(b+c\) in quotient-remainder form, and we know there is exactly one way to do this. And since \(r \neq 0\text{,}\) then \(a \nmid b+c\text{.}\)