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

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

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