Skip to content

Commit ff7af25

Browse files
author
Ian D
committed
Added example proofs for each boolean rule.
1 parent 53d7d2b commit ff7af25

File tree

4 files changed

+60
-0
lines changed

4 files changed

+60
-0
lines changed

doc/proofs/boolean/pf-bd.tle

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?xml version="1.0"?>
2+
<proof mode="standard" version="1.0">
3+
<goals>
4+
<goal t="^"/>
5+
<goal t="!"/>
6+
</goals>
7+
<premises>
8+
<entry n="1" t="A &amp; ^"/>
9+
<entry n="2" t="C | !"/>
10+
</premises>
11+
<conclusions>
12+
<entry n="3" l="33" r="1" d="0" t="^"/>
13+
<entry n="4" l="33" r="2" d="0" t="!"/>
14+
</conclusions>
15+
</proof>

doc/proofs/boolean/pf-bi.tle

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?xml version="1.0"?>
2+
<proof mode="standard" version="1.0">
3+
<goals>
4+
<goal t="B"/>
5+
<goal t="A"/>
6+
</goals>
7+
<premises>
8+
<entry n="1" t="B &amp; !"/>
9+
<entry n="2" t="A | ^"/>
10+
</premises>
11+
<conclusions>
12+
<entry n="3" l="31" r="1" d="0" t="B"/>
13+
<entry n="4" l="31" r="2" d="0" t="A"/>
14+
</conclusions>
15+
</proof>

doc/proofs/boolean/pf-bn.tle

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?xml version="1.0"?>
2+
<proof mode="standard" version="1.0">
3+
<goals>
4+
<goal t="^"/>
5+
<goal t="!"/>
6+
</goals>
7+
<premises>
8+
<entry n="1" t="A &amp; ~A"/>
9+
<entry n="2" t="B | ~B"/>
10+
</premises>
11+
<conclusions>
12+
<entry n="3" l="32" r="1" d="0" t="^"/>
13+
<entry n="4" l="32" r="2" d="0" t="!"/>
14+
</conclusions>
15+
</proof>

doc/proofs/boolean/pf-sn.tle

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?xml version="1.0"?>
2+
<proof mode="standard" version="1.0">
3+
<goals>
4+
<goal t="!"/>
5+
<goal t="^"/>
6+
</goals>
7+
<premises>
8+
<entry n="1" t="~^"/>
9+
<entry n="2" t="~!"/>
10+
</premises>
11+
<conclusions>
12+
<entry n="3" l="34" r="1" d="0" t="!"/>
13+
<entry n="4" l="34" r="2" d="0" t="^"/>
14+
</conclusions>
15+
</proof>

0 commit comments

Comments
 (0)