Key Logical Equivalences
A way to prove equivalency besides using truth tables
∧ and ∨ are negators of each other
Identity Laws:
and
Domination Laws:
and
demonstration:
True is dominant in or statements (you just need one True for the whole thing to return True)
Idempotent Laws:
and
Double Negation Laws:
demonstration:
negating a negation of a proposition gives back the proposition
Negation Laws
and
demonstration:
something or the lack of it will always return True
something and the lack of it will always return False
Commutative Laws:
and
demonstration:
order doesn’t matter
Associative Laws:
Distributive Laws:
Absorption Laws:
Predicate Logic vs Propositional
Predicate logic can have multiple truth values
Ex: Let x + y = z. be denoted by R(x,y,z) where U for all three is integers
4 + 3 = 7 -> T
1 + -2 = 5 -> F
Quantifier Symbols:
∀ = for all
∃ = there is at least one
If ∀ is True, ∃ is definitely `True