80 likes | 335 Views
Language, Proof and Logic. Formal Proofs and Boolean Logic . Chapter 6. 6.1. Conjunction rules. Intro : P 1 P n … P 1 … P n. Elim : P 1 … P i … P n … P i. A B C B Elim: 1 C Elim: 1 C B Intro: 3,2. 6.2a.
E N D
Language, Proof and Logic Formal Proofs and Boolean Logic Chapter 6
6.1 Conjunction rules Intro: P1 Pn … P1…Pn Elim: P1…Pi…Pn … Pi • ABC • B Elim: 1 • C Elim: 1 • CB Intro: 3,2
6.2a Disjunction rules Elim: P1…Pn … … S Intro: Pi … P1…Pi…Pn P1 … S Pn … S
6.2b Example 1. (AB) (CD) 2. AB 3. B Elim: 2 4. BD Intro: 3 5. CD 6. D Elim: 5 7. BD Intro: 6 8. BD Elim: 1, 2-4, 5-7 You try it, page 152
6.3 Contradiction and negation rules Intro: P … P … Elim: … P Intro: P … P Elim: P … P You try it, p.163
6.4 The proper use of subproofs A subproof may use any of its own assumptions and derived sentences, as well as those of its parent (or grandparent, etc.) proof. However, once a subproof ends, its statements are discharged. That is, nothing outside that subproof (say, in its parent or sibling proof) can cite anything from within that subproof.
6.5 • When looking for a proof, the following would help: • Understand what the sentences are saying. • Decide whether you think the conclusion follows from the premises. • If you think it does not follow, look for a counterexample. • If you think it does follow, try to give an informal proof first, and • then turn it into a formal one. • 5. Working backwards is always a good idea. • 6. When working backwards, though, always check that your • intermediate goals are consequences of the available information. • You try it, page 170. Strategy and tactics
6.6 Proofs without premises The conclusion of such a proof is always logically valid! 1. PP 2. P Elim: 1 3. P Elim: 1 4. Intro: 2,3 5. (PP) Intro: 1-4