July 23, 2023
Version 1.1.2
Created for the SLUโs 2023 Summer Logic Reading Group, this webpage is a supplement to Tim Eshingโs inference rule handout. I have also posted a quick reference here. It is a work in progress and will be updated periodically. Please submit corrections and suggestions via the Logic Reading Group Discord forum.
Click on a heading to expand the content. Click the heading again to fold the content. When you hover your cursor over a proof the line under the cursor will highlight. Click once to keep the line highlighted. Clicking on a highlighted line will clear all highlights. Use this feature to check annotations numbers.
This webpage provides instructions for using the Lemmon System. The instructions are written in English, but also employ several metavariable types. The following key may be helpful.
Metavariable type | Represented by |
---|---|
Formula | lowercase italic Greek letters: ๐, ๐, ๐, and ๐ |
Line number | lowercase italic letters: ๐, ๐, ๐, ๐, ๐, and ๐ |
Assumption set | capital double stroke Roman letters: ๐ธ and ๐น |
Assumption set member | lowercase italic letters: ๐, ๐, ๐, and ๐ |
I also make use of some set theoretical notation.
A set is an unordered collection of set member. The members of a set are represented by names. The set members of a Lemmon proof assumption set are typically named with arabic numbers. A Lemmon assumption set is written by listing names of it set members. The names are separated by commas and enclosed in curly brackets. For example:
Order and repetition are irrelevant.
I will use the lowercase italic letters ๐โ๐ as metavariables for assumption set members and the capital double stroke Roman letters ๐ธ and ๐น as metavariables for sets. This will allow me to state the Lemmon rules without referring to specific sets or set members. The Lemmon proof rules require two set operations: union and difference.
The union of two sets is represented by placing the sets in parenthesis and separating them with the symbol โโชโ.
({๐, ๐} โช {๐, ๐})
(๐ธ โช ๐น)The outer most parenthesis may be dropped for readability.
{๐, ๐} โช {๐, ๐}
๐ธ โช ๐นThe union of a set ๐ธ and a set ๐น includes every member of set ๐ธ and every member of set ๐น.
{1} โช {2} = {1, 2}
{1, 3} โช {2, 3, 4} = {1, 2, 3, 4}
{1, 2, 3} โช {3, 4} = {1, 2, 3, 4}The union operation is used by most Lemmon inference rules.
Next we have the difference operation. We represent the difference of two sets by placing them in parenthesis and separating them with the symbol โโชโ.
({๐, ๐} โ {๐, ๐})
(๐ธ โ ๐น)Again, the outer most parenthesis may be dropped for readability.
{๐, ๐} โ {๐, ๐}
๐ธ โ ๐นThe difference of a set ๐ธ and a set ๐น includes every member of ๐ธ that is not a member of ๐น.
{1, 2} โ {2} = {1}
{1, 3} โ {2, 3} = {1}
{1, 2, 3} โ {1, 2, 3, 4, 5} = {}In the last example the resulting set has no members. In place of {}, we can use the empty set symbol โโ โ.
The Lemmon proof system uses the difference operation to discharge assumptions. The Lemmon rules for conditional introduction, negation introduction, and indirect proof all use the difference operation.
Accurate set notation requires that we enclose set members in brackets; however, this convention is typically relaxed when writing the assumption set on a Lemon proof line.
Once you work through the rule definitions and examples below, consult Tim Eshingโs inference rule handout or my Lemmon System quick reference.
Add any formula ๐ to a new line ๐ and add a new assumption name ๐ to its assumption set (๐ should be the only element in the set). Annotate the line with โA.โ
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
{๐} | ๐. | ๐ | A |
Use this rule to add the premises of a sequent to your proof.
For example:
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
โค1 | 1. | PโโจโQ | A |
โค2 | 2. | PโโโQ | A |
โค3 | 3. | QโโโR | A |
โฎ | โฎ | โฎ | โฎ |
You can also use this rule to introduce an assumption for โI or ยฌI. Note this in the annotation.
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
1 | 1. | PโโจโQ | A |
2 | 2. | PโโโQ | A |
3 | 3. | QโโโR | A |
โค4 | 4. | ยฌR | A for ยฌI |
โฎ | โฎ | โฎ | โฎ |
Reiterate any formula ๐ from a previous line ๐. The new line ๐ will use the same assumption set as line ๐. Annotate the line with โReitโ and cite line ๐.
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
๐ธ | ๐. | ๐ | A |
๐ธ | ๐. | ๐ | Reit ๐ |
For example:
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
1 | 1. | P | A for โI |
โค1 | 2. | P | Reit 1 |
โฎ | โฎ | โฎ | โฎ |
Given any formula ๐ on a line ๐ resting on assumption set ๐ธ and any formula ๐ on a line ๐ resting on assumption set ๐น, add ๐โ&โ๐ to a new line ๐. Line ๐ will rest on ๐ธ โช ๐น. Annotate the line with โ&Iโ and cite lines ๐ and ๐.
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
๐ธ | ๐. | ๐ | |
๐น | ๐. | ๐ | |
๐ธ โช ๐น | ๐. | ๐โ&โ๐ | &I ๐, ๐ |
For example:
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
1 | 1 | (Pโ&โQ)โโโR | A |
2 | 2 | P | A for โI |
3 | 3 | Q | A for โI |
โค2, 3 | 4 | Pโ&โQ | &I 2, 3 |
โฎ | โฎ | โฎ | โฎ |
Given a formula ๐โ&โ๐ on a line ๐, add either ๐ or ๐, to a new line ๐. Line ๐ will use the same assumption set as line ๐. Annotate the line with โ&Eโ and cite line ๐.
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
๐ธ | ๐. | ๐โ&โ๐ | |
๐ธ | ๐. | ๐ | &E ๐ |
Alternatively:
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
๐ธ | ๐. | ๐โ&โ๐ | |
๐ธ | ๐. | ๐ | &E ๐ |
For example:
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
1 | 1. | Pโ&โQ | A |
โค1 | 2. | P | &E 1 |
โค1 | 3. | Q | &E 1 |
โฎ | โฎ | โฎ | โฎ |
Given a formula ๐ on a line ๐, add ether ๐โโจโ๐ or ๐โโจโ๐ to a new line ๐. Line ๐ will use the same assumption set as line ๐. Annotate the line with โโจIโ and cite line ๐.
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
๐ธ | ๐. | ๐ | |
๐ธ | ๐. | ๐โโจโ๐ | โจI ๐ |
Alternatively:
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
๐ธ | ๐. | ๐ | |
๐ธ | ๐. | ๐โโจโ๐ | โจI ๐ |
For example:
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
1 | 1. | ยฌ(PโโจโQ) | A |
2 | 2. | P | A for ยฌI |
โค2 | 3. | PโโจโQ | โจI 2 |
โฎ | โฎ | โฎ | โฎ |
Given a formula ๐โโจโ๐ on a line ๐ resting on assumption set ๐ธ and the denial of ๐ on a line ๐ resting on assumption set ๐น, add ๐ to a new line ๐. Alternatively, given a formula ๐โโจโ๐ on a line ๐ resting on assumption set ๐น and the denial of ๐ on a line ๐ resting on assumption set ๐น, add ๐ to a new line ๐. Line ๐ will rest on the assumption set ๐ธ โช ๐น. Annotate line ๐ with โโจEโ and cite lines ๐ and ๐.
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
๐ธ | ๐. | ๐โโจโ๐ | |
๐น | ๐. | ยฌ๐ | |
๐ธ โช ๐น | ๐. | ๐ | โจE ๐, ๐ |
Alternatively,
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
๐ธ | ๐. | ๐โโจโ๐ | |
๐น | ๐. | ยฌ๐ | |
๐ธ โช ๐น | ๐. | ๐ | โจE ๐, ๐ |
Since a negated formula ยฌ๐ has two denial, ๐ and ยฌยฌ๐, the rule also permits
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
๐ธ | ๐. | ยฌ๐โโจโ๐ | |
๐น | ๐. | ๐ | |
๐ธ โช ๐น | ๐. | ๐ | โจE ๐, ๐ |
and
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
๐ธ | ๐. | ๐โโจโยฌ๐ | |
๐น | ๐. | ๐ | |
๐ธ โช ๐น | ๐. | ๐ | โจE ๐, ๐ |
For example:
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
1 | 1. | (PโโจโQ)โโจโR | A |
2 | 2. | ยฌ(Pโโจโ(QโโจโR)) | A for ยฌI |
โฎ | โฎ | โฎ | โฎ |
2 | 7. | ยฌR | &E 5 |
2 | 8. | ยฌP | &E 3 |
โค1, 2 | 9. | PโโจโQ | โจE 1, 7 |
โค1, 2 | 10. | Q | โจE 8, 9 |
โฎ | โฎ | โฎ | โฎ |
Another example:
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
1 | 1. | Pโ&โQ | A |
1 | 2. | P | &E 1 |
1 | 3. | Q | &E 1 |
4* | 4. | ยฌPโโจโยฌQ | A |
โค1, 4 | 5. | ยฌQ | โจE 2, 4 |
โฎ | โฎ | โฎ | โฎ |
*Note that the assumption name โ4โ was introduced on line 4. The new name could have been any name but โ1,โ since โ1โ has already been used. Some logicians prefer sequential names, which keeps track of the total number of assumptions in the proof. Tim and I prefer that name match the line number on which the assumption was introduced. This makes the assumption easier to located when it is time to discharge the assumption. Another option is to name assumptoins with lowercase letters. Assumption names are not line numbers, so the lowercase letters emphasize the distinction.
Given a formula ๐ that was introduced as assumption ๐ on line ๐ and a formula ๐ on line ๐ resting on the assumption set ๐ธ, add ๐โโโ๐ to a new line ๐. Line ๐ will rest on the assumption set ๐ธ โ {๐}. (This will โdischargeโ assumption ๐.) Annotate the line with โโIโ followed by the assumption name ๐ in parenthesis and cite line ๐.
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
{๐} | ๐. | ๐ | A for โI |
๐ธ | ๐. | ๐ | |
๐ธ โ {๐} | ๐. | ๐โโโ๐ | โI(๐) ๐ |
For example:
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
1 | 1 | (Pโ&โQ)โโโR | A |
2 | 2 | P | A for โI |
3 | 3 | Q | A for โI |
2, 3 | 4 | Pโ&โQ | &I 2, 3 |
1, 2, 3 | 5 | R | โE 1, 4 |
โค1, 2 | 6 | QโโโR | โI(3) 3, 5 |
โค1 | 7 | Pโโโ(QโโโR) | โI(2) 2, 6 |
If you discharge all the assumptions for a formula, place the empty set symbol โโ โ in the assumption set column for the new line. If a formula rest on the assumption set โ it is a theorem.
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
1 | 1. | P | A for โI |
1 | 2. | P | Reit 1 |
โ | 3. | PโโโP | โI(1) 2 |
Given a formula ๐ on a line ๐ resting on assumption set ๐ธ and formula ๐โโโ๐ on a line ๐ resting on assumption set ๐น, add ๐ to a new line ๐. Line ๐ will rest on the assumption set ๐ธ โช ๐น. Annotate line ๐ with โโEโ and cite lines ๐ and ๐.
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
๐ธ | ๐. | ๐ | A |
๐น | ๐. | ๐โโโ๐ | A |
๐ธ โช ๐น | ๐. | ๐ | โE ๐, ๐ |
For example:
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
1 | 1. | PโโโQ | A |
2 | 2. | P | A |
โค1, 2 | 3. | Q | โE 1, 2 |
Given a formula ๐โโโ๐ on a line ๐ resting on assumption set ๐ธ and a formula ๐โโโ๐ on a line ๐ resting on assumption set ๐น, add ๐โโ๏ธโ๐ to a new line ๐. Line ๐ will rest on ๐ธ โช ๐น. Annotate line ๐ with โโ๏ธIโ and cite lines ๐ and ๐.
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
๐ธ | ๐. | ๐โโโ๐ | A |
๐น | ๐. | ๐โโโ๐ | A |
๐ธ โช ๐น | ๐. | ๐โโ๏ธโ๐ | โ๏ธI ๐, ๐ |
For example:
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
1 | 1. | PโโโQ | A |
2 | 2. | QโโโP | A |
3 | 3. | Pโโ๏ธโQ | โ๏ธI 1, 2 |
Given a formula ๐โ๏ธ๐ on a line ๐, add ๐โโโ๐ or ๐โโโ๐ to a new line ๐. Line ๐ will rest on the same assumption set as ๐. Annotate line ๐ with โโ๏ธEโ and cite line ๐.
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
๐ธ | ๐. | ๐โโ๏ธโ๐ | |
๐ธ | ๐. | ๐โโโ๐ | โ๏ธE ๐ |
Alternatively:
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
๐ธ | ๐. | ๐โโ๏ธโ๐ | |
๐ธ | ๐. | ๐โโโ๐ | โ๏ธE ๐ |
For example:
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
1 | 1. | Pโโ๏ธโQ | A |
1 | 2. | PโโโQ | โ๏ธE 1 |
Given
add ยฌ๐ to a new line ๐. Line ๐ will rest on all the assumptions from lines ๐ and ๐, except ๐ (i.e., (๐ธ โช ๐น) โ {๐}). (Again, this is called discharging an assumption.) Annotate the line with โโIโ followed by the assumption name ๐ in parenthesis and cite lines ๐ and ๐.
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
{๐} | ๐. | ๐ | A for ยฌI |
๐ธ | ๐. | ๐ | |
๐น | ๐. | ยฌ๐ | |
(๐ธ โช ๐น) โ {๐} | ๐. | ยฌ๐ | ยฌI(๐) ๐, ๐ |
For example:
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
1 | 1. | PโโโQ | A |
2 | 2. | ยฌQ | A |
3 | 3. | P | A for ยฌI |
1, 3 | 4. | Q | โE 1, 3 |
โค1, 2 | 5. | ยฌP | ยฌI(3) 2, 4 |
Another example:
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
1 | 1. | PโโจโP | A |
2 | 2. | ยฌP | A for ยฌI |
1, 2 | 3. | P | โจE 1, 2 |
โค1 | 4. | ยฌยฌP | ยฌI(2) 2, 3 |
โฎ | โฎ | โฎ | โฎ |
Given a formula ยฌยฌ๐ on a line ๐ resting on assumption set ๐ธ, add ๐ to a line ๐. Line ๐ will rest assumption set ๐ธ. Annotate line ๐ with โยฌEโ and cite line ๐.
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
๐ธ | ๐. | ยฌยฌ๐ | |
๐ธ | ๐. | ๐ | ยฌE ๐ |
For example:
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
1 | 1. | PโโจโP | A |
2 | 2. | ยฌP | A for ยฌI |
1, 2 | 3. | P | โจE 1, 2 |
1 | 4. | ยฌยฌP | ยฌI(2) 2, 3 |
โค1 | 5. | P | ยฌE 4 |
Given
add ๐โs denial to a new line ๐. Line ๐ will rest on all the assumptions from lines ๐ and ๐, except ๐ (i.e., (๐ธ โช ๐น) โ {๐}). Annotate the line with โRAAโ or โIPโ followed by the assumption name ๐ in parenthesis and cite lines ๐ and ๐.
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
{๐} | ๐. | ๐ | A for RAA |
๐ธ | ๐. | ๐ | |
๐น | ๐. | ยฌ๐ | |
(๐ธ โช ๐น) โ {๐} | ๐. | ยฌ๐ | RAA(๐) ๐, ๐ |
Alternatively:
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
{๐} | ๐. | ยฌ๐ | A for RAA |
๐ธ | ๐. | ๐ | |
๐น | ๐. | ยฌ๐ | |
(๐ธ โช ๐น) โ {๐} | ๐. | ๐ | RAA(๐) ๐, ๐ |
For example:
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
1 | 1. | PโโจโP | A |
2 | 2. | ยฌP | A for RAA |
1, 2 | 3. | P | โจE 1, 2 |
โค1 | 4. | P | RAA(2) 2, 3 |
Since many of us learned logic using the Fitch Proof system, Iโve included both Lemmon and Fitch style proofs for each derived rule. Lemmon proofs use the primitive rules above. Fitch proofs use the rules from chapter 16 of forall๐ฅ: Calgary (Fall 2021+). Compare the proofs to better understand each system.
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
1 | 1. | ยฌยฌP | A |
1 | 2. | P | ยฌE 1 |
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
1 | 1. | P | A |
2 | 2. | ยฌP | A |
1 | 3. | ยฌยฌP | ยฌI(2) 1, 2 |
1ยฌยฌP | |
2ยฌP | |
3โฅ | ยฌE 1, 2 |
4P | IP 2โ3 |
1P | |
2ยฌP | |
3โฅ | ยฌE 1, 2 |
4ยฌยฌP | ยฌI 2โ3 |
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
1 | 1. | Pโ&โP | A |
1 | 2. | P | &E |
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
1 | 1. | P | A |
1 | 2. | Pโ&โP | &I 1, 1 |
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
1 | 1. | PโโจโP | A |
2 | 2. | ยฌP | A for RAA |
1, 2 | 3. | P | โจE 1, 2 |
1 | 4. | P | RAA(2) 2, 3 |
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
1 | 1. | P | A |
1 | 2. | PโโจโP | โจI 1 |
1Pโ&โP | |
2P | &E 1 |
1P | |
3Pโ&โP | &I 1, 1 |
1PโโจโP | |
2P | |
3P | Reit 2 |
4PโโจโP | โจE 1, 2โ3, 2โ3 |
1P | |
2PโโจโP | โจI 1 |
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
1 | 1. | Pโ&โQ | A |
1 | 2. | P | &E 1 |
1 | 3. | Q | &E 1 |
1 | 4. | Qโ&โP | &I 2, 3 |
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
1 | 1. | Qโ&โP | A |
1 | 2. | Q | &E 1 |
1 | 3. | P | &E 1 |
1 | 4. | Pโ&โQ | &I 2, 3 |
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
1 | 1. | PโโจโQ | A |
2 | 2. | ยฌ(QโโจโP) | A for RAA |
3 | 3. | P | A for ยฌI |
3 | 4. | QโโจโP | โจI 3 |
2 | 5. | ยฌP | ยฌI(3) 2, 4 |
1, 2 | 6. | Q | โจE 1, 5 |
1, 2 | 7. | QโโจโP | โจI 6 |
1 | 8. | QโโจโP | RAA(2) 2, 7 |
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
1 | 1. | QโโจโP | A |
2 | 2. | ยฌ(PโโจโQ) | A for RAA |
3 | 3. | P | A for ยฌI |
3 | 4. | PโโจโQ | โจI 3 |
2 | 5. | ยฌP | ยฌI(3) 2, 4 |
1, 2 | 6. | Q | โจE 1, 5 |
1, 2 | 7. | PโโจโQ | โจI 6 |
1 | 8. | PโโจโQ | RAA(2) 2, 7 |
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
1 | 1. | Pโโ๏ธโQ | A |
1 | 2. | PโโโQ | โ๏ธE 1 |
1 | 3. | QโโโP | โ๏ธE 1 |
1 | 4. | Qโโ๏ธโP | โ๏ธI 2, 3 |
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
1 | 1. | Qโโ๏ธโP | A |
1 | 2. | QโโโP | โ๏ธE 1 |
1 | 3. | PโโโQ | โ๏ธE 1 |
1 | 4. | Pโโ๏ธโQ | โ๏ธI 2, 3 |
1Pโ&โQ | |
2P | &E 1 |
3Q | &E 1 |
4Qโ&โP | &I 2, 3 |
1Qโ&โP | |
2Q | &E 1 |
3P | &E 1 |
4Pโ&โQ | &I 2, 3 |
1PโโจโQ | |
2P | |
3QโโจโP | โจI 2 |
4Q | |
5QโโจโP | โจI 4 |
6QโโจโP | โจE 1, 2โ3, 4โ5 |
1QโโจโP | |
2Q | |
3PโโจโQ | โจI 2 |
4P | |
5PโโจโQ | vI 5 |
6PโโจโQ | โจE 1, 2โ3, 4โ5 |
1Pโโ๏ธโQ | |
2P | |
3Q | โ๏ธE 1 |
4Q | |
5P | โ๏ธE 1 |
6Qโโ๏ธโP | โ๏ธI 2โ3, 4โ5 |
1Qโโ๏ธโP | |
2Q | |
3P | โ๏ธE 1 |
4P | |
5Q | โ๏ธE 1 |
6Pโโ๏ธโQ | โ๏ธI 2โ3, 4โ5 |
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
1 | 1. | Pโ&โ(Qโ&โR) | A |
1 | 2. | P | &E 1 |
1 | 3. | Qโ&โR | &E 1 |
1 | 4. | Q | &E 3 |
1 | 5. | R | &E 3 |
1 | 6. | Pโ&โQ | &I 2, 4 |
1 | 7. | (Pโ&โQ)โ&โR | &I 5, 6 |
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
1 | 1. | (Pโ&โQ)โ&โR | A |
1 | 2. | Pโ&โQ | &E 1 |
1 | 3. | R | &E 1 |
1 | 4. | P | &E 2 |
1 | 5. | Q | &E 2 |
1 | 6. | Qโ&โR | &I 3, 5 |
1 | 7. | Pโ&โ(Qโ&โR) | &I 4, 6 |
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
1 | 1. | Pโโจโ(QโโจโR) | A |
2 | 2. | ยฌ((PโโจโQ)โโจโR) | A for RAA |
3 | 3. | ยฌR | A for RAA |
4 | 4. | ยฌP | A for RAA |
1, 4 | 5. | QโโจโR | โจE 1, 4 |
1, 3, 4 | 6. | Q | โจE 3, 5 |
1, 3, 4 | 7. | PโโจโQ | โจI 6 |
1, 3, 4 | 8. | (PโโจโQ)โโจโR | โจI 7 |
1, 2, 3 | 9. | P | RAA(4) 2, 8 |
1, 2, 3 | 10. | PโโจโQ | โจI 9 |
1, 2, 3 | 11. | (PโโจโQ)โโจโR | โจI 10 |
1, 2 | 12. | R | RAA(3) 2, 11 |
1, 2 | 13. | (PโโจโQ)โโจโR | โจI 12 |
1 | 14. | (PโโจโQ)โโจโR | RAA(2) 2, 13 |
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
1 | 1. | (PโโจโQ)โโจโR | A |
2 | 2. | ยฌ(Pโโจโ(QโโจโR)) | A for RAA |
3 | 3. | ยฌP | A for RAA |
4 | 4. | ยฌR | A for RAA |
1, 4 | 5. | PโโจโQ | โจE 1, 4 |
1, 3, 4 | 6. | Q | โจE 3, 5 |
1, 3, 4 | 7. | QโโจโR | โจI 6 |
1, 3, 4 | 8. | Pโโจโ(QโโจโR) | โจI 7 |
1, 2, 3 | 9. | R | RAA(4) 2, 8 |
1, 2, 3 | 10. | QโโจโR | โจI 9 |
1, 2, 3 | 11. | Pโโจโ(QโโจโR) | โจI 10 |
1, 2 | 12. | P | RAA(3) 2, 11 |
1, 2 | 13. | Pโโจโ(QโโจโR) | โจI 12 |
1 | 14. | Pโโจโ(QโโจโR) | RAA(2) 2, 13 |
1Pโ&โ(Qโ&โR) | |
2P | &E 1 |
3Qโ&โR | &E 1 |
4Q | &E 3 |
5R | &E 3 |
6Pโ&โQ | &I 2, 4 |
7(Pโ&โQ)โ&โR | &I 5, 6 |
1(Pโ&โQ)โ&โR | |
2Pโ&โQ | &E 1 |
3R | &E 1 |
4P | &E 2 |
5Q | &E 2 |
6Qโ&โR | &I 3, 5 |
7Pโ&โ(Qโ&โR) &I 4, 6 |
1Pโโจโ(QโโจโR) | |
2P | |
3PโโจโQ | โจI 2 |
4(PโโจโQ)โโจโR | โจI 3 |
5QโโจโR | |
6Q | |
7PโโจโQ | โจI 6 |
8(PโโจโQ)โโจโR | โจI 7 |
9R | |
10(PโโจโQ)โโจโR | โจI 9 |
11(PโโจโQ)โโจโR | โจE 5, 6โ8, 9โ10 |
12(PโโจโQ)โโจโR | โจE 1, 2โ4, 5โ11 |
1(PโโจโQ)โโจโR | |
2PโโจโQ | |
3P | |
4Pโโจโ(QโโจโR) | โจI 3 |
5Q | |
6QโโจโR | โจI 5 |
7Pโโจโ(QโโจโR) | โจI 6 |
8Pโโจโ(QโโจโR) | โจE 2, 3โ4, 5โ7 |
9R | |
10QโโจโR | โจI 9 |
11Pโโจโ(QโโจโR) | โจI 10 |
12Pโโจโ(QโโจโR) | โจE 1, 2โ8, 9โ11 |
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
1 | 1. | Pโ&โ(QโโจโR) | A |
1 | 2. | P | &E 1 |
1 | 3. | QโโจโR | &E 2 |
4 | 4. | ยฌ((Pโ&โQ)โโจโ(Pโ&โR)) | A for RAA |
5 | 5. | ยฌ(Pโ&โQ) | A for RAA |
6 | 6. | Q | A for ยฌI |
1, 6 | 7. | Pโ&โQ | &I 2, 6 |
1, 5 | 8. | ยฌQ | ยฌI(5) 5, 7 |
1, 5 | 9. | R | โจE 3, 8 |
1, 5 | 10. | Pโ&โR | &I 2, 9 |
1, 5 | 11. | (Pโ&โQ)โโจโ(Pโ&โR) | โจI 10 |
1, 4 | 12. | Pโ&โQ | ยฌI(5) 4, 11 |
1, 4 | 13. | (Pโ&โQ)โโจโ(Pโ&โR) | โจI 12 |
1 | 14. | (Pโ&โQ)โโจโ(Pโ&โR) | ยฌI(4) 4, 13 |
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
1 | 1. | (Pโ&โQ)โโจโ(Pโ&โR) | A |
2 | 2. | ยฌ(Pโ&โ(QโโจโR)) | A for RAA |
3 | 3. | ยฌ(Pโ&โQ) | A for RAA |
1, 3 | 4. | Pโ&โR | โจE 1, 3 |
1, 3 | 5. | P | &E 4 |
1, 3 | 6. | R | &E 4 |
1, 3 | 7. | QโโจโR | โจI 6 |
1, 3 | 8. | Pโ&โ(QโโจโR) | &I 5, 7 |
1, 2 | 9. | Pโ&โ(QโโจโR) | RAA(3) 2, 8 |
1 | 10. | Pโ&โ(QโโจโR) | RAA(2) 2, 9 |
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
1 | 1. | Pโโจโ(Qโ&โR) | A |
2 | 2. | ยฌ((PโโจโQ)โ&โ(PโโจโR)) | A for RAA |
3 | 3. | P | A for ยฌI |
3 | 4. | PโโจโQ | โจI 3 |
3 | 5. | PโโจโR | โจI 3 |
3 | 6. | (PโโจโQ)โ&โ(PโโจโR) | &I 4, 5 |
2 | 7. | ยฌP | ยฌI(3) 2, 6 |
1, 2 | 8. | Qโ&โR | โจE 1, 7 |
1, 2 | 9. | Q | &E 8 |
1, 2 | 10. | R | &E 8 |
1, 2 | 11. | PโโจโQ | โจI 9 |
1, 2 | 12. | PโโจโR | โจI 10 |
1, 2 | 13. | (PโโจโQ)โ&โ(PโโจโR) | &I 11, 12 |
1 | 14. | (PโโจโQ)โ&โ(PโโจโR) | RAA(2) 2, 13 |
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
1 | 1. | (PโโจโQ)โ&โ(PโโจโR) | A |
1 | 2. | PโโจโQ | &E 1 |
1 | 3. | PโโจโR | &E 1 |
4 | 4. | ยฌ(Pโโจโ(Qโ&โR)) | A for RAA |
5 | 5. | P | A for ยฌI |
5 | 6. | Pโโจโ(Qโ&โR) | โจI 5 |
4 | 7. | ยฌP | ยฌI(5) 4, 6 |
1, 4 | 8. | Q | โจE 2, 7 |
1, 4 | 9. | R | โจE 3, 7 |
1, 4 | 10. | Qโ&โR | &I 8, 9 |
1, 4 | 11. | Pโโจโ(Qโ&โR) | โจI 10 |
1 | 12. | Pโโจโ(Qโ&โR) | RAA(4) 4, 11 |
1Pโ&โ(QโโจโR) | |
2P | &E 1 |
3QโโจโR | &E 1 |
4Q | |
5Pโ&โQ | &I 2, 4 |
6(Pโ&โQ)โโจโ(Pโ&โR) | โจI 5 |
7R | |
8Pโ&โR | &I 2, 7 |
9(Pโ&โQ)โโจโ(Pโ&โR)โ | โจI 8 |
10(Pโ&โQ)โโจโ(Pโ&โR) | vE 3, 4โ6, 7โ9 |
1(Pโ&โQ)โโจโ(Pโ&โR) | |
2Pโ&โQ | |
3P | &E 2 |
4Q | &E 2 |
5QโโจโR | โจI 4 |
6Pโ&โ(QโโจโR) | &I 3, 5 |
7Pโ&โR | |
8P | &E 7 |
9R | &E 7 |
10QโโจโR | โจI 9 |
11Pโ&โ(QโโจโR) | &I 8, 10 |
12Pโ&โ(QโโจโR) | โจI 1, 2โ6, 7โ11 |
1Pโโจโ(Qโ&โR) | |
2P | |
3PโโจโQ | โจI 2 |
4PโโจโR | โจI 2 |
5(PโโจโQ)โ&โ(PโโจโR) | &I 3, 4 |
6Qโ&โR | |
7Q | &E 6 |
8R | &E 6 |
9PโโจโQ | โจI 7 |
10PโโจโR | โจI 8 |
11(PโโจโQ)โ&โ(PโโจโR) | &I 9, 10 |
12(PโโจโQ)โ&โ(PโโจโR) | โจI 1, 2โ5, 6โ12 |
1(PโโจโQ)โ&โ(PโโจโR) | |
2PโโจโQ | &E 1 |
3PโโจโR | &E 1 |
4ยฌ(Pโโจโ(Qโ&โR)) | |
5P | |
6Pโโจโ(Qโ&โR) | โจI 5 |
7โฅ | ยฌE 4, 6 |
8Q | X 7 |
9R | X 7 |
10Q | |
11Q | Reit 10 |
12Q | โจE 2, 5โ8, 10โ11 |
13R | |
14R | Reit 13 |
15R | โจE 3, 5โ9, 13โ14 |
16Qโ&โR | &I 12, 15 |
17Pโโจโ(Qโ&โR) | โจI 16 |
18โฅ | ยฌE 4, 17 |
19Pโโจโ(Qโ&โR) | IP 4โ18 |
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
1 | 1. | ยฌ(Pโ&โQ) | A |
2 | 2. | P | A for ยฌI |
3 | 3. | Q | A for ยฌI |
2, 3 | 4. | Pโ&โQ | &I 2, 3 |
1, 3 | 5. | ยฌQ | ยฌE(2) 1, 4 |
1 | 6. | ยฌP | ยฌE(3) 3, 5 |
1 | 7. | ยฌPโโจโยฌQ | โจI 6 |
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
1 | 1. | ยฌPโโจโยฌQ | A |
2 | 2. | Pโ&โQ | A for ยฌI |
2 | 3. | P | &E 2 |
2 | 4. | Q | &E 2 |
1, 2 | 5. | ยฌQ | โจE 1, 3 |
1 | 6. | ยฌ(Pโ&โQ) | ยฌI(2) 4, 5 |
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
1 | 1. | ยฌ(PโโจโQ) | A |
2 | 2. | P | A for ยฌI |
2 | 3. | PโโจโQ | โจI 2 |
1 | 4. | ยฌP | ยฌI(2) 1, 3 |
5 | 5. | Q | A for ยฌI |
5 | 6. | PโโจโQ | โจI 5 |
1 | 7. | ยฌQ | ยฌI(5) 1, 6 |
1 | 8. | ยฌPโ&โยฌQ | &I 4, 7 |
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
1 | 1. | ยฌPโ&โยฌQ | A |
1 | 2. | ยฌP | &E 1 |
1 | 3. | ยฌQ | &E 1 |
4 | 4. | PโโจโQ | A for ยฌI |
1, 4 | 5. | Q | โจE 2, 4 |
1 | 6. | ยฌ(PโโจโQ) | ยฌI(4) 3, 5 |
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
1 | 1. | PโโจโQ | A |
2 | 2. | ยฌPโ&โยฌQ | A for ยฌI |
2 | 3. | ยฌP | &E 2 |
2 | 4. | ยฌQ | &E 2 |
1, 2 | 5. | P | โจE 1, 4 |
1 | 6. | ยฌ(ยฌPโ&โยฌQ) | ยฌI(2) 3, 5 |
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
1 | 1. | ยฌ(ยฌPโ&โยฌQ) | A |
2 | 2. | ยฌ(PโโจโQ) | A for RAA |
3 | 3. | P | A for ยฌI |
3 | 4. | PโโจโQ | โจI 3 |
2 | 5. | ยฌP | ยฌI(3) 2, 4 |
6 | 6. | Q | A for RAA |
6 | 7. | PโโจโQ | โจI 6 |
2 | 8. | ยฌQ | ยฌI(6) 2, 7 |
2 | 10. | ยฌPโ&โยฌQ | &I 5, 8 |
1 | 12. | PโโจโQ | RAA(2) 1, 10 |
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
1 | 1. | Pโ&โQ | A |
1 | 2. | P | &E 1 |
1 | 3. | Q | &E 1 |
4 | 4. | ยฌPโโจโยฌQ | A |
1, 4 | 5. | ยฌQ | โจE 2, 4 |
1 | 6. | ยฌ(ยฌPโโจโยฌQ) | ยฌI(4) 3, 5 |
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
1 | 1. | ยฌ(ยฌPโโจโยฌQ) | A |
2 | 2. | ยฌP | A for RAA |
2 | 3. | ยฌPโโจโยฌQ | โจI 2 |
1 | 4. | P | RAA(2) 1, 3 |
5 | 5. | ยฌQ | A for RAA |
5 | 6. | ยฌPโโจโยฌQ | โจI 5 |
1 | 7. | Q | RAA(5) 1, 6 |
1 | 8. | Pโ&โQ | &I 4, 7 |
1ยฌ(Pโ&โQ) | |
2P | |
3Q | |
4Pโ&โQ | &I 2, 3 |
5โฅ | ยฌE 1, 4 |
6ยฌQ | ยฌI 3โ6 |
7โฅ | ยฌE 3, 6 |
8ยฌP | IP 2โ7 |
9ยฌPโโจโยฌQ | โจI 8 |
1(ยฌPโโจโยฌQ) | |
2(Pโ&โQ) | |
3P | &E 2 |
4Q | &E 2 |
5ยฌQ | โจE 1, 3 |
7โฅ | ยฌE |
8ยฌ(Pโ&โQ) | IP 2โ7 |
1ยฌ(PโโจโQ) | |
2P | |
3PโโจโQ | โจI 2 |
4โฅ | ยฌE 1, 3 |
5ยฌP | ยฌI 2โ4 |
6Q | |
7PโโจโQ | โจI 2 |
8โฅ | ยฌE 1, 7 |
9ยฌQ | ยฌI 6โ8 |
10ยฌPโ&โยฌQ | &I 5, 9 |
1ยฌPโ&โยฌQ | |
2ยฌP | &E 1 |
3ยฌQ | &E 1 |
4PโโจโQ | |
5Q | โจE 2, 4 |
6โฅ | ยฌE 3, 5 |
7ยฌ(PโโจโQ) | ยฌI 4โ6 |
1PโโจโQ | |
2ยฌPโ&โยฌQ | |
3ยฌP | &E 2 |
4ยฌQ | &E 2 |
5P | โจE 1, 4 |
6โฅ | ยฌE 3, 5 |
7ยฌ(ยฌPโ&โยฌQ) | IP 2โ6 |
1ยฌ(ยฌPโ&โยฌQ) | |
2ยฌ(PโโจโQ) | |
3P | |
4PโโจโQ | โจI 3 |
5โฅ | ยฌE 2, 4 |
6ยฌP | ยฌI 3โ5 |
7Q | |
8PโโจโQ | โจI 7 |
9โฅ | ยฌE 2, 8 |
10ยฌQ | ยฌI 7โ9 |
11ยฌPโ&โยฌQ | &I 6, 10 |
12โฅ | ยฌE 1, 11 |
13PโโจโQ | IP 2โ12 |
1Pโ&โQ | |
2P | &E 1 |
3Q | &E 1 |
4ยฌPโโจโยฌQ | |
5ยฌQ | โจE 2, 4 |
6โฅ | ยฌE 3, 5 |
7ยฌ(ยฌPโโจโยฌQ) | ยฌI 4โ6 |
1ยฌ(ยฌPโโจโยฌQ) | |
2ยฌP | |
3ยฌPโโจโยฌQ | โจI 2 |
4โฅ | ยฌE 1, 3 |
5P | IP 2โ4 |
6ยฌQ | |
7ยฌPโโจโยฌQ | โจI 6 |
8โฅ | ยฌE 1, 7 |
9Q | IP 6โ8 |
10Pโ&โQ | &I 5, 9 |
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
1 | 1. | ยฌPโโจโQ | A |
2 | 2. | P | A for โI |
1, 2 | 3. | Q | โจE 1, 2 |
1 | 4. | PโโโQ | โI(2) 2, 3 |
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
1 | 1. | PโโโQ | A |
2 | 2. | ยฌ(ยฌPโโจโQ) | A for RAA |
3 | 3. | P | A for ยฌI |
1, 3 | 4. | Q | โE 1, 3 |
1, 3 | 5. | ยฌPโโจโQ | โจI 4 |
1, 2 | 6. | ยฌP | ยฌI(3) 2, 5 |
1, 2 | 7. | ยฌPโโจโQ | โจI 6 |
1 | 8. | ยฌPโโจโQ | RAA(2) 2, 7 |
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
1 | 1. | PโโจโQ | A |
2 | 2. | ยฌP | A for โI |
1, 2 | 3. | Q | โจE 1 |
1 | 4. | ยฌPโโโQ | โI(2) 2, 3 |
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
1 | 1. | ยฌPโโโQ | A |
2 | 2. | ยฌ(PโโจโQ) | A for ยฌI |
3 | 3. | ยฌP | A for RAA |
1, 3 | 4. | Q | โE 1, 3 |
1, 3 | 5. | PโโจโQ | โจI 4 |
1, 2 | 6. | P | RAA(3) 2, 5 |
1, 2 | 7. | PโโจโQ | โจI 6 |
1 | 8. | PโโจโQ | ยฌI(2) 2, 7 |
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
1 | 1. | PโโจโQ | A |
2 | 2. | ยฌQ | A for โI |
1, 2 | 3. | P | โจE 1, 2 |
1 | 4. | ยฌQโโโP | โI(2) 2, 3 |
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
1 | 1. | ยฌQโโโP | A |
2 | 2. | ยฌ(PโโจโQ) | A for RAA |
3 | 3. | ยฌQ | A for RAA |
1, 3 | 4. | P | โE 1, 3 |
1, 3 | 5. | PโโจโQ | โจI 4 |
1, 2 | 6. | Q | RAA^(3) 2, 5 |
1, 4 | 7. | PโโจโQ | โจI 6 |
1 | 8. | PโโจโQ | RAA(2) 2, 7 |
1ยฌPโโจโQ | |
2P | |
3Q | โจE 1, 2 |
4PโโโQ | โI 2โ3 |
1PโโโQ | |
2ยฌ(ยฌPโโจโQ) | |
3P | |
4Q | โE 1, 3 |
5ยฌPโโจโQ | โจI 4 |
6โฅ | ยฌE 2, 5 |
7ยฌP | IP 3โ6 |
8ยฌPโโจโQ | โจI 7 |
9โฅ | ยฌE 2, 8 |
10ยฌPโโจโQ | IP 2โ6 |
1PโโจโQ | |
2ยฌP | |
3Q | โจE 1, 2 |
4ยฌPโโโQ | โI 2โ3 |
1ยฌPโโโQ | |
2ยฌ(PโโจโQ) | |
3ยฌP | |
4Q | โE 1, 3 |
5PโโจโQ | โจI 4 |
6โฅ | ยฌE 2, 5 |
7P | IP 3โ6 |
8PโโจโQ | โจI 7 |
9โฅ | ยฌE 2, 8 |
10PโโจโQ | IP 2โ9 |
1PโโจโQ | |
2ยฌQ | |
3P | โจE 1, 2 |
4ยฌQโโโP | โI 2โ3 |
1ยฌQโโโP | |
2ยฌ(PโโจโQ) | |
3ยฌQ | |
4P | โE 1, 3 |
5PโโจโQ | โจI 4 |
6โฅ | ยฌE 2, 5 |
7Q | IP 3โ6 |
8PโโจโQ | โจI 7 |
9โฅ | ยฌE 2, 8 |
10PโโจโQ | IP 2โ9 |
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
1 | 1. | Q | A |
2 | 2. | P | A for โI |
1 | 3. | PโโโQ | โI(2) 1, 2 |
1Q | |
2P | |
3Q | Reit 1 |
4PโโโQ | โI 2โ3 |
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
1 | 1. | ยฌP | A |
2 | 2. | P | A for โI |
3 | 3. | ยฌQ | A for RAA |
1, 2 | 4. | Q | RAA(3) 1, 2 |
1 | 5 | PโโโQ | โI(2) 4 |
1ยฌP | |
2P | |
3โฅ | ยฌE 1, 2 |
4Q | X 3 |
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
1 | 1. | PโโโQ | A |
2 | 2. | PโโโยฌQ | A |
3 | 3. | P | A for ยฌI |
1, 3 | 4. | Q | โE 1, 3 |
2, 3 | 5. | ยฌQ | โE 2, 3 |
1, 2 | 6. | ยฌP | ยฌI(3) 4, 5 |
1PโโโQ | |
2PโโโยฌQ | |
3P | |
4Q | โE 1, 3 |
5ยฌQ | โE 2, 3 |
6โฅ | ยฌE 4, 5 |
7ยฌP | ยฌI 3โ6 |
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
1 | 1. | PโโโQ | A |
2 | 2. | QโโโR | A |
3 | 3. | P | A for โI |
1, 3 | 4. | Q | โE 1, 3 |
1, 2, 3 | 5. | R | โE 2, 4 |
1, 2 | 6. | PโโโR | โI(3) 3, 5 |
1PโโโQ | |
2QโโโR | |
3P | |
4Q | โE 1, 3 |
5R | โE 2, 4 |
6PโโโR | โI 3โ5 |
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
1 | 1. | ยฌ(PโโโQ) | A |
2 | 2. | ยฌ(Pโ&โยฌQ) | A for RAA |
3 | 3. | P | A for โI |
4 | 4. | ยฌQ | A for ยฌI |
3, 4 | 5. | Pโ&โยฌQ | &I 3, 4 |
2, 3 | 6. | Q | RAA(4) 2, 5 |
2 | 7. | PโโโQ | โI(3) 3, 6 |
1 | 8. | Pโ&โยฌQ | RAA(2) 1, 7 |
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
1 | 1. | Pโ&โยฌQ | A |
1 | 2. | P | &E 1 |
1 | 3. | ยฌQ | &E 1 |
2 | 4. | PโโโQ | A for ยฌI |
1, 2 | 5. | Q | โE 2, 4 |
1 | 6. | ยฌ(PโโโQ) | ยฌI(4) 3, 5 |
1ยฌ(PโโโQ) | |
2ยฌ(Pโ&โยฌQ) | |
3P | |
4ยฌQ | |
5Pโ&โยฌQ | &I 3, 4 |
6โฅ | ยฌE 2, 5 |
7Q | IP 4โ6 |
8PโโโQ | โI 3โ7 |
9โฅ | ยฌE 1, 8 |
10Pโ&โยฌQ | IP 2โ9 |
1Pโ&โยฌQ | |
2P | &E 1 |
3ยฌQ | &E 1 |
4PโโโQ | |
5Q | โE 2, 4 |
6โฅ | ยฌE 3, 5 |
7ยฌ(PโโโQ) | IP 4โ6 |
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
1 | 1. | ยฌ(Pโโ๏ธโQ) | A |
2 | 2. | ยฌ((Pโ&โยฌQ)โโจโ(ยฌPโ&โQ)) | A for RAA |
3 | 3. | ยฌ(Pโ&โยฌQ) | A for RAA |
2, 3 | 4. | ยฌPโ&โQ | โจE 2, 3 |
2, 3 | 5. | Q | &E 4 |
7 | 6. | P | A for โI |
2, 3 | 7. | PโโโQ | โI(6) 5, 6 |
8 | 8. | ยฌ(ยฌPโ&โQ) | A for RAA |
2, 8 | 9. | Pโ&โยฌQ | โจE 2, 8 |
2, 8 | 10. | P | &E 9 |
13 | 11. | Q | A for โI |
2, 8 | 12. | QโโโP | โI(11) 10, 11 |
2, 3, 8 | 13. | Pโโ๏ธโQ | โ๏ธI 7, 12 |
1, 2, 3 | 14. | ยฌPโ&โQ | RAA(8) 1, 13 |
1, 2, 3 | 15. | Pโ&โยฌQ | โจE 2, 14 |
1, 2 | 16. | Pโ&โยฌQ | RAA(3) 3, 15 |
1, 2 | 17. | (Pโ&โยฌQ)โโจโ(ยฌPโ&โQ) | โจI 16 |
1 | 18. | (Pโ&โยฌQ)โโจโ(ยฌPโ&โQ) | RAA(2) 2, 17 |
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
1 | 1. | ((Pโ&โยฌQ)โโจโ(ยฌPโ&โQ)) | A |
2 | 2. | Pโโ๏ธโQ | A for ยฌI |
2 | 3. | (PโโโQ)โ&โ(QโโโP) | โ๏ธE 2 |
2 | 4. | PโโโQ | &E 3 |
2 | 5. | QโโโP | &E 3 |
6 | 6. | Pโ&โยฌQ | A for ยฌI |
6 | 7. | P | &E 6 |
6 | 8. | ยฌQ | &E 6 |
2, 6 | 9. | Q | โ๏ธE 4, 7 |
2 | 10. | ยฌ(Pโ&โยฌQ) | ยฌI(6) 8, 9 |
1, 2 | 11. | ยฌPโ&โQ | โจE 1, 10 |
1, 2 | 12. | ยฌP | &E 11 |
1, 2 | 13. | Q | &E 11 |
1, 2 | 14. | P | โ๏ธE 5, 13 |
2 | 15. | ยฌ(Pโโ๏ธโQ) | ยฌI(2) 12, 14 |
1ยฌ(Pโโ๏ธโQ) | |
2ยฌ((Pโ&โยฌQ)โโจโ(ยฌPโ&โQ)) | |
3ยฌ(Pโ&โยฌQ) | |
4ยฌ(ยฌPโ&โQ) | |
5P | |
6ยฌQ | |
7Pโ&โยฌQ | &I 5, 6 |
8โฅ | ยฌE 3, 7 |
9Q | IP 6โ8 |
10Q | |
11ยฌP | |
12ยฌPโ&โQ | &I 10, 11 |
13โฅ | ยฌE 4, 12 |
14P | IP 11, 13 |
15Pโโ๏ธโQ | โ๏ธI 5โ9, 10โ14 |
16โฅ | ยฌE 1, 15 |
17ยฌPโ&โQ | IP 4โ16 |
18(Pโ&โยฌQ)โโจโ(ยฌPโ&โQ) | โจI 17 |
19โฅ | ยฌE 2, 18 |
20Pโ&โยฌQ | IP 3โ19 |
21(Pโ&โยฌQ)โโจโ(ยฌPโ&โQ) | โจI 20 |
22โฅ | ยฌE 2, 21 |
23(Pโ&โยฌQ)โโจโ(ยฌPโ&โQ) | IP 2โ22 |
1((Pโ&โยฌQ)โโจโ(ยฌPโ&โQ)) | |
2Pโโ๏ธโQ | |
3Pโ&โยฌQ | |
4P | &E 3 |
5ยฌQ | &E 3 |
6Q | โ๏ธE 2, 4 |
7โฅ | ยฌE 5, 6 |
8ยฌ(Pโ&โยฌQ) | IP 3โ7 |
9ยฌPโ&โQ | โจE 1, 8 |
10ยฌP | &E 9 |
11Q | &E 9 |
12P | โ๏ธE 2, 11 |
13โฅ | ยฌE 10, 12 |
14ยฌ(Pโโ๏ธโQ) | IP 2โ13 |
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
1 | 1. | PโโโQ | A |
2 | 2. | ยฌQ | A for โI |
3 | 3. | P | A for ยฌI |
1, 3 | 4. | Q | โE 1, 3 |
1, 2 | 5. | ยฌP | ยฌI(3) 2, 4 |
1 | 6. | ยฌQโโโยฌP | โI(2) 2, 5 |
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
1 | 1. | ยฌQโโโยฌP | A |
2 | 2. | P | A for โI |
3 | 3. | ยฌQ | A for RAA |
1, 3 | 4. | ยฌP | โE 1, 3 |
1, 2 | 5. | Q | RAA(3) 2, 4 |
1 | 6. | PโโโQ | โI(2) 2, 5 |
1PโโโQ | |
2ยฌQ | |
3P | |
4Q | โE 1, 3 |
5โฅ | ยฌE 2, 4 |
6ยฌP | ยฌI 3โ5 |
7ยฌQโโโยฌP | โI 2โ6 |
1ยฌQโโโยฌP | |
2P | |
3ยฌQ | |
4ยฌP | โE 1, 3 |
5โฅ | ยฌE 2, 4 |
6Q | IP 3โ5 |
7PโโโQ | โI 2โ6 |
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
1 | 1. | Pโโ๏ธโQ | A |
1 | 2. | PโโโQ | โ๏ธE 1 |
1 | 3. | QโโโP | โ๏ธE 1 |
4 | 4. | ยฌQ | A for โI |
5 | 5. | P | A for ยฌI |
1, 5 | 6. | Q | โE 2, 5 |
1, 4 | 7. | ยฌP | ยฌI(5) 4, 6 |
1 | 8. | ยฌQโโโยฌP | โI(4) 4, 7 |
9 | 9. | ยฌP | A for โI |
10 | 10. | Q | A for ยฌI |
1, 10 | 11. | P | โE 3, 10 |
1, 9 | 12. | ยฌQ | ยฌI(10) 9, 11 |
1 | 13. | ยฌPโโโยฌQ | โI(9) 9, 12 |
1 | 14. | ยฌQโโ๏ธโยฌP | โ๏ธI 8, 13 |
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
1 | 1. | ยฌQโโ๏ธโยฌP | A |
1 | 2. | ยฌQโโโยฌP | โ๏ธE 1 |
1 | 3. | ยฌPโโโยฌQ | โ๏ธE 1 |
4 | 4. | P | A for โI |
5 | 5. | ยฌQ | A for RAA |
1, 5 | 6. | ยฌP | โE 2, 5 |
1, 4 | 7. | Q | RAA(5) 4, 6 |
1 | 8. | PโโโQ | โI(4) 4, 7 |
9 | 9. | Q | A for โI |
10 | 10. | ยฌP | A for RAA |
1, 10 | 11. | ยฌQ | โE 3, 10 |
1, 9 | 12. | P | ยฌI(10) 9, 11 |
1 | 13. | QโโโP | โI(9) 9, 12 |
1 | 14. | Pโโ๏ธโQ | โ๏ธI 8, 13 |
1Pโโ๏ธโQ | |
2ยฌQ | |
3P | |
4Q | โ๏ธE 1, 3 |
5โฅ | ยฌE 2, 4 |
6ยฌP | ยฌI 3โ5 |
7ยฌP | |
8Q | |
9P | โ๏ธE 1, 8 |
10โฅ | ยฌE 7, 9 |
11ยฌQ | ยฌI 8โ10 |
12ยฌQโโ๏ธโยฌP | โ๏ธI 2โ6, 7โ11 |
1ยฌQโโ๏ธโยฌP | |
2P | |
3ยฌQ | |
4ยฌP | โ๏ธE 1, 3 |
5โฅ | ยฌE 2, 4 |
6Q | IP 3โ5 |
7Q | |
8ยฌP | |
9ยฌQ | โ๏ธE 1, 8 |
10โฅ | ยฌE 7, 9 |
11P | ยฌI 8โ10 |
12Pโโ๏ธโQ | โ๏ธI 2โ6, 7โ11 |
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
1 | 1. | PโโโQ | A |
2 | 2. | ยฌQ | A |
3 | 3. | P | A for ยฌI |
1, 3 | 4. | Q | โE 1, 3 |
1, 2 | 5. | ยฌP | ยฌI(3) 2, 4 |
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
1 | 1. | ยฌPโโโQ | A |
2 | 2. | ยฌQ | A |
3 | 3. | ยฌP | A for ยฌI |
1, 3 | 4. | Q | โE 1, 3 |
1, 2 | 5. | P | RAA(3) 2, 4 |
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
1 | 1. | PโโโยฌQ | A |
2 | 2. | Q | A |
3 | 3. | P | A for ยฌI |
1, 3 | 4. | ยฌQ | โE 1, 3 |
1, 2 | 5. | ยฌP | ยฌI(3) 2, 4 |
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
1 | 1. | ยฌPโโโยฌQ | A |
2 | 2. | Q | A |
3 | 3. | ยฌP | A for ยฌI |
1, 3 | 4. | ยฌQ | โE 1, 3 |
1, 2 | 5. | P | RAA(3) 2, 4 |
1PโโโQ | |
2ยฌQ | |
3P | |
4Q | โE 1, 3 |
5โฅ | ยฌE 2, 4 |
6ยฌP | IP 3โ5 |
1ยฌPโโโQ | |
2ยฌQ | |
3ยฌP | |
4Q | โE 1, 3 |
5โฅ | ยฌE 2, 4 |
6P | IP 3โ5 |
1PโโโยฌQ | |
2Q | |
3P | |
4ยฌQ | โE 1, 3 |
5โฅ | ยฌE 2, 4 |
6ยฌP | IP 3โ5 |
1ยฌPโโโยฌQ | |
2Q | |
3ยฌP | |
4ยฌQ | โE 1, 3 |
5โฅ | ยฌE 2, 4 |
6P | IP 3โ5 |
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
1 | 1. | Pโโ๏ธโQ | A |
2 | 2. | P | A |
1, 2 | 3. | PโโโQ | โ๏ธE 1, 2 |
1, 2 | 4. | Q | โE 2, 3 |
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
1 | 1. | Pโโ๏ธโQ | A |
2 | 2. | Q | A |
1, 2 | 3. | QโโโP | โ๏ธE 1, 2 |
1, 2 | 4. | P | โE 2, 3 |
1Pโโ๏ธโQ | |
2P | |
3Q | โ๏ธE 1, 2 |
1Pโโ๏ธโQ | |
2Q | |
3P | โ๏ธE 1, 2 |
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
1 | 1. | Pโโ๏ธโQ | A |
2 | 2. | ยฌQ | A |
1 | 3. | PโโโQ | โ๏ธE 1 |
4 | 4. | P | A for RAA |
1, 4 | 5. | Q | โE 3, 4 |
1, 2 | 6. | ยฌP | RAA(4) 2, 5 |
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
1 | 1. | Pโโ๏ธโQ | A |
2 | 2. | ยฌP | A |
1 | 3. | QโโโP | โ๏ธE 1 |
4 | 4. | Q | A for RAA |
1, 4 | 5. | P | โE 3, 4 |
1, 2 | 6. | ยฌQ | RAA(4) 2, 5 |
1Pโโ๏ธโQ | |
2ยฌQ | |
3P | |
4Q | โ๏ธE 1 |
5โฅ | ยฌE 2, 5 |
6ยฌP | IP 3โ5 |
1Pโโ๏ธโQ | |
2ยฌP | |
3Q | |
4P | โ๏ธE 1 |
5โฅ | ยฌE 2, 5 |
6ยฌQ | IP 3โ5 |
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
1 | 1 | Pโโโ(QโโโR) | A |
2 | 2 | Pโ&โQ | A for โI |
2 | 3 | P | &E 2 |
2 | 4 | Q | &E 2 |
1, 2 | 5 | QโโโR | โE 1, 3 |
1, 2 | 6 | R | โE 4, 5 |
1 | 7 | (Pโ&โQ)โโโR | โI(2) 2, 6 |
1Pโโโ(QโโโR) | |
2Pโ&โQ | |
3P | &E 2 |
4Q | &E 2 |
5QโโโR | โE 1, 3 |
6R | โE 4, 5 |
7(Pโ&โQ)โโโR | โI 2โ6 |
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
1 | 1 | (Pโ&โQ)โโโR | A |
2 | 2 | P | A for โI |
3 | 3 | Q | A for โI |
2, 3 | 4 | Pโ&โQ | &I 2, 3 |
1, 2, 3 | 5 | R | โE 1, 4 |
1, 2 | 6 | QโโโR | โI(3) 3, 5 |
1 | 7 | Pโโโ(QโโโR) | โI(2) 2, 6 |
1(Pโ&โQ)โโโR | |
2P | |
3Q | |
4Pโ&โQ | &I 2, 3 |
5R | โE 1, 4 |
6QโโโR | โI 3โ5 |
7Pโโโ(QโโโR) | โI 2โ6 |
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
1 | 1. | PโโโQ | A |
2 | 2. | ยฌPโโโQ | A |
3 | 3. | ยฌQ | A for RAA |
4 | 4. | P | A for ยฌI |
1, 4 | 5. | Q | โE 1, 4 |
1, 3 | 6. | ยฌP | ยฌI(4) 3, 5 |
1, 2, 3 | 7. | Q | โE 2, 6 |
1, 2 | 8. | Q | IP(3) 3, 7 |
1PโโโQ | |
2ยฌPโโโQ | |
3ยฌQ | |
4P | |
5Q | โE 1, 4 |
6โฅ | ยฌE 3, 5 |
7ยฌP | ยฌI 4โ6 |
8Q | โE 2, 7 |
9โฅ | ยฌE 3, 8 |
10Q | IP 3โ9 |
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
1 | 1. | PโโจโQ | A |
2 | 2. | PโโโR | A |
3 | 3. | QโโโR | A |
4 | 4. | ยฌR | A for RAA |
5 | 5. | P | A for ยฌI |
2, 5 | 6. | R | โE 2, 5 |
2, 4 | 7. | ยฌP | ยฌI(5) 4, 6 |
1, 2, 4 | 8. | Q | โจE 1, 7 |
1, 2, 3, 4 | 9. | R | โE 3, 8 |
1, 2, 3 | 10. | R | RAA(4) 4, 9 |
1PโโจโQ | |
2 PโโโR | |
3QโโโR | |
4P | |
5R | โE 2, 4 |
6Q | |
7R | โE 3, 6 |
8R | โจE 1, 4โ5 6โ7 |
1 | 1. | PโโจโQ | A |
2 | 2. | PโโโR | A |
3 | 3. | QโโโS | A |
4 | 4. | ยฌ(RโโจโS) | A for RAA |
5 | 5. | P | A for ยฌI |
2, 5 | 6. | R | โE 2, 5 |
2, 5 | 7. | RโโจโS | โจI 6 |
2, 4 | 8. | ยฌP | ยฌI(5) 4, 7 |
1, 2, 4 | 9. | Q | โจE 1, 8 |
1, 2, 3, 4 | 10. | S | โE 3, 9 |
1, 2, 3, 4 | 11. | RโโจโS | โจI 10 |
1, 2, 3 | 12. | RโโจโS | RAA(4) 4, 11 |
1PโโจโQ | |
2PโโโR | |
3QโโโS | |
4P | |
5R | โE 2, 4 |
6RโโจโS | โจI 5 |
7Q | |
8S | โE 3, 7 |
9RโโจโS | โจI 8 |
10RโโจโS | โจE 1, 4โ6, 7โ8 |
Assumption Set | Line # | Formula | Annotation |
---|---|---|---|
1 | 1. | P | A |
2 | 2. | ยฌP | A |
1 | 3. | PโโจโQ | โจI 1 |
1, 2 | 4. | Q | โจE 2, 3 |
1P | |
2ยฌP | |
3โฅ | ยฌE 1, 2 |
4Q | X 3 |