I was doing my homework in algebra and I'm not sure if I'm right. Basically, I have to show that $b\mid c$ is true as $b\mid a$ and $b\mid (a-c)$ are true (transitivity).
$ \begin{align*} b\mid a \leftrightarrow a = b\cdot k \\ b\mid a-c \leftrightarrow a-c = b\cdot k \end{align*} $
With the system of equations shown above, I added them up and it resulted on the following equation.
$ \begin{align*} a + (a-c) &= 2b\cdot k \\ 2a - c &= b \cdot 2k && 2a,2b \in \mathbb{Z} \\ \beta - c &= b \cdot \alpha && \text{implying } b\mid\beta - c \\ \end{align*} $
Is it right?