You are on page 1of 8

1

Example: “Soup or salad comes with this entrée” Meaning: do not expect to get both

The ∨ means “one or the other or both”. inclusive or.


The “but not both” version is exclusive or.

2
5. Implication / Conditional Statements:

DEFINITION 5
Let p and q be propositions. The conditional statement p → q, is the
proposition “if p, then q.” The conditional statement p → q is false when p is
true and q is false, and true otherwise. In the conditional statement
 p → q, p
is called the hypothesis (or antecedent or premise) and q is called the
conclusion (or consequence).
 A conditional statement is also called an implication.
 Example: “If I am elected, then I will lower taxes.” p→q
implication:
elected, lower taxes. T T |T
not elected, lower taxes. F T |T
not elected, not lower taxes. F F |T
elected, not lower taxes. T F |F

3
Examples: Implication

4
Examples: Implication

Some other cases of implications:

5
Example: Conditional Statements
 Example:
 Let p be the statement “Maria learns discrete mathematics.” and q the
statement “Maria will find a good job.” Express the statement p → q as
a statement in English.
Solution: Any of the following -
“If Maria learns discrete mathematics, then she will find a
good job. If p then q
“Maria will find a good job when she learns discrete
mathematics.” q when p
“For Maria to get a good job, it is sufficient for her to
learn discrete mathematics.” A sufficient condition for q is p
“Maria will find a good job unless she does not learn
discrete mathematics.” q unless NOT(p)
6
7
 Other conditional statements:
 Converse of p → q : q → p
 Contrapositive of p → q : ¬ q → ¬ p is logically equivalent to the proposition.
 Inverse of p → q : ¬ p → ¬ q

__P__`
q
T
T
F
T

You might also like