2.3 Flashcards
For an argument to be valid means that every argument of the same form whose premises _____ has a _____ conclusion
all are true; true
For an argument to be invalid means that there is an argument of the same form whose premises _____ and whose conclusion ______
are all true; is false
For an argument to be sound means that it is _____ and its premises _____. In this case we can be sure that its conclusion _____.
valid; all are true; is true
Premises
everything given before conclusion sentence (always true)
Modus Ponens
p -> q
p
:: q
Modus Tollens
p -> q
~q
:: ~p
Generalization
p
:: p \/ q
or
q
:: p \/ q
Specialization
p /\ q
:: p
or
p /\ q
:: q
Elimination
p \/ q
~p
:: q
or
p \/ q
~q
:: p
Conjunction
p
q
:: p /\ q
Transitivity
p -> q
q -> r
:: p -> r
Proof by division into cases
p \/ q
p -> r
q -> r
:: r
Contradiction Rule
~p -> c
:: p
converse error
p -> q
q
:: p
INVALID
inverse error
p -> q
~p
:: ~q
INVALID