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

Pyk RPC prover not interpreting K funcitonal claims as equality proofs #4211

Open
ehildenb opened this issue Sep 19, 2023 · 2 comments
Open
Labels

Comments

@ehildenb
Copy link
Member

Currently, we are using kprove --dry-run --emit-json ... to read in specifications for the pyk RPC prover. This is good because we get access to the parser, but it also makes it so that we are not able to tell whether something is a functional claim or not. For functional claims, we want to build equality predicates instead, and simplify those to #Top. Currently, instead it discharges them like reachability queries (which is more similar to an implication check than a conditional equality check).

I'm not sure if this can be fixed without modifying the frontend. For example, we made need to add an argument to kprove --dry-run --emit-json ... that says: --no-infer-k-cell ..., which leaves a given proof alone if there is no K cell attached to it.

I need to inspect the generated JSON more to determine if the frontend is adding this inferred K cell or not.

@gtrepta
Copy link
Contributor

gtrepta commented Dec 11, 2023

Now that #3812 is merged, is there work here that needs to be done to integrate it?

@ehildenb
Copy link
Member Author

@Baltoli Baltoli added the pyk label Apr 10, 2024
@Baltoli Baltoli transferred this issue from runtimeverification/pyk Apr 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants