5 - Logic
5 - Logic
Logic
Bart L. Acero Jr.
Universal Quantifiers
● Denoted by ∀, these are used as prefixes to assert that every element of
a given set satisfies some conditions or to deny the existence of
something. These include the words all, every, none, and no.
p ~p
T F
F T
Example: Antecedent
If you will use my calculator, then you will get a
high score in the Exam. Consequent
GEC 104 – Mathematics in the Modern World
Conditional Statement
Consider the statement “If you get a 1.0, then I'll give
you a dollar.”
p q p→q
T T T Only false, if the antecedent is true and the
T F F consequent is false, else true.
F T T
F F T
F T F
F F T
p ~p p ∨ ~p
T F T
F T T
p ~p p ∧ ~p
T F F
F T F