Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is the signature of Later_From in def 4.5 correct? #16

Open
yudetamago opened this issue Jan 7, 2019 · 0 comments
Open

Is the signature of Later_From in def 4.5 correct? #16

yudetamago opened this issue Jan 7, 2019 · 0 comments

Comments

@yudetamago
Copy link
Contributor

Hi, now I try to do cbc casper formal verification by using Isabelle (see: https://github.com/LayerXcom/cbc-casper-proof).
I noticed that the signature of Later_From in definition 4.5 seems wrong.

def4 5

Later and From_Sender are defined as follows.

Later: M * P(M) -> P(M)
From_Sender: V * P(M) -> P(M)

So I think Later_From should be defined as:

Later_From: M * V * P(M) -> P(M)

How do you think?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant