Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tej Chajed
iris
Commits
cbeb20a2
Commit
cbeb20a2
authored
Jan 04, 2017
by
Robbert Krebbers
Browse files
Fix persistent_dup_L.
parent
53fe9f40
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/algebra/cmra.v
View file @
cbeb20a2
...
...
@@ -575,7 +575,7 @@ Section cmra_leibniz.
Proof
.
unfold_leibniz
.
apply
cmra_pcore_dup'
.
Qed
.
(** ** Persistent elements *)
Lemma
persistent_dup_L
x
`
{!
Persistent
x
}
:
x
≡
x
⋅
x
.
Lemma
persistent_dup_L
x
`
{!
Persistent
x
}
:
x
=
x
⋅
x
.
Proof
.
unfold_leibniz
.
by
apply
persistent_dup
.
Qed
.
(** ** Total core *)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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