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
Dan Frumin
iris-coq
Commits
ecff0735
Commit
ecff0735
authored
May 22, 2016
by
Robbert Krebbers
Browse files
Prove core ∅ ≡ ∅.
parent
edc30b17
Changes
1
Hide whitespace changes
Inline
Side-by-side
algebra/cmra.v
View file @
ecff0735
...
...
@@ -344,6 +344,8 @@ Section unit.
Proof
.
by
intros
x
;
rewrite
(
comm
op
)
left_id
.
Qed
.
Global
Instance
cmra_unit_persistent
:
Persistent
∅
.
Proof
.
by
rewrite
/
Persistent
-{
2
}
(
cmra_core_l
∅
)
right_id
.
Qed
.
Lemma
cmra_core_unit
:
core
(
∅
:
A
)
≡
∅
.
Proof
.
by
rewrite
-{
2
}
(
cmra_core_l
∅
)
right_id
.
Qed
.
End
unit
.
(
**
**
Local
updates
*
)
...
...
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