Deductive Proofs Flashcards
Why do we need a different method to truth tables to verify the validity of arguments?
Because truth tables become impractical with reasonably big arguments.
What do we begin with to execute deductive proofs?
The assumption that the premises are true, and try to show that the conclusion must be true as well
To prove that the conclusion is true, what do we take?
A series of steps from the premises to the conclusion
Starting with the premises, which we assume are all true, what do we do to rech the conclusion?
Add another proposition to our stock of things that we know must be true
What type of style will we use to do deductive proofs?
Fitch style
What is the proof of the argument (A & B), (B → C) ∴ C?
1| A & B
2| B → C
————————
3| B &E 1
4| C →E 2, 3
What are the premises of the argument written as?
The first lines of the proof, with one premise per line
What do we write under the last premise?
A line to separate them from the remainder of the argument
What is the final line in a fitch style proof?
The conclusion
What do any lines between the premises and the conclusion contain?
Intermediate results that we’ve introduced alone the way
What is each line after the premises annotated with?
A code explaining why this step is justified
Explain what each line of this argument means.
1| A & B
2| B → C
————————
3| B &E 1
4| C →E 2, 3
Line 1: A & B is given as a premise
Line 2: B => C is also given as a premise
Line 3: If line 1 (A&B) is true then A is true because the argument A & B ∴ B is valid
Line 4: If line 2 (B => C) and line 3 (B) are true then C is true because the argument (B => C), B ∴ C is valid
For each logical operator what two rules do we have?
An introduction rule and an elimination rule
What do the introduction rule and elimination rule show respectively
How to prove and how to use a sentence with that operator as its main connective
How is the &-Elimination rule written?
&E
What does the &E rule tell us?
That if we know that X & Y is true then we can derive either two of the sentences X or Y from it
Give an example of the &E Rule
α |X & Y
|X &E α
Why does this argument work?
α |X & Y
|X &E α
Because the argument forms X & Y ∴ X
and X & Y ∴ Y are both valid.
How do you prove this argument is valid with Fitch proofs?
A & B ∴ B ∨ C
2 |B &E 1
3 |B ∨ C ∨I 2
How do you prove this complex argument is valid with Fitch proofs?
(P → Q) & (Q ∨ R) ∴ (Q ∨ R) ∨ (¬R → S)
2| (Q ∨ R) &E 1
3| (Q ∨ R) ∨ (¬R → S) ∨I 2
What does this rule say?
α |X & Y
|X &E α
That if we have a proposition of the form ‘X & Y’ on any line above the current one then we’re allowed to write ‘X’ on the current line
Give an example of how this rule works.
α |X & Y
|X &E α
If we have ‘P & (Q → R)’ on line 7, then on any line later we can write ‘P’
On the right side of the rule, what does the number mean?
The line from which rule we’re citing
What can the letters X, Y, etc be matched to?
An atomic sentence or something more complex
When we use the &E rule, the content of the line must be what?
A conjunction
The proposition on the current line must be what?
Exactly on the left side of that conjunction, or exactly on the right side of that conjunction
What does this rule say?
α| X
| X ∨ Y ∨I α
That if we have a proposition ‘X’ on any line above the current one, then we’re allowed to write ‘X V Y’ (for any Y) on the current line