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
d3414f13
Commit
d3414f13
authored
Jun 05, 2018
by
Ralf Jung
Browse files
use unicode
parent
f31c5028
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/base_logic/bi.v
View file @
d3414f13
...
...
@@ -51,7 +51,7 @@ Proof.
-
exact
:
persistently_mono
.
-
exact
:
persistently_idemp_2
.
-
(* emp ⊢ <pers> emp (ADMISSIBLE) *)
trans
(
uPred_forall
(
M
:
=
M
)
(
fun
_
:
False
=>
uPred_persistently
uPred_emp
)).
trans
(
uPred_forall
(
M
:
=
M
)
(
λ
_
:
False
,
uPred_persistently
uPred_emp
)).
+
apply
forall_intro
=>[[]].
+
etrans
;
first
exact
:
persistently_forall_2
.
apply
persistently_mono
.
exact
:
pure_intro
.
...
...
@@ -111,7 +111,7 @@ Proof.
-
exact
:
plainly_impl_plainly
.
-
(* P ⊢ ■ emp (ADMISSIBLE) *)
intros
P
.
trans
(
uPred_forall
(
M
:
=
M
)
(
fun
_
:
False
=>
uPred_plainly
uPred_emp
)).
trans
(
uPred_forall
(
M
:
=
M
)
(
λ
_
:
False
,
uPred_plainly
uPred_emp
)).
+
apply
forall_intro
=>[[]].
+
etrans
;
first
exact
:
plainly_forall_2
.
apply
plainly_mono
.
exact
:
pure_intro
.
...
...
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