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
8ab2971e
Commit
8ab2971e
authored
3 years ago
by
Lennard Gäher
Browse files
Options
Downloads
Patches
Plain Diff
fix bij_own_elem_agree; add bij_own_elem_auth_agree
parent
f1484b2b
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/base_logic/lib/gset_bij.v
+10
-1
10 additions, 1 deletion
iris/base_logic/lib/gset_bij.v
with
10 additions
and
1 deletion
iris/base_logic/lib/gset_bij.v
+
10
−
1
View file @
8ab2971e
...
...
@@ -98,7 +98,7 @@ Section gset_bij.
by
iDestruct
(
own_valid
with
"Hauth"
)
as
%
?
%
gset_bij_auth_dfrac_valid
.
Qed
.
Lemma
gset_bij_own_elem_agree
γ
L
a
a'
b
b'
:
Lemma
gset_bij_own_elem_agree
γ
a
a'
b
b'
:
gset_bij_own_elem
γ
a
b
-∗
gset_bij_own_elem
γ
a'
b'
-∗
⌜
a
=
a'
↔
b
=
b'
⌝.
Proof
.
...
...
@@ -113,6 +113,15 @@ Section gset_bij.
intros
.
rewrite
gset_bij_own_auth_eq
gset_bij_own_elem_eq
.
by
apply
own_mono
,
bij_view_included
.
Qed
.
Lemma
gset_bij_own_elem_auth_agree
{
γ
q
L
}
a
b
:
gset_bij_own_auth
γ
q
L
-∗
gset_bij_own_elem
γ
a
b
-∗
⌜
(
a
,
b
)
∈
L
⌝.
Proof
.
iIntros
"Hauth Helem"
.
rewrite
gset_bij_own_auth_eq
gset_bij_own_elem_eq
.
iPoseProof
(
own_valid_2
with
"Hauth Helem"
)
as
"%Ha"
.
iPureIntro
.
revert
Ha
.
rewrite
bij_both_dfrac_valid
.
intros
(_
&
_
&
?);
done
.
Qed
.
Lemma
gset_bij_own_elem_get_big
γ
q
L
:
gset_bij_own_auth
γ
q
L
-∗
[
∗
set
]
ab
∈
L
,
gset_bij_own_elem
γ
ab
.
1
ab
.
2
.
Proof
.
...
...
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