Hi.
Related to the original question, I'd like to know the rule when action names are retained.
I found that when we re-write Next as like below, the action names are not retained. (\E \in {FALSE}... is used just to transform the formula without affecting resulting truth value)
Next ==
\E i \in {FALSE}:
\/ i
\/ FillSmallJug
\/ FillBigJug
\/ EmptySmallJug
\/ EmptyBigJug
\/ SmallToBig
\/ BigToSmall
However, when we re-write like below, I found that the action names are retained.
Next ==
\E i \in {FALSE}:
\/ FALSE
\/ FillSmallJug
\/ FillBigJug
\/ EmptySmallJug
\/ EmptyBigJug
\/ SmallToBig
\/ BigToSmall
So I'm curious retaining action name or not is determined in which rule. Is that explained in some resources?
2019年12月19日木曜日 3:58:10 UTC+9 Markus Alexander Kuppe: