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 ) = (IC s) + 1 )
let s be State of SCMPDS; ( InsCode i in {0,1,4,5,6,14} or (Exec (i,s)) . (IC ) = (IC s) + 1 )
assume A1:
not InsCode i in {0,1,4,5,6,14}
; (Exec (i,s)) . (IC ) = (IC s) + 1
A2:
not not InsCode i = 0 & ... & not InsCode i = 14
by SCMPDS_2:6;