Table of contents

Select a white background

The Importance of Definitions

Any time your claim uses defined terms or notation, consider going to the definition and finding out what the terminology or notation means. Similarly, if one of your facts in the fact bank uses a defined term or notation, consider using the definition. Definitions are always available to add to your fact bank.

Example

For this example, the only numbers that we are talking about are integers.

Definition. Say that x | y if and only if x ≠ 0 and there exists an integer k so that y = kx.

For example, 5 | 15 since 15 = (3)(5). If x | y we say that x divides y, or x is a factor of y.

Definition. Say that xy (mod m) if and only if m > 0 and m | (xy).

For example, 17 ≡ 1 (mod 8) since 8 | (17 − 1). Notice that 1 ≡ 17 (mod 8) as well, since 8 | (1 − 17). If xy (mod m), we say that x is congruent to y mod m.

Theorem. If ab (mod m) then acbc (mod m).

Proof. Choose arbitrary values a, b, c and m such that

(1) ab (mod m)
By the definition of what fact (1) means,
(2) m | ab
By the definition of what fact (2) means,
(3) m ≠ 0
(4) ∃k (ab = km)
So we can choose a particular value x for k so that
(5) (ab = xm)
Multiplying both sides of that equation by c yields
(7) (acbc = xmc)
Thinking of j = xc, we see that
(8) ∃j(acbc = jm)
But using Definition 1 again, but this time in the opposite direction, and remembering fact (3),
(9) m | acbc
Now using Definition 2 again, that means
(10) acbc (mod m)
and we are done.