This commit is contained in:
Samuel Gruetter 2020-04-12 21:36:38 -04:00
parent 8a554ded4c
commit 1cc82281bf

View file

@ -205,7 +205,7 @@ Definition simulates (R : proc -> proc -> Prop) (pr1 pr2 : proc) :=
-> exists pr2', lstepSilent^* pr2 pr2'
/\ R pr1' pr2')
(* Now consider the same scenario where the lefthand process make a nonsilent
(* Now consider the same scenario where the lefthand process takes a nonsilent
* step. We require that the righthand process can "catch up" in a way that
* generates the same label that the lefthand process generated. *)
/\ (forall pr1 pr2, R pr1 pr2