summaryrefslogtreecommitdiffstats
path: root/content/zettel/4e2.md
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2023-05-11 19:38:03 +0100
committerYann Herklotz <git@yannherklotz.com>2023-05-11 19:38:03 +0100
commit47c1289ff658a5aec71635d79ffe30bb29a07876 (patch)
tree56cf6b959e37fed88c492d34defd3d7ec40e7148 /content/zettel/4e2.md
parentfbe0fc62120348f582dc4db2b614078943d0764b (diff)
downloadzk-web-47c1289ff658a5aec71635d79ffe30bb29a07876.tar.gz
zk-web-47c1289ff658a5aec71635d79ffe30bb29a07876.zip
Add content
Diffstat (limited to 'content/zettel/4e2.md')
-rw-r--r--content/zettel/4e2.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/content/zettel/4e2.md b/content/zettel/4e2.md
new file mode 100644
index 0000000..8531a35
--- /dev/null
+++ b/content/zettel/4e2.md
@@ -0,0 +1,22 @@
++++
+title = "Three-valued logic"
+author = "Yann Herklotz"
+tags = []
+categories = []
+backlinks = ["4e1"]
+forwardlinks = ["4e3", "4e2a"]
+zettelid = "4e2"
++++
+
+Three-valued logic, and it's extensions into infinitely-valued logic is
+an interesting expansion on propositional logic, where more properties
+can be expressed. Especially when one has an evaluation function which
+can fail, one will have a result that is either true or false, or
+unevaluatable/undefined.
+
+There are many different possible definitions of a three-valued logic,
+each with it's positives and it's downsides. It depends on the
+application which one should be chosen. Each different logic will have
+slightly different definitions of and/or/implication. Three-valued logic
+can also have many additional useful connectives, such as weak and
+strong and/or.