Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Iris
Iris
Commits
e61fad28
Commit
e61fad28
authored
Aug 17, 2016
by
Ralf Jung
Browse files
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
docs/constructions.tex
View file @
e61fad28
...
...
@@ -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:
\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'
}
\end{align*}
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment