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
Janno
iris-coq
Commits
e6d754c7
Commit
e6d754c7
authored
Mar 11, 2016
by
Ralf Jung
Browse files
get rid of an aborted lemma
parent
978eec47
Changes
1
Hide whitespace changes
Inline
Side-by-side
program_logic/ghost_ownership.v
View file @
e6d754c7
...
...
@@ -52,11 +52,6 @@ Lemma own_valid_r γ a : own γ a ⊢ (own γ a ★ ✓ a).
Proof
.
apply
:
uPred
.
always_entails_r
.
apply
own_valid
.
Qed
.
Lemma
own_valid_l
γ
a
:
own
γ
a
⊢
(
✓
a
★
own
γ
a
).
Proof
.
by
rewrite
comm
-
own_valid_r
.
Qed
.
Lemma
own_empty
`
{
CMRAUnit
A
}
γ
:
True
⊢
own
γ
∅
.
Proof
.
rewrite
ownG_empty
/
own
.
apply
equiv_spec
,
ownG_proper
.
(* FIXME: rewrite to_globalF_empty. *)
Abort
.
Global
Instance
own_timeless
γ
a
:
Timeless
a
→
TimelessP
(
own
γ
a
).
Proof
.
unfold
own
;
apply
_
.
Qed
.
Global
Instance
own_core_always_stable
γ
a
:
AlwaysStable
(
own
γ
(
core
a
)).
...
...
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