Link Search Menu Expand Document

PHIL 120

Introduction to Logic

Ian Schnee

Spring 2022

5 Credits

My favorite BOOL proof:

1.  PvQ           Premise
2.  QvR           Premise
3.  | P           Assume
4.  || Q          Assume
5.  || Qv(P&R)    vIntro;4
6.  || R          Assume
7.  || P&R        &Intro;3,6
8.  || Qv(P&R)    vIntro;7
9.  | Qv(P&R)     vElim;2,4-5,6-8
10. | Q           Assume
11. | Qv(P&R)     vIntro;10
12. Qv(P&R)       vElim;1,3-9,10-11

Table of contents