Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Jonas Kastberg
iris
Commits
d317f129
Commit
d317f129
authored
Aug 02, 2018
by
Robbert Krebbers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update lemma for frac_auth with fraction 1.
parent
063be1ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
theories/algebra/frac_auth.v
theories/algebra/frac_auth.v
+5
-0
No files found.
theories/algebra/frac_auth.v
View file @
d317f129
...
...
@@ -105,4 +105,9 @@ Section frac_auth.
Proof
.
intros
.
by
apply
auth_update
,
option_local_update
,
prod_local_update_2
.
Qed
.
Lemma
frac_auth_update_1
a
b
a'
:
✓
a'
→
●
!
a
⋅
◯
!
b
~~>
●
!
a'
⋅
◯
!
a'
.
Proof
.
intros
.
by
apply
auth_update
,
option_local_update
,
exclusive_local_update
.
Qed
.
End
frac_auth
.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment