summaryrefslogtreecommitdiffstats
path: root/math/logic.page
diff options
context:
space:
mode:
Diffstat (limited to 'math/logic.page')
-rw-r--r--math/logic.page18
1 files changed, 18 insertions, 0 deletions
diff --git a/math/logic.page b/math/logic.page
new file mode 100644
index 0000000..65ceba9
--- /dev/null
+++ b/math/logic.page
@@ -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.