Lecture3 Arguments
Lecture3 Arguments
Discrete Structures
Lecture No. 3
Spring 2021
p q ~q ~p p ~q p~q~p
T T F F T F
T F T F T F
F T F T F T
F F T T T T
4
LOGICAL EQUIVALENCE INVOLVING
IMPLICATION
• Use truth table to show pq ~q ~p
p q ~q ~p pq ~q ~p
T T F F T T
T F T F F F
F T F T T T
F F T T T T
5
IMPLICATION LAW
NEGATION OF A CONDITIONAL 6
STATEMENT
T T T T
T F F T
F T T F
F F T T
12
WRITING CONVERSE
:
• 1.If today is Friday, then 2 + 3 = 5.
• If 2 + 3 = 5, then today is Friday.
• 2.If it snows today, I will ski tomorrow.
• I will ski tomorrow only if it snows today.
• 3. If P is a square, then P is a rectangle.
• If P is a rectangle then P is a square.
• 4. If my car is in the repair shop, then I cannot
get to class.
• If I cannot get to the class, then my car is in
the repair shop.
13
CONTRAPOSITIVE OF A CONDITIONAL
STATEMENT
•
The contrapositive of the conditional statement p q is~ q ~ p
• :
A conditional and its contrapositive are equivalent.
• Symbolically pq ~q ~p
• 1. If today is Friday, then 2 + 3 = 5.
• If 2 + 3 5, then today is not Friday.
• 2. If it snows today, I will ski tomorrow.
• I will not ski tomorrow only if it does not snow today.
• 3. If P is a square, then P is a rectangle.
• If P is not a rectangle then P is not a square.
• 4. If my car is in the repair shop, then I cannot get to class.
• If I get to the class, then my car is not in the repair shop.
14
Biconditional
pq.
p q p q
T T T
T F F
F T F
F F T
16
EXAMPLES
• True or false?
• 1. “1+1 = 3 if and only if earth is flat”
TRUE
• 2. “Sky is blue iff 1 = 0”
FALSE
• 3. “Milk is white iff birds lay eggs”
TRUE
• 4. “33 is divisible by 4 if and only if horse has four legs”
FALSE
• 5. “x > 5 iff x2 > 25”
FALSE
17
pq (pq)(qp)
T T T T T T
T F F F T F
F T F T F F
F F T T T T
18
REPHRASING BICONDITIONAL
(pq) (~ q ~ p)
22
(pq)(rq)
23
LOGICAL EQUIVALENCE INVOLVING
BICONDITIONAL
24
LAWS OF LOGIC
• 1. Commutative Law: p :q q p
• 2. Implication Laws:
p q ~p q ~(p ~q)
• 3. Exportation Law:
(p q)r p (q r)
• 4. Equivalence:
p q (p q)(q p)
25
• 1. p~qr
(p~q)r order of operations
~(p~q) r implication law
26
• 2. (pr)(q r)
Argument
Argument
Example
31
Example
32
33
Word Problem
Solution
Let
• t = Tariq is in team A
• h = Hameed is in team B
• Then the argument is
~th
~ht
~t~h
35
Solution (continued)
36
Syllogism
Modus Ponens
38
Modus Tollens
Solution
45
Fallacies