Unit 3 Definitions Flashcards
Define Logically Equivalent
When two statement forms have truth-values that agree in all instance. AKA, their truth tables agree in every row.
What is a Subformula?
A grammatically correct sentence that is a part of another grammatically correct sentence.
Identify the Subformula in this equation: (AvB) -> C
(AvB).
What is a Proof?
A proof is a sequence of statements, each of which is either a premise or a statement that is obtained from one or more earlier statements by applying one of the rules of inference.
What are the 10 Basic Inference Rules? (abbreviations)
~I, &E, vI, <->E, ->I, ~E, &I, vE, <->I, and ->E
What are the 3 Derived Rules? (abbreviations)
Modus Tollens, Hypothetical Syllogism, and Disjunctive Syllogism.
What are the 5 Equivalence Rules? (abbreviations)
DeMorgans, Double Negation, Transportaion, Material Implication, and Exportation.
What is the form for [~I]?
|p
|…
|q&~q
———
.: ~P
What are the two forms for [&E]?
.: p
.: q
What are the two forms for [vI]?
p
.: p v q
q
.: p v q
What are the two forms for [<->E]?
p <-> q
.: p -> q
p <-> q
.: q -> p
What is the form for [->I]?
|p
|…
|q
———
.: p -> q
What is the form for [~E]?
~~p
.: p
True or False: this is a valid form of the inference rule [~E]…
p
——
.: ~~p
FALSE. Inference rules do not go both ways. The only correct form for [~E] is:
~~p
——-
.: p
What is the form for [&I]?
p
q
——-
.: p&q
What is the form for [vE]?
p v q
p -> r
q -> r
———
r
What is the form for [<->I]?
p -> q
q -> p
———
.: p <-> q
What is the form for [->E]?
p -> q
p
——–
q
What is the form for Modus Tollens?
p -> q
~q
——–
~p
What is the form for Hypothetical Syllogism?
p -> q
q -> r
———
p -> r
What are the two forms for Disjunctive Syllogism?
p v q
~p
———
q
p v q
~q
———
p
What are the two forms for DeMorgans?
~(p&q) = ~p v ~q
~(pvq) = ~p & ~q
What is the form for [DN]?
p = ~~p
True or False: This is a valid form for Double Negation…
~~p
=
p
Yes. It is an equivalence rule so it can be used both ways. The order doesn’t matter because they are still able to be substituted for each other.
What is the form for Transportation?
p -> q = ~q -> ~p
What is the form for Material Implication?
p -> q = ~p v q
What is the form for [EXP]?
(p&q) -> r = p -> (q -> r)
Of the following, identify which represents an Instance:
1) D -> K, D, .: K
2) p -> q, p, .: q
3) p : D, q : k
1 is an instance. Sentence letters (representing statements) replaced the form’s variables.
Of the following, identify which represents a Substitution:
1) D -> K, D, .: K
2) p -> q, p, .: q
3) p : D, q : k
3 is a substitution. Sentence D takes the place of p and sentence K takes the place of q in the form structure.
Of the following, identify which represents a Form:
1) D -> K, D, .: K
2) p -> q, p, .: q
3) p : D, q : k
2 is a form. These are variables and don’t represent anything. They are meant to display a form’s structure so that they can later be replaced with sentence letters in proofs/truth tables/etc.