summaryrefslogtreecommitdiffstats
path: root/math/logic
diff options
context:
space:
mode:
authorbryan newbold <bnewbold@snark.mit.edu>2008-06-10 10:48:24 -0400
committerbryan newbold <bnewbold@snark.mit.edu>2008-06-10 10:48:24 -0400
commit397cefef7929e6cd49959db1d891f5b0654ebd05 (patch)
treeec197475d62c9149288863f89c97e26131959815 /math/logic
parent80b4628e5a94dfedd2c6ee91bdb608c531a78598 (diff)
downloadknowledge-397cefef7929e6cd49959db1d891f5b0654ebd05.tar.gz
knowledge-397cefef7929e6cd49959db1d891f5b0654ebd05.zip
added a bunch of math content based on alaska notes. added more ethernet content
Diffstat (limited to 'math/logic')
-rw-r--r--math/logic18
1 files changed, 18 insertions, 0 deletions
diff --git a/math/logic b/math/logic
new file mode 100644
index 0000000..65ceba9
--- /dev/null
+++ b/math/logic
@@ -0,0 +1,18 @@
+=======================
+Mathematical Logic
+=======================
+
+.. note::
+ Incomplete; in progress
+
+definition of induction: meserev 1-4
+
+Proofs
+===========
+
+Indirect Proof: "reductio ad absurdum"
+ Show a paradox or impossibility in all cases by assuming the proposition
+ is false; then the proposition is true.
+
+Proof by elimination
+ Propose a complete set of propositions and remove all but one.