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
Simon Spies
Iris
Commits
c9261672
Commit
c9261672
authored
Feb 24, 2016
by
Robbert Krebbers
Browse files
Lemma about wand.
parent
37305156
Changes
1
Hide whitespace changes
Inline
Side-by-side
algebra/upred.v
View file @
c9261672
...
...
@@ -670,6 +670,8 @@ Proof.
apply
wand_intro_l
.
rewrite
![(
_
★
P
)%
I
]
comm
-
assoc
.
apply
sep_mono_r
,
wand_elim_r
.
Qed
.
Lemma
wand_diag
P
:
(
P
-
★
P
)%
I
≡
True
%
I
.
Proof
.
apply
(
anti_symm
_
)
;
auto
.
apply
wand_intro_l
;
by
rewrite
right_id
.
Qed
.
Lemma
sep_and
P
Q
:
(
P
★
Q
)
⊑
(
P
∧
Q
).
Proof
.
auto
.
Qed
.
Lemma
impl_wand
P
Q
:
(
P
→
Q
)
⊑
(
P
-
★
Q
).
...
...
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