Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lambda-rust
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
Model registry
Operate
Environments
Monitor
Service Desk
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
lambda-rust
Commits
baa59834
Commit
baa59834
authored
8 years ago
by
Jacques-Henri Jourdan
Browse files
Options
Downloads
Patches
Plain Diff
Simplify its proof.
parent
4605684c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
perm_incl.v
+2
-7
2 additions, 7 deletions
perm_incl.v
with
2 additions
and
7 deletions
perm_incl.v
+
2
−
7
View file @
baa59834
...
@@ -230,15 +230,10 @@ Section props.
...
@@ -230,15 +230,10 @@ Section props.
iDestruct
"Hown"
as
(
l'
)
"[EQ [Hf Hown]]"
.
iDestruct
"EQ"
as
%
[
=
]
.
subst
l'
.
iDestruct
"Hown"
as
(
l'
)
"[EQ [Hf Hown]]"
.
iDestruct
"EQ"
as
%
[
=
]
.
subst
l'
.
iVs
(
lft_borrow_create
with
"Hκ Hown"
)
as
"[Hbor Hextract]"
.
done
.
iVs
(
lft_borrow_create
with
"Hκ Hown"
)
as
"[Hbor Hextract]"
.
done
.
iSplitL
"Hbor"
.
by
simpl
;
eauto
.
iSplitL
"Hbor"
.
by
simpl
;
eauto
.
assert
((
Some
#
l
◁
own
q
ty
)
%
P
tid
⊣⊢
▷
†
{
q
}
l
…
ty_size
ty
★
▷
l
↦★:
ty_own
ty
tid
)
as
->
.
{
iSplit
;
iIntros
"H/="
.
-
iDestruct
"H"
as
(
l'
)
"[EQ [Hf Hown]]"
.
iDestruct
"EQ"
as
%
[
=
]
.
subst
l'
.
by
iFrame
.
-
iExists
_
.
eauto
.
}
iVs
(
lft_borrow_create
with
"Hκ Hf"
)
as
"[_ Hf]"
.
done
.
iVs
(
lft_borrow_create
with
"Hκ Hf"
)
as
"[_ Hf]"
.
done
.
iVs
(
lft_extract_combine
with
"[-]"
)
.
done
.
by
iFrame
.
iVs
(
lft_extract_combine
with
"[-]"
)
.
done
.
by
iFrame
.
iVsIntro
.
iApply
lft_extract_mono
;
last
done
.
by
iDestruct
1
as
"[$$]"
.
iVsIntro
.
iApply
lft_extract_mono
;
last
done
.
iIntros
"H/="
.
iExists
_
.
iSplit
.
done
.
by
iDestruct
"H"
as
"[$$]"
.
Qed
.
Qed
.
Lemma
reborrow_uniq_borrowing
κ
κ'
v
ty
:
Lemma
reborrow_uniq_borrowing
κ
κ'
v
ty
:
...
...
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