Skip to content

Commit e40d010

Browse files
variant of proof with explicit witness
Signed-off-by: Stephan Merz <[email protected]>
1 parent 26bc315 commit e40d010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specifications/TeachingConcurrency/SimpleRegular.tla

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Inv == /\ TypeOK
143143
THEOREM Spec => []PCorrect
144144
<1> USE NAssump DEF ProcSet
145145
<1>1. Init => Inv
146-
<2>1. Init => \E i \in 0..(N-1) : pc[i] /= "Done"
146+
<2>1. Init => 0 \in 0..(N-1) /\ pc[0] /= "Done"
147147
BY DEF Init
148148
<2>. QED BY <2>1 DEF Init, Inv, TypeOK
149149
<1>2. Inv /\ [Next]_vars => Inv'

0 commit comments

Comments
 (0)