An un-summarized change.

master
Levi Pearson 2014-01-24 11:59:46 -07:00 committed by git repository hosting
parent 4873269752
commit 92c3437ba4
1 changed files with 2 additions and 2 deletions

View File

@ -55,9 +55,9 @@ For all $a$, $1\mid a$ and $a\mid a$; For non-zero $b$, $b\mid 0$.
When $c\neq0$:
$$\begin{align}
b\mid a . c\mid b &\to c\mid a\\
b\mid a \cdot c\mid b &\to c\mid a\\
b\mid a &\to bc\mid ac\\
\end{align}$$
and
$$c\mid a . c\mid b \to c\mid ma + nb$$
$$c\mid a \cdot c\mid b \to c\mid ma + nb$$
for all integers $m$ and $n$