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
Rice Wine
Iris
Commits
801a5b24
Commit
801a5b24
authored
Jun 05, 2018
by
Ralf Jung
Browse files
actually the LHS of [of_envs] is persistent AND affine
parent
8f319109
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/proofmode/coq_tactics.v
View file @
801a5b24
...
...
@@ -152,7 +152,7 @@ Implicit Types P Q : PROP.
Lemma
of_envs_eq
Δ
:
of_envs
Δ
=
(
⌜
envs_wf
Δ⌝
∧
□
[
∧
]
env_intuitionistic
Δ
∗
[
∗
]
env_spatial
Δ
)%
I
.
Proof
.
done
.
Qed
.
(** An environment is a ∗ of something
persistent
and the spatial environment.
(** An environment is a ∗ of something
intuitionistic
and the spatial environment.
TODO: Can we define it as such? *)
Lemma
of_envs_eq'
Δ
:
of_envs
Δ
⊣
⊢
(
⌜
envs_wf
Δ⌝
∧
□
[
∧
]
env_intuitionistic
Δ
)
∗
[
∗
]
env_spatial
Δ
.
...
...
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