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
484b1a45
Commit
484b1a45
authored
Mar 14, 2018
by
Ralf Jung
Browse files
no idea why I would think this implies monotonicity...
parent
56056f66
Pipeline
#7441
passed with stage
in 12 minutes and 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
theories/bi/interface.v
View file @
484b1a45
...
...
@@ -119,8 +119,7 @@ Section bi_mixin.
bi_mixin_persistently_exist_1
{
A
}
(
Ψ
:
A
→
PROP
)
:
<
pers
>
(
∃
a
,
Ψ
a
)
⊢
∃
a
,
<
pers
>
(
Ψ
a
)
;
(* In the ordered RA model: [core x ≼ core (x ⋅ y)].
Note that this implies that the core is monotone. *)
(* In the ordered RA model: [core x ≼ core (x ⋅ y)]. *)
bi_mixin_persistently_absorbing
P
Q
:
<
pers
>
P
∗
Q
⊢
<
pers
>
P
;
(* In the ordered RA model: [x ⋅ core x = core x]. *)
bi_mixin_persistently_and_sep_elim
P
Q
:
<
pers
>
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