1 / 57

More Proofs

More Proofs. review. The Rule of Assumption: A. Assumption is the easiest rule to learn. It says at any stage in the derivation, we may write down any WFF we want to. That WFF only depends on itself. . &-Elimination: &E. &E is also a very easy-to-learn rule.

lorand
Télécharger la présentation

More Proofs

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. More Proofs

  2. review

  3. The Rule of Assumption: A Assumption is the easiest rule to learn. It says at any stage in the derivation, we may write down any WFF we want to. That WFF only depends on itself.

  4. &-Elimination: &E &E is also a very easy-to-learn rule. If we have proved (φ & ψ) on some line, then on any future line we may write down φ, and on any future line we may write down ψ. The result depends on everything (φ & ψ) depended on.

  5. Arrow Elimination: →E The →E rule says that if on one line we have a conditional (φ → ψ) and on another line we have the antecedent of the conditional φ then on any future line, we may write down the consequent of the conditional ψ depending on everything (φ → ψ) and φ depended on.

  6. Let’s look at an example proof using these rules. First lets show this: (P → (P → Q)), P ├ Q This means “From the assumptions (P → (P → Q)) and P, there is a proof of Q.”

  7. (P → (P → Q)), P ├ Q 1 1. (P → (P → Q)) A The rule of assumption tells us we can write down anything we want. It seems reasonable to write down what we want to assume.

  8. (P → (P → Q)), P ├ Q 1 1. (P → (P → Q)) A 2 2. P A A second application of assumption.

  9. (P → (P → Q)), P ├ Q 1 1. (P → (P → Q)) A 2 2. P A 1,2 3. (P → Q) 1,2 →E →E allows us to write down the consequent of a conditional, if we have the conditional + its antecedent.

  10. (P → (P → Q)), P ├ Q 1 1. (P → (P → Q)) A 2 2. P A 1,2 3. (P → Q) 1,2 →E We cite the lines used (1 and 2) as well as the rule used (→E) to the right.

  11. (P → (P → Q)), P ├ Q 1 1. (P → (P → Q)) A 2 2. P A 1,2 3. (P → Q) 1,2 →E Finally, we copy all the dependencies that are to the left of the lines used (1 and 2) to the right of 3. These are lines 1 and 2.

  12. (P → (P → Q)), P ├ Q 1 1. (P → (P → Q)) A 2 2. P A 1,2 3. (P → Q) 1,2 →E 1,2 4. Q 3,2 →E Again, we have a conditional + its antecedent.

  13. (P → (P → Q)), P ├ Q 1 1. (P → (P → Q)) A 2 2. P A 1,2 3. (P → Q) 1,2 →E 1,2 4. Q 3,2 →E We applied →E to lines 3 and 2.

  14. (P → (P → Q)), P ├ Q 1 1. (P → (P → Q)) A 2 2. P A 1,2 3. (P → Q) 1,2 →E 1,2 4. Q 3,2 →E 4 depends on what 3 and 2 depended on.

  15. More rules

  16. &I: &-Introduction Connectives have “introduction” rules that allow us to introduce them, and “elimination” rules that allow us to get rid of them. So in addition to &E, there is also a rule &I: If on some line you have proven φ and on some other line you have proven ψ, then on any future line you may write (φ & ψ), Depending on what φ and ψ depended on.

  17. (P & (Q & R)) ├ ((P & Q) & R) 1 1. (P & (Q & R)) A

  18. (P & (Q & R)) ├ ((P & Q) & R) 1 1. (P & (Q & R)) A 1 2. P 1 &E

  19. (P & (Q & R)) ├ ((P & Q) & R) 1 1. (P & (Q & R)) A 1 2. P 1 &E 1 3. (Q & R) 1 &E

  20. (P & (Q & R)) ├ ((P & Q) & R) 1 1. (P & (Q & R)) A 1 2. P 1 &E 1 3. (Q & R) 1 &E 1 4. Q 3 &E

  21. (P & (Q & R)) ├ ((P & Q) & R) 1 1. (P & (Q & R)) A 1 2. P 1 &E 1 3. (Q & R) 1 &E 1 4. Q 3 &E 1 5. R 3 &E

  22. (P & (Q & R)) ├ ((P & Q) & R) 1 1. (P & (Q & R)) A 1 2. P 1 &E 1 3. (Q & R) 1 &E 1 4. Q 3 &E 1 5. R 3 &E 1 6. (P & Q) 2,4 &I

  23. (P & (Q & R)) ├ ((P & Q) & R) 1 1. (P & (Q & R)) A 1 2. P 1 &E 1 3. (Q & R) 1 &E 1 4. Q 3 &E 1 5. R 3 &E 1 6. (P & Q) 2,4 &I 1 7. ((P & Q) & R) 6,5 &I

  24. (P & (Q & R)) ├ ((P & Q) & R) 1 1. (P & (Q & R)) A 1 2. P 1 &E 1 3. (Q & R) 1 &E 1 4. Q 3 &E 1 5. R 3 &E 1 6. (P & Q) 2,4 &I 1 7. ((P & Q) & R) 6,5 &I

  25. Important Importantly, the last line of the proof (line 7) only depends on line 1 (P & (Q & R)). Since we were trying to show that ((P & Q) & R) followed from this assumption, that’s OK. Our proof would not be done, however, if line 7 depended on something other than line 1.

  26. P├ (P & P) 1 1. P A

  27. P├ (P & P) 1 1. P A 1 2. (P & P) 1,1 &I

  28. As you should have expected, there’s a rule →I that allows us to introduce conditionals. This rule is noticeably more difficult to use than any of the previous rules we learned.

  29. If on some line you have assumedφ, And on some other line you have proved ψ, And ψ depends on your assumption φ, Then on any future line you may write (φ→ψ), Depending on everything ψ depended on Except φ.

  30. Strategies for Proving Conditionals If you want to prove a conditional statement (φ→ψ), the best way to go about it is (usually, but not always): • Assume the antecedent φ • Prove the consequent ψ • Use →I to conclude (φ→ψ)

  31. (P → Q), (Q → R)├ (P → R) 1 1. (P → Q) A 2 2. (Q → R) A 3 3. P A (for →I) 1,3 4. Q 1,3 →E 1,2,3 5. R 2,4 →E 1,2 6. (P → R) 3,5 →I

  32. Zero Dependencies →I, because it allows you to remove dependencies, allows you to prove formulas with no dependencies. These are called “theorems.”

  33. ├ ((P→(Q→R))→((P→Q)→(P→R))) 1 1. (P → (Q → R))A (for →I) 2 2. (P → Q)A (for →I) 3 3. PA (for →I) 1,3 4. (Q → R)1,3 →E 1,2 5. Q2,3 →E 1,2,3 6. R4,5 →E 1,2 7. (P → R) 3,6 →I

  34. ├ ((P→(Q→R))→((P→Q)→(P→R))) 1 8. ((P → Q) → (P → R))2,7 →I 9. ((P → (Q → R)) → ((P → Q) → (P → R))) 1,8 →I

  35. ├ (P → P) 1 1. P A (for →I) 2. (P → P)1,1 →I

  36. The Biconditional ↔ has an easy set of rules to learn: ↔I: If on some line you have proved ((φ→ψ) & (ψ→φ)) Then on any future line you may write (φ↔ψ) Depending on what ((φ→ψ) & (ψ→φ)) did.

  37. The Biconditional ↔ has an easy set of rules to learn: ↔E: If on some line you have proved (φ↔ψ) Then on any future line you may write ((φ→ψ) & (ψ→φ)) Depending on what (φ↔ψ) depended on.

  38. (P ↔Q), (Q ↔ R)├ (P ↔ R) 1 1. (P ↔ Q) A 2 2. (Q ↔ R) A 1 3. ((P → Q) & (Q → P))1 ↔E 2 4. ((Q → R) & (R → Q))2↔E 1 5. (P → Q)3 &E 2 6. (Q → R) 4 &E 7 7. P A (for →I)

  39. (P ↔Q), (Q ↔ R)├ (P ↔ R) 1,78. Q 5,7 →E 1,2,79. R6,8 →E 1,210. (P → R) 7,9 →I 211. (R → Q) 4 &E 112. (Q → P)3 &E 1313. R A (for →I) 2,13 14. Q 11,13 →E

  40. (P ↔Q), (Q ↔ R)├ (P ↔ R) 1,2,1315. P12,14 →E 1,216. (R → P) 13,15 →I 1,217. ((P → R) & (R → P))10,16 &I 1,218. (P ↔ R)17 ↔I

  41. Rules for Wedge: vI vI: If on some line you have proved φ Then on any future line you may write (φ v ψ) And on any future line you may write (ψ v φ) The result depends on what φ depends on.

  42. Rules for Wedge: vE vE: If you have proved (φ v ψ) And you have proved ~φ Then you may write ψ Depending on whatever (φ v ψ) depended on. If you have proved (φ v ψ) And you have proved ~ψ Then you may write φ Depending on whatever (φ v ψ) depended on.

  43. Anything Provable from Contradiction In logic, anything is provable from a contradiction. So, for example: (P & ~P) ├ Q This might mean “Michael is happy AND Michael is not happy. Therefore, 2 + 2 =17.” That’s a valid argument! One way to see why it’s valid is to look at the truth-tables. Q is never F when (P & ~P) is true, because (P & ~P) is never true!

  44. (P & ~P)├ Q 1 1. (P & ~P) A 1 2. P 1 &E 1 3. (P v Q) 2 vI 1 4. ~P 1 &E 1 5. Q3 vE

  45. Proof by Cases PC: First, you must have three formulas: (φ v ψ) (φ→α) (ψ→β) Then on any future line you may write (α v β) Depending on what the 3 formulas depended on

  46. Proof by Cases: Example P1: Either I’ll have free time this weekend, or I’ll still have work to do. P2: If I have free time, I’ll go to the museum. P3: If I have work to do, I’ll grade papers. Therefore, C: Either I’ll go to the museum this weekend, or I’ll grade papers.

  47. ((P & P) v (Q & Q))├ (P v Q) 1 1. ((P & P) v (Q & Q)) A 2 2. (P & P) A (for →I) 2 3. P 2 &E 4. ((P & P) → P) 2,3 →I 5 5. (Q & Q) A (for →I) 5 6. Q 5 &E 7. ((Q & Q) → Q) 5,6 →I 1 8. (P v Q) 1,4,7 PC

  48. Negation Introduction Our two other rules have to do with ~, and they are (predictably) ~I and ~E. ~I (Negation Introduction) If you have assumed ψ, and you have derived (φ&~φ), then you can write down ~ψ, depending on everything (φ&~φ) depends on except ψ.

  49. P├ ~~P 1 1. P A 2 2. ~PA (for ~I) 1,2 3. (P & ~P) 1,2 &I 1 4. ~~P 2,3 ~I

  50. (~P v Q)├ (P → Q) 1 1. (~P v Q) A 22. P A 33. ~P A (for ~I) 2,34. (P & ~P) 2,3 &I 25. ~~P 3,4 ~I 1,2 6. Q 1,5 vE 1 7. (P → Q) 2,6 →I

More Related