summaryrefslogtreecommitdiff
path: root/examples/systemS/ex2eng.txt
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2005-12-20 14:20:42 +0000
committeraarne <aarne@cs.chalmers.se>2005-12-20 14:20:42 +0000
commit25b31684378d3b0668b65939fc7b30b0c1e8d130 (patch)
tree7ed3e007a8847096087a3593504aec526fedd455 /examples/systemS/ex2eng.txt
parent774abf612d5cc3a099f229c9cc649c7c51979f2d (diff)
CS's system S
Diffstat (limited to 'examples/systemS/ex2eng.txt')
-rw-r--r--examples/systemS/ex2eng.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/systemS/ex2eng.txt b/examples/systemS/ex2eng.txt
new file mode 100644
index 000000000..f1ef836ae
--- /dev/null
+++ b/examples/systemS/ex2eng.txt
@@ -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.