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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Bounds by Divisibility (BBD)

A

Let a, b ∈ Z.
If a | b and b != 0,
then |a| ≤ |b|.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Transitivity of Divisibility (TD)

A

Let a, b, c ∈ Z.
If a | b and b | c,
then a | c

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly