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
9fb4882f
Commit
9fb4882f
authored
Jun 14, 2016
by
Robbert Krebbers
Browse files
Strenghen pair_op.
parent
5d2a103d
Changes
1
Hide whitespace changes
Inline
Side-by-side
algebra/cmra.v
View file @
9fb4882f
...
...
@@ -985,8 +985,7 @@ Section prod.
Canonical
Structure
prodR
:=
CMRAT
(
A
*
B
)
prod_cofe_mixin
prod_cmra_mixin
.
Lemma
pair_op
(
a
a
'
:
A
)
(
b
b
'
:
B
)
:
(
a
,
b
)
⋅
(
a
'
,
b
'
)
≡
(
a
⋅
a
'
,
b
⋅
b
'
).
Lemma
pair_op
(
a
a
'
:
A
)
(
b
b
'
:
B
)
:
(
a
,
b
)
⋅
(
a
'
,
b
'
)
=
(
a
⋅
a
'
,
b
⋅
b
'
).
Proof
.
done
.
Qed
.
Global
Instance
prod_cmra_total
:
CMRATotal
A
→
CMRATotal
B
→
CMRATotal
prodR
.
...
...
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