let s be State of SCM+FSA ; :: thesis: for i being Instruction of SCM+FSA st InsCode i in {0 ,6,7,8} holds
DataPart (Exec i,s) = DataPart s
let i be Instruction of SCM+FSA ; :: thesis: ( InsCode i in {0 ,6,7,8} implies DataPart (Exec i,s) = DataPart s )
assume A1:
InsCode i in {0 ,6,7,8}
; :: thesis: DataPart (Exec i,s) = DataPart s
hence
DataPart (Exec i,s) = DataPart s
by SCMFSA6A:38; :: thesis: verum