Proof Integer Divisibility Properties

Created at: 2025-05-11

Definition of Divisibility For Integers

A nonzero integer a is said to divide an integer b if b/a = k for some integer k.

When a divides b, we write a | b. When a does not divide b, we write a † b.

Simple Examples:

Special case b = 0:

0/a = 0 for every non-zero integer a, and 0 is an integer.

Proof of the transitive property

Proposition Let a, b, and c be integers. If a | b and b | c, then a | c.

Note By assuming that a | b, then a ≠ 0. By assuming that b | c, then b ≠ 0.

Scratch work a = 3, b = 12, c = 24

Proof