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
Rodolphe Lepigre
Iris
Commits
4e59a653
Commit
4e59a653
authored
Aug 30, 2016
by
Robbert Krebbers
Browse files
Remove ownM_something.
It is unused, and ownM_empty is stronger.
parent
406637f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
algebra/upred.v
View file @
4e59a653
...
...
@@ -1128,8 +1128,6 @@ Proof.
split
=>
n
x
/=
;
split
;
[
by
apply
always_elim
|
unseal
;
intros
Hx
]
;
simpl
.
rewrite
-(
persistent_core
a
).
by
apply
cmra_core_monoN
.
Qed
.
Lemma
ownM_something
:
True
⊢
∃
a
,
uPred_ownM
a
.
Proof
.
unseal
;
split
=>
n
x
??.
by
exists
x
;
simpl
.
Qed
.
Lemma
ownM_empty
:
True
⊢
uPred_ownM
∅
.
Proof
.
unseal
;
split
=>
n
x
??
;
by
exists
x
;
rewrite
left_id
.
Qed
.
...
...
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