Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Iris
Iris
Commits
e61fad28
Commit
e61fad28
authored
Aug 17, 2016
by
Ralf Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add some redundant parens
parent
dcd54605
Pipeline
#2605
passed with stage
in 4 minutes and 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docs/constructions.tex
docs/constructions.tex
+1
-1
No files found.
docs/constructions.tex
View file @
e61fad28
...
@@ -386,7 +386,7 @@ We first lift the transition relation to $\STSS \times \wp(\STST)$ (implementing
...
@@ -386,7 +386,7 @@ We first lift the transition relation to $\STSS \times \wp(\STST)$ (implementing
We further define
\emph
{
closed
}
sets of states (given a particular set of tokens) as well as the
\emph
{
closure
}
of a set:
We further define
\emph
{
closed
}
sets of states (given a particular set of tokens) as well as the
\emph
{
closure
}
of a set:
\begin{align*}
\begin{align*}
\STSclsd
(S, T)
\eqdef
{}&
\All
s
\in
S.
\STSL
(s)
\disj
T
\land
\All
s'. s
\stsfstep
{
T
}
s'
\Ra
s'
\in
S
\\
\STSclsd
(S, T)
\eqdef
{}&
\All
s
\in
S.
\STSL
(s)
\disj
T
\land
\left
(
\All
s'. s
\stsfstep
{
T
}
s'
\Ra
s'
\in
S
\right
)
\\
\upclose
(S, T)
\eqdef
{}&
\setComp
{
s'
\in
\STSS
}{
\Exists
s
\in
S. s
\stsftrans
{
T
}
s'
}
\upclose
(S, T)
\eqdef
{}&
\setComp
{
s'
\in
\STSS
}{
\Exists
s
\in
S. s
\stsftrans
{
T
}
s'
}
\end{align*}
\end{align*}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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