summaryrefslogtreecommitdiffstats
path: root/content/zettel/3c3f6a.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/3c3f6a.md
parentfbe0fc62120348f582dc4db2b614078943d0764b (diff)
downloadzk-web-47c1289ff658a5aec71635d79ffe30bb29a07876.tar.gz
zk-web-47c1289ff658a5aec71635d79ffe30bb29a07876.zip
Add content
Diffstat (limited to 'content/zettel/3c3f6a.md')
-rw-r--r--content/zettel/3c3f6a.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/content/zettel/3c3f6a.md b/content/zettel/3c3f6a.md
new file mode 100644
index 0000000..e5029b4
--- /dev/null
+++ b/content/zettel/3c3f6a.md
@@ -0,0 +1,23 @@
++++
+title = "Evaluability inside of a current context"
+date = "2023-02-14"
+author = "Yann Herklotz"
+tags = []
+categories = []
+backlinks = ["3c3f6"]
+forwardlinks = []
+zettelid = "3c3f6a"
++++
+
+The main important property is also not that one can always find an
+execution of a predicate in any context, but that in the current context
+that we are proving things in, that one can evaluate it only there. This
+is a much easier property to maintain (and is maintained automatically
+by the proof), because the semantic interpretation of the forest ensures
+that one evaluates all the predicates to some boolean already. This
+means that given the current context which can interpret the forest, we
+can also interpret any predicate that is inside the forest already.
+
+This also means that if we want to add a new predicate to the forest,
+that we need to show we can evaluate it, where the lazy predicate
+evaluation is important again.