Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dmitry Khalanskiy
Iris
Commits
6923de66
Commit
6923de66
authored
Nov 25, 2016
by
Robbert Krebbers
Browse files
Make auth_frag_op a Leibniz equality.
parent
42cf780a
Changes
1
Hide whitespace changes
Inline
Side-by-side
algebra/auth.v
View file @
6923de66
...
...
@@ -193,7 +193,7 @@ Lemma auth_validI {M} (x : auth A) :
end
:
uPred
M
).
Proof
.
uPred
.
unseal
.
by
destruct
x
as
[[[]|]].
Qed
.
Lemma
auth_frag_op
a
b
:
◯
(
a
⋅
b
)
≡
◯
a
⋅
◯
b
.
Lemma
auth_frag_op
a
b
:
◯
(
a
⋅
b
)
=
◯
a
⋅
◯
b
.
Proof
.
done
.
Qed
.
Lemma
auth_frag_mono
a
b
:
a
≼
b
→
◯
a
≼
◯
b
.
Proof
.
intros
[
c
->].
rewrite
auth_frag_op
.
apply
cmra_included_l
.
Qed
.
...
...
Write
Preview
Supports
Markdown
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