Skip to content

Commit

Permalink
Use a shorter fix proposed by @damiendoligez.
Browse files Browse the repository at this point in the history
Co-authored-by: Damien Doligez <damien.doligez@inria.fr>
Signed-off-by: Karolis Petrauskas <k.petrauskas@gmail.com>
  • Loading branch information
kape1395 and damiendoligez committed Dec 21, 2023
1 parent c822f18 commit 6c7178e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/fast/regression/setEuclid_test.tla
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,10 @@ THEOREM Inv /\ Next => Inv'
(*|*) BY <3>1, <3>2
<2>3. CorrectTermination'
<3>1. Cardinality (S) = 1 => S = {CHOOSE t \in S : TRUE}
BY CardThm DEF Inv, TypeOK
<4> Cardinality (S) = 1 => \E x \in S : S = {x}
BY CardThm DEF Inv, TypeOK
<4> QED
BY Zenon
<3>2. Cardinality (S) = 1 => GCD (S) = CHOOSE t \in S : TRUE
BY <3>1, GCD2 DEF Inv, TypeOK
<3> QED
Expand Down

0 comments on commit 6c7178e

Please sign in to comment.