Conversation
…w that we have two kind of states
…way and understanding how to expose a clean interface
…id, but failed to prove it
… need to revisit the inversion lemmas in particular to see if we can be more precise
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We define refinements and equivalences in terms of (bi)simulations built over an LTS induced by the structure itself.
Currently, a
Vis e knode, representing a system call, can step by emitting the labelobs e xfor anyx.This situation has two major drawbacks:
e : E bool, considerP = (e.(1 | 2)) + (e.(3 | 4))andQ = (e.(1 | 4)) + (e.(3 | 2)). BothPandQcan take two transitionsobs e trueandobs e false. For each transition, they can non-deterministically step toret 1/ret 3(respret2/ret4). HenceP ~ Q. However this is not preserved by interpretation : forh(e) = e.e, we getinterp h Pnot bisimilar tointerp h Q.e : E False, thenStuck ~ eThis in progress PR refines the LTS by having two transitions
Vis e k -ask e> β_e k -rcv e x> k x.Major tangential change:
rutt, and use their lifting to labels in the definition: this way, they are well-formed by construction.Minor tangential changes:
Difficulty to be resolved (in a different PR?):
Update: It might actually be smooth, was able to reprove
sbisim_sym. Need to remind myself down the line how the tactic works once we get to it.In progress:
sbandsbisim