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
Pierre Roux
Iris
Commits
2a4c815d
Commit
2a4c815d
authored
2 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
make some more adequacy helper lemmas local
parent
ba65caa3
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
iris/program_logic/adequacy.v
+2
-2
2 additions, 2 deletions
iris/program_logic/adequacy.v
with
2 additions
and
2 deletions
iris/program_logic/adequacy.v
+
2
−
2
View file @
2a4c815d
...
...
@@ -17,7 +17,7 @@ Implicit Types Φs : list (val Λ → iProp Σ).
Notation
wptp
s
t
Φs
:=
([
∗
list
]
e
;
Φ
∈
t
;
Φs
,
WP
e
@
s
;
⊤
{{
Φ
}})
%
I
.
Lemma
wp_step
s
e1
σ1
ns
κ
κs
e2
σ2
efs
nt
Φ
:
Local
Lemma
wp_step
s
e1
σ1
ns
κ
κs
e2
σ2
efs
nt
Φ
:
prim_step
e1
σ1
κ
e2
σ2
efs
→
state_interp
σ1
ns
(
κ
++
κs
)
nt
-∗
£
(
S
(
num_laters_per_step
ns
))
-∗
...
...
@@ -84,7 +84,7 @@ Proof.
rewrite
-
Nat
.
add_assoc
-
(
assoc_L
app
)
-
replicate_add
.
by
eauto
with
iFrame
.
Qed
.
Lemma
wp_not_stuck
κs
nt
e
σ
ns
Φ
:
Local
Lemma
wp_not_stuck
κs
nt
e
σ
ns
Φ
:
state_interp
σ
ns
κs
nt
-∗
WP
e
{{
Φ
}}
=
{
⊤
,
∅
}
=∗
⌜
not_stuck
e
σ
⌝.
Proof
.
rewrite
wp_unfold
/
wp_pre
/
not_stuck
.
iIntros
"Hσ H"
.
...
...
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