test A number is said to divide another number if that number is an integer multiple of that number. For example, 5 divides 30 because there exists the integer 6 that can be multiplied with 5 to get 30. We notate this as such:
Formally it is defined like this:
A number is said to divide if there exists an integer that satisfies .
It may seem repetive to define divisibility when we already have division as a standard arithmatic operator, but notice that we have not used any division here! Multiplication is generally a much more versatile tool than divison because it does not have restrictions like divison does (cannot divide by zero, division is not a “closed operation”).
Of course dividing by zero is easy to avoid when you have known values, but if all you know about a number is that it is an integer then asserting that may not be correct.
Proofs with Divisibility
Prove that if and that .
If and then there exists integers such that and . So can be rewritten as . Because and the set of integers is closed over subtraction then the difference between them is also an integer. By definition a number will divide an integer multiple of iteself, so this is true.