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
Iris
Iris
Commits
8c13c02f
Commit
8c13c02f
authored
Nov 15, 2017
by
Ralf Jung
Browse files
simplify proof
parent
17522e1c
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/base_logic/lib/saved_prop.v
View file @
8c13c02f
...
...
@@ -70,7 +70,7 @@ Definition saved_prop_own `{savedPropG Σ} (γ : gname) (P: iProp Σ) :=
Instance
saved_prop_own_contractive
`
{
savedPropG
Σ
}
γ
:
Contractive
(
saved_prop_own
γ
).
Proof
.
rewrite
/
saved_prop_own
.
solve_contractive
.
Qed
.
Proof
.
solve_contractive
.
Qed
.
Lemma
saved_prop_alloc_strong
`
{
savedPropG
Σ
}
(
G
:
gset
gname
)
(
P
:
iProp
Σ
)
:
(|==>
∃
γ
,
⌜γ
∉
G
⌝
∧
saved_prop_own
γ
P
)%
I
.
...
...
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