CS's system S

This commit is contained in:
aarne
2005-12-20 14:20:42 +00:00
parent 774abf612d
commit 25b3168437
15 changed files with 562 additions and 0 deletions

13
examples/systemS/ex2.txt Normal file
View File

@@ -0,0 +1,13 @@
[ A -> B |- ~ B -> ~ A ]
------------------------------ Implication strategy
[ A -> B , ~ B |- ~ A ]
------------------------------ Negation rewrite
[ A -> B , ~ B |- A -> _|_ ]
------------------------------ Implication strategy
[ A , A -> B , ~ B |- _|_ ]
------------------------------ Modus ponens
[ A , A -> B , B , ~ B |- _|_ ]
------------------------------ Forgetting
[ B , ~ B |- _|_ ]
------------------------------ Ex falso quodlibet _|_
Ø