let i be Instruction of SCMPDS ; for s being State of SCMPDS holds
( InsCode i in {0 ,1,4,5,6} or (Exec i,s) . (IC SCMPDS ) = succ (IC s) )
let s be State of SCMPDS ; ( InsCode i in {0 ,1,4,5,6} or (Exec i,s) . (IC SCMPDS ) = succ (IC s) )
assume A1:
not InsCode i in {0 ,1,4,5,6}
; (Exec i,s) . (IC SCMPDS ) = succ (IC s)
then A2:
( InsCode i <> 0 & InsCode i <> 1 )
by ENUMSET1:def 3;
A3:
InsCode i <> 6
by A1, ENUMSET1:def 3;
A4:
( InsCode i <> 4 & InsCode i <> 5 )
by A1, ENUMSET1:def 3;