Skip to content

Commit

Permalink
Fix theorem statement
Browse files Browse the repository at this point in the history
I was missing a temporal quantification in the theorem statement of
TypeOK
  • Loading branch information
changlinli committed Jul 29, 2019
1 parent d77040c commit a5b23f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Peterson.tla
Original file line number Diff line number Diff line change
Expand Up @@ -255,9 +255,9 @@ CanOnlyBeCriticalIfTurn == \A p \in {0, 1} : processState[p] = "critical" => tur
(* Finally we note simply that our variables should always stay within the *)
(* bounds we enumerated earlier. *)
(***************************************************************************)
THEOREM Spec => TypeOK
THEOREM Spec => []TypeOK

=============================================================================
\* Modification History
\* Last modified Thu Jul 25 11:05:46 EDT 2019 by changlin
\* Last modified Mon Jul 29 13:36:49 EDT 2019 by changlin
\* Created Wed Jul 24 18:56:50 EDT 2019 by changlin

0 comments on commit a5b23f7

Please sign in to comment.