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
Yixuan Chen
Iris
Commits
dbdd25ba
Commit
dbdd25ba
authored
7 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
docs: define plainly
parent
19649432
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/base-logic.tex
+5
-1
5 additions, 1 deletion
docs/base-logic.tex
docs/iris.sty
+1
-0
1 addition, 0 deletions
docs/iris.sty
docs/model.tex
+3
-2
3 additions, 2 deletions
docs/model.tex
with
9 additions
and
3 deletions
docs/base-logic.tex
+
5
−
1
View file @
dbdd25ba
...
...
@@ -63,12 +63,13 @@ Below, $\melt$ ranges over $\monoid$ and $i$ ranges over $\set{1,2}$.
%\\&
\ownM
{
\term
}
\mid
\mval
(
\term
)
\mid
\always\prop
\mid
\plainly\prop
\mid
{
\later\prop
}
\mid
\upd
\prop
\end{align*}
Recursive predicates must be
\emph
{
guarded
}
: in
$
\MU
\var
.
\term
$
, the variable
$
\var
$
can only appear under the later
$
\later
$
modality.
Note that the modalities
$
\upd
$
,
$
\always
$
and
$
\later
$
bind more tightly than
$
*
$
,
$
\wand
$
,
$
\land
$
,
$
\lor
$
, and
$
\Ra
$
.
Note that the modalities
$
\upd
$
,
$
\always
$
,
$
\plainly
$
and
$
\later
$
bind more tightly than
$
*
$
,
$
\wand
$
,
$
\land
$
,
$
\lor
$
, and
$
\Ra
$
.
\paragraph
{
Variable conventions.
}
...
...
@@ -175,6 +176,9 @@ In writing $\vctx, x:\type$, we presuppose that $x$ is not already declared in $
\and
\infer
{
\vctx
\proves
\wtt
{
\prop
}{
\Prop
}}
{
\vctx
\proves
\wtt
{
\always\prop
}{
\Prop
}}
\and
\infer
{
\vctx
\proves
\wtt
{
\prop
}{
\Prop
}}
{
\vctx
\proves
\wtt
{
\plainly\prop
}{
\Prop
}}
\and
\infer
{
\vctx
\proves
\wtt
{
\prop
}{
\Prop
}}
{
\vctx
\proves
\wtt
{
\later\prop
}{
\Prop
}}
...
...
This diff is collapsed.
Click to expand it.
docs/iris.sty
+
1
−
0
View file @
dbdd25ba
...
...
@@ -260,6 +260,7 @@
\newcommand
{
\later
}{
\mathop
{{
\triangleright
}}}
\newcommand*
{
\lateropt
}
[1]
{
\mathop
{{
\later
}^{
#1
}}}
\newcommand
{
\always
}{
\mathop
{
\Box
}}
\newcommand
{
\plainly
}{
\mathop
{
\blacksquare
}}
%% Invariants and Ghost ownership
% PDS: Was 0pt inner, 2pt outer.
...
...
This diff is collapsed.
Click to expand it.
docs/model.tex
+
3
−
2
View file @
dbdd25ba
...
...
@@ -54,10 +54,11 @@ We are thus going to define the assertions as mapping CMRA elements to sets of s
\Lam
\melt
.
\setComp
{
n
}{
\begin{aligned}
\All
m,
\meltB
.
&
m
\leq
n
\land
\melt\mtimes\meltB
\in
\mval
_
m
\Ra
{}
\\
&
m
\in
\Sem
{
\vctx
\proves
\prop
:
\Prop
}_
\gamma
(
\meltB
)
\Ra
{}
\\
&
m
\in
\Sem
{
\vctx
\proves
\propB
:
\Prop
}_
\gamma
(
\melt\mtimes\meltB
)
\end{aligned}
}
\\
\Sem
{
\vctx
\proves
\always
{
\prop
}
:
\Prop
}_
\gamma
&
\eqdef
\Lam\melt
.
\Sem
{
\vctx
\proves
\prop
:
\Prop
}_
\gamma
(
\mcore\melt
)
\\
\Sem
{
\vctx
\proves
\later
{
\prop
}
:
\Prop
}_
\gamma
&
\eqdef
\Lam\melt
.
\setComp
{
n
}{
n = 0
\lor
n-1
\in
\Sem
{
\vctx
\proves
\prop
:
\Prop
}_
\gamma
(
\melt
)
}
\\
\Sem
{
\vctx
\proves
\ownM
{
\term
}
:
\Prop
}_
\gamma
&
\eqdef
\Lam\meltB
.
\setComp
{
n
}{
\Sem
{
\vctx
\proves
\term
:
\textlog
{
M
}}_
\gamma
\mincl
[n]
\meltB
}
\\
\Sem
{
\vctx
\proves
\mval
(
\term
) :
\Prop
}_
\gamma
&
\eqdef
\Lam\any
.
\setComp
{
n
}{
\Sem
{
\vctx
\proves
\term
:
\textlog
{
M
}}_
\gamma
\in
\mval
_
n
}
\\
\Sem
{
\vctx
\proves
\always
{
\prop
}
:
\Prop
}_
\gamma
&
\eqdef
\Lam\melt
.
\Sem
{
\vctx
\proves
\prop
:
\Prop
}_
\gamma
(
\mcore\melt
)
\\
\Sem
{
\vctx
\proves
\plainly
{
\prop
}
:
\Prop
}_
\gamma
&
\eqdef
\Lam\melt
.
\Sem
{
\vctx
\proves
\prop
:
\Prop
}_
\gamma
(
\munit
)
\\
\Sem
{
\vctx
\proves
\later
{
\prop
}
:
\Prop
}_
\gamma
&
\eqdef
\Lam\melt
.
\setComp
{
n
}{
n = 0
\lor
n-1
\in
\Sem
{
\vctx
\proves
\prop
:
\Prop
}_
\gamma
(
\melt
)
}
\\
\Sem
{
\vctx
\proves
\upd\prop
:
\Prop
}_
\gamma
&
\eqdef
\Lam\melt
.
\setComp
{
n
}{
\begin{aligned}
\All
m,
\melt
'.
&
m
\leq
n
\land
(
\melt
\mtimes
\melt
')
\in
\mval
_
m
\Ra
{}
\\
&
\Exists
\meltB
. (
\meltB
\mtimes
\melt
')
\in
\mval
_
m
\land
m
\in
\Sem
{
\vctx
\proves
\prop
:
\Prop
}_
\gamma
(
\meltB
)
\end{aligned}
...
...
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