let s be State of SCMPDS ; :: thesis: for I being Program of SCMPDS
for a, b being Int_position
for i being Integer
for n being Element of NAT st s . (DataLoc (s . a),i) >= 0 holds
(IExec (for-up a,i,n,I),s) . b = s . b

let I be Program of SCMPDS ; :: thesis: for a, b being Int_position
for i being Integer
for n being Element of NAT st s . (DataLoc (s . a),i) >= 0 holds
(IExec (for-up a,i,n,I),s) . b = s . b

let a, b be Int_position ; :: thesis: for i being Integer
for n being Element of NAT st s . (DataLoc (s . a),i) >= 0 holds
(IExec (for-up a,i,n,I),s) . b = s . b

let i be Integer; :: thesis: for n being Element of NAT st s . (DataLoc (s . a),i) >= 0 holds
(IExec (for-up a,i,n,I),s) . b = s . b

let n be Element of NAT ; :: thesis: ( s . (DataLoc (s . a),i) >= 0 implies (IExec (for-up a,i,n,I),s) . b = s . b )
assume s . (DataLoc (s . a),i) >= 0 ; :: thesis: (IExec (for-up a,i,n,I),s) . b = s . b
then A1: IExec (for-up a,i,n,I),s = s +* (Start-At ((card I) + 3),SCMPDS ) by Th55;
not b in dom (Start-At ((card I) + 3),SCMPDS ) by SCMPDS_4:59;
hence (IExec (for-up a,i,n,I),s) . b = s . b by A1, FUNCT_4:12; :: thesis: verum