Replies: 1 comment 1 reply
-
Hi.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Your Name
Andrea Lepori
Question
During the lecture we defined the following for the concrete semantics of the binary operator

$[[E_1]](m)$ and $[[E_2](m)$ are a sets ($\wp(\mathbb{Z})$ ) hence the signature of the operator should be
$\wp(\mathbb{Z}) \to \wp(\mathbb{Z}) \to \wp(\mathbb{Z})$
but I'm quite confused as
But then homework 3 we defined it as

which makes a lot more sense and is much more useful for proving the soundness of abstract binary operators.
Hence my question is can we always used the definition served in homework 3? If not how should we prove the soundness of abstract binary operators using the definition showed in the slides?
Beta Was this translation helpful? Give feedback.
All reactions