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
Yixuan Chen
Iris
Commits
35520fdf
Commit
35520fdf
authored
9 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
auth.v: do not depend on argument order of commutative
parent
560bd3a9
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
program_logic/auth.v
+1
-1
1 addition, 1 deletion
program_logic/auth.v
with
1 addition
and
1 deletion
program_logic/auth.v
+
1
−
1
View file @
35520fdf
...
@@ -39,7 +39,7 @@ Section auth.
...
@@ -39,7 +39,7 @@ Section auth.
rewrite
sep_exist_l
.
apply
exist_elim
=>
γ
.
rewrite
-
(
exist_intro
γ
)
.
rewrite
sep_exist_l
.
apply
exist_elim
=>
γ
.
rewrite
-
(
exist_intro
γ
)
.
transitivity
(
▷
auth_inv
γ
★
auth_own
γ
a
)
%
I
.
transitivity
(
▷
auth_inv
γ
★
auth_own
γ
a
)
%
I
.
{
rewrite
/
auth_inv
-
later_intro
-
(
exist_intro
a
)
.
{
rewrite
/
auth_inv
-
later_intro
-
(
exist_intro
a
)
.
rewrite
(
commutative
_
_
(
φ
_))
-
associative
.
apply
sep_mono
;
first
done
.
rewrite
[(_
★
φ
_)
%
I
]
commutative
-
associative
.
apply
sep_mono
;
first
done
.
rewrite
/
auth_own
-
own_op
auth_both_op
.
done
.
}
rewrite
/
auth_own
-
own_op
auth_both_op
.
done
.
}
rewrite
(
inv_alloc
N
)
/
auth_ctx
pvs_frame_r
.
apply
pvs_mono
.
rewrite
(
inv_alloc
N
)
/
auth_ctx
pvs_frame_r
.
apply
pvs_mono
.
by
rewrite
always_and_sep_l'
.
by
rewrite
always_and_sep_l'
.
...
...
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