Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Iris
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gaëtan Gilbert
Iris
Commits
bcc8b376
Commit
bcc8b376
authored
7 years ago
by
Robbert Krebbers
Browse files
Options
Downloads
Patches
Plain Diff
Document BI axioms in terms of the axioms in the ordered RA model.
parent
33620b9d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
theories/bi/interface.v
+7
-0
7 additions, 0 deletions
theories/bi/interface.v
with
7 additions
and
0 deletions
theories/bi/interface.v
+
7
−
0
View file @
bcc8b376
...
@@ -112,20 +112,27 @@ Section bi_mixin.
...
@@ -112,20 +112,27 @@ Section bi_mixin.
bi_mixin_plainly_absorbing
P
Q
:
bi_plainly
P
∗
Q
⊢
bi_plainly
P
;
bi_mixin_plainly_absorbing
P
Q
:
bi_plainly
P
∗
Q
⊢
bi_plainly
P
;
(* Persistently *)
(* Persistently *)
(* In the ordered RA model: `core` is monotone *)
bi_mixin_persistently_mono
P
Q
:
bi_mixin_persistently_mono
P
Q
:
(
P
⊢
Q
)
→
bi_persistently
P
⊢
bi_persistently
Q
;
(
P
⊢
Q
)
→
bi_persistently
P
⊢
bi_persistently
Q
;
(* In the ordered RA model: `core` is idempotent *)
bi_mixin_persistently_idemp_2
P
:
bi_mixin_persistently_idemp_2
P
:
bi_persistently
P
⊢
bi_persistently
(
bi_persistently
P
);
bi_persistently
P
⊢
bi_persistently
(
bi_persistently
P
);
bi_mixin_plainly_persistently_1
P
:
bi_mixin_plainly_persistently_1
P
:
bi_plainly
(
bi_persistently
P
)
⊢
bi_plainly
P
;
bi_plainly
(
bi_persistently
P
)
⊢
bi_plainly
P
;
(* In the ordered RA model [P ⊢ □ emp] (which can currently still be derived
from the plainly axioms, which will be removed): `ε ≼ core x` *)
bi_mixin_persistently_forall_2
{
A
}
(
Ψ
:
A
→
PROP
)
:
bi_mixin_persistently_forall_2
{
A
}
(
Ψ
:
A
→
PROP
)
:
(
∀
a
,
bi_persistently
(
Ψ
a
))
⊢
bi_persistently
(
∀
a
,
Ψ
a
);
(
∀
a
,
bi_persistently
(
Ψ
a
))
⊢
bi_persistently
(
∀
a
,
Ψ
a
);
bi_mixin_persistently_exist_1
{
A
}
(
Ψ
:
A
→
PROP
)
:
bi_mixin_persistently_exist_1
{
A
}
(
Ψ
:
A
→
PROP
)
:
bi_persistently
(
∃
a
,
Ψ
a
)
⊢
∃
a
,
bi_persistently
(
Ψ
a
);
bi_persistently
(
∃
a
,
Ψ
a
)
⊢
∃
a
,
bi_persistently
(
Ψ
a
);
(* In the ordered RA model: [x ≼ₑₓₜ y → core x ≼ core y] *)
bi_mixin_persistently_absorbing
P
Q
:
bi_mixin_persistently_absorbing
P
Q
:
bi_persistently
P
∗
Q
⊢
bi_persistently
P
;
bi_persistently
P
∗
Q
⊢
bi_persistently
P
;
(* In the ordered RA model: [ε ≼ core x] *)
bi_mixin_persistently_and_sep_elim
P
Q
:
bi_mixin_persistently_and_sep_elim
P
Q
:
bi_persistently
P
∧
Q
⊢
(
emp
∧
P
)
∗
Q
;
bi_persistently
P
∧
Q
⊢
(
emp
∧
P
)
∗
Q
;
}
.
}
.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment