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
f30188af
Commit
f30188af
authored
7 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
document the RA model briefly
parent
7e816a90
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
+10
-0
10 additions, 0 deletions
theories/bi/interface.v
with
10 additions
and
0 deletions
theories/bi/interface.v
+
10
−
0
View file @
f30188af
...
...
@@ -42,6 +42,16 @@ Section bi_mixin.
Local
Notation
"x ≡ y"
:=
(
sbi_internal_eq
_
x
y
)
.
Local
Notation
"▷ P"
:=
(
sbi_later
P
)
.
(** * Axioms for a general BI (logic of bunched implications) *)
(** The following axioms are satisifed by both affine and linear BIs, and BIs
that combine both kinds of resources. In particular, we have an "ordered RA"
model satisfying all these axioms. For this model, we extend RAs with an
arbitrary partial order, and up-close resources wrt. that order (instead of
extension order). We demand composition to be monotone wrt. the order. We
define [emp := λ r, ε ≼ r]; persisently is still defined with the core: [□ P
:= λ r, P (core r)]. *)
Record
BiMixin
:=
{
bi_mixin_entails_po
:
PreOrder
bi_entails
;
bi_mixin_equiv_spec
P
Q
:
equiv
P
Q
↔
(
P
⊢
Q
)
∧
(
Q
⊢
P
);
...
...
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