Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iris-coq
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
Model registry
Operate
Environments
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
Michael Sammler
iris-coq
Commits
de7262e2
Commit
de7262e2
authored
8 years ago
by
Ralf Jung
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of gitlab.mpi-sws.org:FP/iris-coq
parents
c792139c
cb16e4bd
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
program_logic/adequacy.v
+1
-1
1 addition, 1 deletion
program_logic/adequacy.v
with
1 addition
and
1 deletion
program_logic/adequacy.v
+
1
−
1
View file @
de7262e2
...
...
@@ -115,7 +115,7 @@ Lemma wptp_safe n e1 e2 t1 t2 σ1 σ2 Φ :
world
σ1
★
WP
e1
{{
Φ
}}
★
wptp
t1
⊢
Nat
.
iter
(
S
(
S
n
))
(
λ
P
,
|
=
r
=>
▷
P
)
(
■
(
is_Some
(
to_val
e2
)
∨
reducible
e2
σ2
))
.
Proof
.
intros
?
He2
.
rewrite
wptp_steps
//
(
Nat_iter_S_r
(
S
n
))
;
apply
:
rvs_iter_mono
.
intros
?
He2
.
rewrite
wptp_steps
//
;
rewrite
(
Nat_iter_S_r
(
S
n
))
.
apply
rvs_iter_mono
.
iDestruct
1
as
(
e2'
t2'
)
"(% & Hw & H & Htp)"
;
simplify_eq
.
apply
elem_of_cons
in
He2
as
[
<-|
?];
first
(
iApply
wp_safe
;
by
iFrame
"Hw H"
)
.
iApply
wp_safe
.
iFrame
"Hw"
.
...
...
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