let N be non empty with_non-empty_elements set ; :: thesis: for S being non empty IC-Ins-separated AMI-Struct of NAT ,N
for p being finite PartFunc of NAT ,the Instructions of S
for s being State of S holds Comput p,s,0 = s

let S be non empty IC-Ins-separated AMI-Struct of NAT ,N; :: thesis: for p being finite PartFunc of NAT ,the Instructions of S
for s being State of S holds Comput p,s,0 = s

let p be finite PartFunc of NAT ,the Instructions of S; :: thesis: for s being State of S holds Comput p,s,0 = s
let s be State of S; :: thesis: Comput p,s,0 = s
ex f being Function of NAT ,(product the Object-Kind of S) st
( Comput p,s,0 = f . 0 & f . 0 = s & ( for i being Nat holds f . (i + 1) = Following p,(f . i) ) ) by Def6;
hence Comput p,s,0 = s ; :: thesis: verum