Hello, the implication [](\E x : F) => \EE x : []F is indeed valid. The reverse implication need not hold. For example, \EE x : []<> << x' # x >>_x is valid, but [] \E x : <> << x' # x >>_x is a contradiction. If F is a state predicate then (\EE x : []F) => [](\E x : F) is valid. Stephan
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 view this discussion on the web visit https://groups.google.com/d/msgid/tlaplus/B5C4F265-B073-42B7-B488-25BF93DC90BE%40gmail.com. |