mirror of
https://github.com/achlipala/frap.git
synced 2024-11-12 17:17:50 +00:00
Update frap_book.tex
Typo? Otherwise for \infer{ s \to^* s } that would assume an identity closure which afaik is not necessary.
This commit is contained in:
parent
078e29f8a9
commit
47d82f10b8
1 changed files with 1 additions and 1 deletions
|
@ -1017,7 +1017,7 @@ Actually, the words ``state machine'' suggest to many people that the state set
|
|||
\end{definition}
|
||||
|
||||
For an arbitrary transition relation $\to$, not just the one defined above for factorial, we define its \emph{transitive-reflexive closure}\index{transitive-reflexive closure} $\to^*$ with two inference rules:
|
||||
$$\infer{s \to^* s}{}
|
||||
$$\infer{s \to^* s'}{}
|
||||
\quad \infer{s \to^* s''}{
|
||||
s \to s'
|
||||
& s' \to^* s''
|
||||
|
|
Loading…
Reference in a new issue