Another thing you can do is use the "leads to" operator (~>),
where P ~> Q ≡ [](P => <>Q): succeeded ~> accomplished_work This is useful if you want to express
that something might not ever succeed, but if it does,
then you will eventually accomplish work.
I'd also recommend spending some time
building an intuition for the difference between weak fairness and
strong fairness.
H
On 2/23/19 10:10 AM, A. Jesse Jiryu
Davis wrote:
-- You received this message because you are subscribed to the Google Groups "tlaplus" group. To unsubscribe from this group and stop receiving emails from it, send an email to tlaplus+unsubscribe@xxxxxxxxxxxxxxxx. To post to this group, send email to tlaplus@xxxxxxxxxxxxxxxx. Visit this group at https://groups.google.com/group/tlaplus. For more options, visit https://groups.google.com/d/optout. |