what’s the form of modus ponens, aka affirming the antecedent, is it valid or invalid?
p ->q
p /q
-valid
what is the form of modus tollens, aka denying the consequent, is it invalid or valid?
p -> q
~q /~p
-valid
when you deny the consequent, you must’ve denied the antecedent. ex: If I pass the test then I pass the course, I didn’t pass the course, so I must not have passed the test
what is the form of Hypothetical syllogism, is it invalid or valid?
use abc
A ->B
B -> C / A -> C
-valid
what is the form of disjunctive syllogism, aka denying the disjunct, is it invalid or valid?
p v q
~p / q
-valid
(you deny the first disjunct, statement before v, so the other one must be accepted), ex: you can have either pie or cake, no pie, cake it is!
what is the form of constructive dilemma, is it invalid or valid?
Form has 3 premises:
-2 conditionals (what di in dilemma is for)
-1 disjunction
A v B
A -> C
B -> D /C or D
-valid
what’s the form of affirming the consequent, is it invalid or valid?
A -> B
B/ A
-invalid
2nd premise, affirms consequent (no ~)
what’s the form of absorbtion, is it invalid or valid?
p -> q /p -> (p & q)
-valid
what’s the form of denying the antecedent, is it invalid or valid?
p -> q
~p /~q
-invalid
what’s the form of simplification, is it invalid or valid?
p & q / p
-valid
what’s the form of conjunction, is it invalid or valid?
p
q / p & q
-valid
what’s the form of addition, is it invalid or valid?
p / p v q
-valid
q could be anything (even unrelated)
what’s the form of affirming the disjunct, is it valid or invalid?
p v q
p / ~q
-invalid with the inclusive sense (one or the other or both)
-valid with the exclusive sense (one of the other not both)
(if you affirm the first disjunct, you have to deny the other, bc one or the other)
describe the bull metaphor for dilemmas
-each conditional (if, then) represents a “horn”, the disjunction (or) is the “bull”
what are the 4 strategies of reply to dilemma, describe them
what’s the best strategy of reply to dilemma, how do you know if it’s possible?