1
0
forked from GitHub/gf-core

CS's system S

This commit is contained in:
aarne
2005-12-20 14:20:42 +00:00
parent 9f37ff9c96
commit 35daecebcd
15 changed files with 562 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
Suppose A -> B. We will show that ~ B -> ~ A.
It is enough to assume A -> B, ~ B and show ~ A.
Thus, by rewriting ~ A we may assume A -> B, ~ B and show A -> _|_.
It is enough to assume A, A -> B, ~ B and show _|_.
Then, by Modus ponens, we get A, A -> B, B, ~ B to prove _|_.
In particular we get B, ~ B to prove _|_.
Hence we get _|_ as desired.