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
Adam
Iris
Commits
3e4b87c2
Commit
3e4b87c2
authored
Oct 27, 2018
by
Robbert Krebbers
Browse files
Show that bupd entails plausibly.
parent
5b084890
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/bi/updates.v
View file @
3e4b87c2
...
...
@@ -172,6 +172,12 @@ Section bupd_derived_sbi.
-
rewrite
-
bupd_intro
.
apply
forall_intro
=>
x
.
by
rewrite
(
forall_elim
x
)
bupd_plain
.
Qed
.
Lemma
bupd_plausibly
P
:
(|==>
P
)
⊢
<
plausible
>
P
.
Proof
.
apply
forall_intro
=>
Q
.
apply
wand_intro_l
.
rewrite
bupd_frame_l
.
by
rewrite
plainly_elim
wand_elim_l
bupd_plain
.
Qed
.
End
bupd_plainly
.
End
bupd_derived_sbi
.
...
...
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