Theorems Cheat Sheet Flashcards
1
Q
De Morgan’s Laws (DML)
A
Let A and B be Statements. Then,
¬(A ∨ B) ≡ ¬A ∧ ¬B
and
¬(A ∧ B) ≡ ¬A ∨ ¬B
2
Q
Bounds by Divisibility (BBD)
A
Let a, b ∈ Z.
If a | b and b != 0,
then |a| ≤ |b|.
3
Q
Transitivity of Divisibility (TD)
A
Let a, b, c ∈ Z.
If a | b and b | c,
then a | c
4
Q
Divisibility of Integer Combinations (DIC)
A
Let a, b, c ∈ Z.
If a | b and a | c,
then for all x, y ∈ Z,
a | (bx + cy)