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