let P be Instruction-Sequence of SCMPDS; for s being 0 -started State of SCMPDS
for I being Program of SCMPDS
for a, b being Int_position
for i being Integer st s . (DataLoc ((s . a),i)) >= 0 holds
(IExec ((while<0 (a,i,I)),P,s)) . b = s . b
let s be 0 -started State of SCMPDS; for I being Program of SCMPDS
for a, b being Int_position
for i being Integer st s . (DataLoc ((s . a),i)) >= 0 holds
(IExec ((while<0 (a,i,I)),P,s)) . b = s . b
let I be Program of SCMPDS; for a, b being Int_position
for i being Integer st s . (DataLoc ((s . a),i)) >= 0 holds
(IExec ((while<0 (a,i,I)),P,s)) . b = s . b
let a, b be Int_position; for i being Integer st s . (DataLoc ((s . a),i)) >= 0 holds
(IExec ((while<0 (a,i,I)),P,s)) . b = s . b
let i be Integer; ( s . (DataLoc ((s . a),i)) >= 0 implies (IExec ((while<0 (a,i,I)),P,s)) . b = s . b )
assume
s . (DataLoc ((s . a),i)) >= 0
; (IExec ((while<0 (a,i,I)),P,s)) . b = s . b
then A1:
IExec ((while<0 (a,i,I)),P,s) = s +* (Start-At (((card I) + 2),SCMPDS))
by Th8;
not b in dom (Start-At (((card I) + 2),SCMPDS))
by SCMPDS_4:18;
hence
(IExec ((while<0 (a,i,I)),P,s)) . b = s . b
by A1, FUNCT_4:11; verum