Lecture 2
Lecture 2
Lecture 2
Examples:
Examples:
p = Sam uses an Android phone.
¬p = It is not the case that Sam uses an Android phone.
¬p = Sam does not use an Android phone. (more simply expressed negation.)
p ¬p
T F
F T
fi
Conjunction
The conjunction “p and q” is true when both p and q are true and is false otherwise.
Example:
Students who have taken calculus or analysis can take this class.
p q p∧q p q p∨q
F F F F F F
F T F F T T
T F F T F T
T T T T T T
Conditional Statements
De nition: Let p and q be propositions. The conditional statement, denoted by p → q,
is the statement “if p, then q”.
p is called the hypothesis and q is called the conclusion.
p q p→q
F F T
F T T
T F F
T T T
fi
Conditional Statements
Example 1:
Example 2: