let N be non empty 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 A st I is sequential holds
IC A in Out_U_Inp I

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

let I be Instruction of A; :: thesis: ( I is sequential implies IC A in Out_U_Inp I )
consider s being State of A;
assume for s being State of A holds (Exec I,s) . (IC A) = succ (IC s) ; :: according to AMISTD_1:def 16 :: thesis: IC A in Out_U_Inp I
then (Exec I,s) . (IC A) = succ (IC s) ;
then (Exec I,s) . (IC A) <> IC s by ORDINAL1:14;
hence IC A in Out_U_Inp I by Th26; :: thesis: verum