Sadly I did not scan in my paper notes for this class, so all I have is this small cheatsheet.
# Vocabulary
- Axiom: A statement simply accepted to be true.
- Theorem: A statement proved to be true using the axioms.
- Lemma: A small theorem used in a specific proof to make the proof cleaner/easier.
- Proposition: A sentence with one of two truth values.
- "The sky is blue."
- "4 divides 5."
- Universe (): All possible elements within the realm of discussion.
- Open Sentence: A proposition dependent on a variable within the universe.
- Universal Quantifier (): is true iff the truth set of is .
- Existential Quantifier (): is true iff the truth set of is non-empty.
- Unique Quantifier (): is true iff the truth set of contains only one value.
- Set: A collection of unique elements that cannot contain itself. (Sets can be elements!)
- Argot: The standard human language used to describe logical statements.
# Logical Equivalences
Let , , and be propositions about elements in universe . We write iff proposition holds for some specific element . If we instead write simply , we consider some specific element where holds.
- Double Negation:
- Commutative Law:
- Associative Law:
- Distributive Law:
- DeMorgan's Law:
- Implication Properties:
- Contraposition:
- Quantifiers and Negation: Normally, this would be written out in English instead of being symbolic. However, to avoid ambiguity, we write this symbolically.
# Set Equivalences
Let and be sets in some universe .
- DeMorgan's Law:
# Argot of Logical Statements
Let and be propositions.
- implies .
- If , then .
- , if .
- only if .
- , when .
- whenever .
- is sufficient for
- is necessary for .
- is a necessary consequent of .
- implies , and conversely.
- if and only if .
- iff .
- is equivalent to .
- is necessary and sufficient for .