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
Pierre Roux
Iris
Commits
c568ece0
Commit
c568ece0
authored
4 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
Apply 2 suggestion(s) to 1 file(s)
parent
b85bebc3
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
docs/equalities_and_entailments.md
+2
-2
2 additions, 2 deletions
docs/equalities_and_entailments.md
with
2 additions
and
2 deletions
docs/equalities_and_entailments.md
+
2
−
2
View file @
c568ece0
...
@@ -7,7 +7,7 @@ This is not a general introduction to Iris: instead, we discuss the different
...
@@ -7,7 +7,7 @@ This is not a general introduction to Iris: instead, we discuss the different
Iris equalities and the interface to their Coq implementation. In particular, we
Iris equalities and the interface to their Coq implementation. In particular, we
discuss:
discuss:
-
Equality ("=") in the
*on-paper*
Iris metatheory
-
Equality ("=") in the
*on-paper*
Iris metatheory
-
Coq equality (
`=`
) and setoid equivalence (
`≡`
);
-
Coq
's Leibniz
equality (
`=`
) and
std++'s
setoid equivalence (
`≡`
);
-
N-equivalence on OFEs (
`≡{n}≡`
);
-
N-equivalence on OFEs (
`≡{n}≡`
);
-
Iris internal equality (
`≡`
in
`bi_scope`
);
-
Iris internal equality (
`≡`
in
`bi_scope`
);
-
Iris entailment and bi-entailment (
`⊢`
,
`⊣⊢`
).
-
Iris entailment and bi-entailment (
`⊢`
,
`⊣⊢`
).
...
@@ -122,7 +122,7 @@ a Coq-level statement of type `Prop`, the latter an Iris-level statement of type
...
@@ -122,7 +122,7 @@ a Coq-level statement of type `Prop`, the latter an Iris-level statement of type
`iProp`
. However, the two are closely related:
`P ⊢ Q`
is equivalent to
`emp ⊢
`iProp`
. However, the two are closely related:
`P ⊢ Q`
is equivalent to
`emp ⊢
P -∗ Q`
(per Iris lemmas
`entails_wand`
and
`wand_entails`
). Iris also defines
P -∗ Q`
(per Iris lemmas
`entails_wand`
and
`wand_entails`
). Iris also defines
a "unary" form of entailment,
`⊢ P`
, which is short for
`emp ⊢ P`
.
a "unary" form of entailment,
`⊢ P`
, which is short for
`emp ⊢ P`
.
We can also use bi-entailment
`P ⊣⊢ Q`
to express that both
`P ⊢ Q`
and
`Q ⊢ P`
g
old.
We can also use bi-entailment
`P ⊣⊢ Q`
to express that both
`P ⊢ Q`
and
`Q ⊢ P`
h
old.
On paper, uniform predicates are defined by quotienting by an equivalence
On paper, uniform predicates are defined by quotienting by an equivalence
relation ([Iris appendix, Sec. 3.3]); in Coq, that relation is chosen as the
relation ([Iris appendix, Sec. 3.3]); in Coq, that relation is chosen as the
...
...
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