Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
simuliris
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Iris
simuliris
Commits
054b38d2
"README.md" did not exist on "eb8dd726e7af62a95d155a9278977357c3233f27"
Verified
Commit
054b38d2
authored
5 months ago
by
Johannes Hostert
Browse files
Options
Downloads
Patches
Plain Diff
equivalence_def instead of refinement_def
parent
ec3e8cd9
No related branches found
No related tags found
1 merge request
!18
Tree Borrows update
Pipeline
#111468
passed
5 months ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
theories/tree_borrows/README.md
+4
-4
4 additions, 4 deletions
theories/tree_borrows/README.md
with
4 additions
and
4 deletions
theories/tree_borrows/README.md
+
4
−
4
View file @
054b38d2
...
...
@@ -23,9 +23,9 @@ In addition, `read_read_reorder/` provides proofs of simple reorderings
(swapping adjacent operations in a sequential setting)
directly against the operational semantics.
It is subdivided into
*
`
refinement
_def.v`
: definition of a simple notion of program equivalence for a sequential setting.
*
`
equivalence
_def.v`
: definition of a simple notion of program equivalence for a sequential setting.
*
`low_level.v`
: lemmas against the operational semantics.
*
`re
finement
.v`
: actual proof of
bisimulation
between two programs in which adjacent reads have been swapped.
*
`re
ad_reorder
.v`
: actual proof of
equivalence
between two programs in which adjacent reads have been swapped.
(Example 18)
## Correspondence with Section 5
...
...
@@ -45,12 +45,12 @@ The only difference is that `f` and `g` have an extra argument in Coq, which cor
### Paragraph 4: Reordering Reads (Example 18)
This is proven in
`read_read_reorder`
, particularly in
`re
finement
.v`
.
This is proven in
`read_read_reorder`
, particularly in
`re
ad_reorder
.v`
.
These proofs do not use the
`simuliris`
library, but instead they do a much simpler equivalence proof directly against the operational semantics.
This is because these proofs only hold for a non-concurrent language.
We suspect that they also hold in a concurrent setting, but this would require data race reasoning, and thus we have not proven that.
Specifically, the simple notion of "equivalence after a few steps" is in
`
refinement
_def.v`
.
Specifically, the simple notion of "equivalence after a few steps" is in
`
equivalence
_def.v`
.
The proof that the two reads can be reordered is in
`read_reorder.v`
.
The file
`low_level.v`
contains low-level lemmas used in
`read_reorder.v`
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment