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
for k being Nat holds Comput p,s,(k + 1) = Following p,(Comput p,s,k)

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
for k being Nat holds Comput p,s,(k + 1) = Following p,(Comput p,s,k)

let p be finite PartFunc of NAT ,the Instructions of S; :: thesis: for s being State of S
for k being Nat holds Comput p,s,(k + 1) = Following p,(Comput p,s,k)

let s be State of S; :: thesis: for k being Nat holds Comput p,s,(k + 1) = Following p,(Comput p,s,k)
let k be Nat; :: thesis: Comput p,s,(k + 1) = Following p,(Comput p,s,k)
deffunc H1( set , State of S) -> State of S = Following p,$2;
consider f being Function of NAT ,(product the Object-Kind of S) such that
W1: Comput p,s,(k + 1) = f . (k + 1) and
W2: f . 0 = s and
W3: for i being Nat holds f . (i + 1) = H1(i,f . i) by Def6;
consider g being Function of NAT ,(product the Object-Kind of S) such that
V1: Comput p,s,k = g . k and
V2: g . 0 = s and
V3: for i being Nat holds g . (i + 1) = H1(i,g . i) by Def6;
f = g from NAT_1:sch 16(W2, W3, V2, V3);
hence Comput p,s,(k + 1) = Following p,(Comput p,s,k) by V1, V3, W1; :: thesis: verum