let N be with_non-empty_elements set ; :: thesis: for S being non empty stored-program IC-Ins-separated definite AMI-Struct of N
for s being State of S
for k being Nat holds Computation s,(k + 1) = Following (Computation s,k)

let S be non empty stored-program IC-Ins-separated definite AMI-Struct of N; :: thesis: for s being State of S
for k being Nat holds Computation s,(k + 1) = Following (Computation s,k)

let s be State of S; :: thesis: for k being Nat holds Computation s,(k + 1) = Following (Computation s,k)
let k be Nat; :: thesis: Computation s,(k + 1) = Following (Computation s,k)
deffunc H1( set , State of S) -> State of S = Following $2;
consider f being Function of NAT , product the Object-Kind of S such that
A1: Computation s,(k + 1) = f . (k + 1) and
A2: f . 0 = s and
A3: for i being Nat holds f . (i + 1) = H1(i,f . i) by Def19;
consider g being Function of NAT , product the Object-Kind of S such that
A4: Computation s,k = g . k and
A5: g . 0 = s and
A6: for i being Nat holds g . (i + 1) = H1(i,g . i) by Def19;
f = g from NAT_1:sch 16(A2, A3, A5, A6);
hence Computation s,(k + 1) = Following (Computation s,k) by A1, A4, A6; :: thesis: verum