let i be Instruction of SCM+FSA; for s being State of SCM+FSA holds
( InsCode i in {0,6,7,8} or (Exec (i,s)) . (IC ) = succ (IC s) )
let s be State of SCM+FSA; ( InsCode i in {0,6,7,8} or (Exec (i,s)) . (IC ) = succ (IC s) )
A1:
InsCode i <= 12
by SCMFSA_2:16;
assume A4:
not InsCode i in {0,6,7,8}
; (Exec (i,s)) . (IC ) = succ (IC s)
then A5:
( InsCode i <> 0 & InsCode i <> 6 )
by ENUMSET1:def 2;
A6:
( InsCode i <> 7 & InsCode i <> 8 )
by A4, ENUMSET1:def 2;