Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Iris
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
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
William Mansky
Iris
Commits
95049432
Commit
95049432
authored
10 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
prove the derived lemma for stateless lifting
parent
6ee08fec
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
iris_meta.v
+12
-3
12 additions, 3 deletions
iris_meta.v
with
12 additions
and
3 deletions
iris_meta.v
+
12
−
3
View file @
95049432
...
...
@@ -509,10 +509,19 @@ Module Type IRIS_META (RL : RA_T) (C : CORE_LANG) (R: IRIS_RES RL C) (WP: WORLD_
Lemma
lift_pure_deterministic_step
safe
m
e
e'
P
Q
(
RED
:
reducible
e
)
(
STEP
:
forall
σ
e2
σ2
,
prim_step
(
e
,
σ
)
(
e2
,
σ2
)
->
σ2
=
σ
/\
e2
=
e
):
(
STEP
:
forall
σ
e2
σ2
,
prim_step
(
e
,
σ
)
(
e2
,
σ2
)
->
σ2
=
σ
/\
e2
=
e'
)
(
SAFE
:
forall
σ
,
if
safe
then
safeExpr
e
σ
else
True
):
ht
safe
m
P
e'
Q
⊑
ht
safe
m
(
▹
P
)
e
Q
.
Abort
.
Proof
.
move
=>
w0
n0
r0
Hfrom
.
pose
(
φ
:=
s
[(
fun
e
=>
e
=
e'
)])
.
eapply
lift_pure_step
with
(
φ
:=
φ
)
.
-
assumption
.
-
move
=>?
?
?
Hstep
.
simpl
.
apply
STEP
.
assumption
.
-
assumption
.
-
move
=>
e2
{
RED
STEP
SAFE
}
w1
Hw01
n1
r1
Hn01
Hr01
Hφ
.
hnf
in
Hφ
.
subst
e2
.
eapply
propsM
,
Hfrom
;
eassumption
.
Qed
.
End
StatelessLifting
.
...
...
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