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
Iris
transfinite
Commits
9a04511b
Commit
9a04511b
authored
Jul 13, 2019
by
Ralf Jung
Browse files
shorten proof
parent
c07a5eec
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/algebra/cmra.v
View file @
9a04511b
...
...
@@ -1144,8 +1144,7 @@ Section prod.
core
(
a
,
b
)
=
(
core
a
,
core
b
).
Proof
.
rewrite
/
core
/
core'
{
1
}/
pcore
/=.
rewrite
(
cmra_pcore_core
a
).
simpl
.
rewrite
(
cmra_pcore_core
b
).
done
.
rewrite
(
cmra_pcore_core
a
)
/=
(
cmra_pcore_core
b
).
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