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
Gaëtan Gilbert
Iris
Commits
4d1b044f
Commit
4d1b044f
authored
1 year ago
by
Robbert Krebbers
Browse files
Options
Downloads
Patches
Plain Diff
Remove needless later in total adequacy.
parent
35f38b59
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/total_adequacy.v
+2
-2
2 additions, 2 deletions
iris/program_logic/total_adequacy.v
with
2 additions
and
2 deletions
iris/program_logic/total_adequacy.v
+
2
−
2
View file @
4d1b044f
...
...
@@ -106,7 +106,7 @@ Proof.
Qed
.
Lemma
twptp_total
σ
ns
nt
t
:
state_interp
σ
ns
[]
nt
-∗
twptp
t
=
{
⊤
}
=∗
▷
⌜
sn
erased_step
(
t
,
σ
)
⌝.
state_interp
σ
ns
[]
nt
-∗
twptp
t
=
{
⊤
}
=∗
⌜
sn
erased_step
(
t
,
σ
)
⌝.
Proof
.
iIntros
"Hσ Ht"
.
iRevert
(
σ
ns
nt
)
"Hσ"
.
iRevert
(
t
)
"Ht"
.
iApply
twptp_ind
;
iIntros
"!>"
(
t
)
"IH"
;
iIntros
(
σ
ns
nt
)
"Hσ"
.
...
...
@@ -134,7 +134,7 @@ Theorem twp_total Σ Λ `{!invGpreS Σ} s e σ Φ n :
stateI
σ
n
[]
0
∗
WP
e
@
s
;
⊤
[{
Φ
}])
→
sn
erased_step
([
e
],
σ
)
.
(* i.e. ([e], σ) is strongly normalizing *)
Proof
.
intros
Hwp
.
eapply
pure_soundness
.
apply
(
laterN_soundness
_
1
);
simpl
.
intros
Hwp
.
eapply
pure_soundness
.
apply
(
fupd_soundness_no_lc
⊤
⊤
_
0
)=>
Hinv
.
iIntros
"_"
.
iMod
(
Hwp
)
as
(
stateI
num_laters_per_step
fork_post
stateI_mono
)
"[Hσ H]"
.
set
(
iG
:=
IrisG
Hinv
stateI
fork_post
num_laters_per_step
stateI_mono
)
.
...
...
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