propertiesdivisibility
Divisibility is a relation between integers. For integers a and b, a divides b (written a|b) if there exists an integer k such that b = a·k. When a ≠ 0, this means b is a multiple of a; in particular, a divides 0 for every nonzero a.
Basic properties follow from the definition. If a|b, then a| (b + a·t) for any integer t, since
The relation interacts with greatest common divisor and least common multiple. The gcd of a and b
Divisibility underpins many tests and concepts in number theory, including modular arithmetic, factoring strategies, and algorithms
Examples: 6|30 since 30 = 6·5. 4 does not divide 18, but 3|18 and 6|18. More generally, 12|144