Definition
$a \mid b$ (read "$a$ divides $b$") iff $\exists k \in \mathbb{Z}: b = ak$
Properties
$a \mid b$ and $b \mid c \Rightarrow a \mid c$
$a \mid b \Rightarrow a \mid bc$ for any $c$
$a \mid b$ and $a \mid c \Rightarrow a \mid (bx+cy)$
$a \mid b$ and $b \mid a \Rightarrow a = \pm b$
GCD & LCM
$\gcd(a,b)$: largest $d$ dividing both
$\text{lcm}(a,b)$: smallest positive $m$ divisible by both
$\gcd(a,b) \cdot \text{lcm}(a,b) = ab$
Key: $\gcd(a,b) = 1$ means $a,b$ are coprime