Skip to content

Commit 00eb5b4

Browse files
fixed failing proof in byzpaxos/VoteProof (#197)
Signed-off-by: Stephan Merz <stephan.merz@loria.fr>
1 parent dc25f34 commit 00eb5b4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

specifications/byzpaxos/VoteProof.tla

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1076,10 +1076,10 @@ THEOREM VT4 == TypeOK /\ VInv2 /\ VInv3 =>
10761076
<3>1. S # {}
10771077
BY <1>6
10781078
<3>2. PICK c \in S : \A d \in S : c >= d
1079-
<4>2. IsFiniteSet(S)
1079+
<4>1. IsFiniteSet(S)
10801080
BY FS_Interval, FS_Subset, 0 \in Int, b-1 \in Int, Zenon
1081-
<4>3. QED
1082-
BY <3>1, <4>2, FiniteSetHasMax
1081+
<4>. QED
1082+
BY <3>1, <4>1, S \in SUBSET Int, FiniteSetHasMax
10831083
<3>3. /\ c \in 0 .. (b-1)
10841084
/\ \E a \in Q : ~DidNotVoteIn(a,c)
10851085
/\ \A d \in (c+1)..(b-1), a \in Q : DidNotVoteIn(a, d)

0 commit comments

Comments
 (0)