let N be with_non-empty_elements set ; :: thesis: for A being non empty stored-program IC-Ins-separated definite standard AMI-Struct of N
for I being Instruction of st I is sequential holds
IC A in Output I

let A be non empty stored-program IC-Ins-separated definite standard AMI-Struct of N; :: thesis: for I being Instruction of st I is sequential holds
IC A in Output I

let I be Instruction of ; :: thesis: ( I is sequential implies IC A in Output I )
assume A1: for s being State of holds (Exec I,s) . (IC A) = NextLoc (IC s) ; :: according to AMISTD_1:def 16 :: thesis: IC A in Output I
consider s being State of ;
(Exec I,s) . (IC A) = NextLoc (IC s) by A1;
then (Exec I,s) . (IC A) <> IC s by AMISTD_1:35;
hence IC A in Output I by Def3; :: thesis: verum