let s be State of SCMPDS ; :: thesis: for I being Program of SCMPDS
for a being Int_position
for i being Integer st s . (DataLoc (s . a),i) = 0 holds
IC (IExec (while<>0 a,i,I),s) = (card I) + 3

let I be Program of SCMPDS ; :: thesis: for a being Int_position
for i being Integer st s . (DataLoc (s . a),i) = 0 holds
IC (IExec (while<>0 a,i,I),s) = (card I) + 3

let a be Int_position ; :: thesis: for i being Integer st s . (DataLoc (s . a),i) = 0 holds
IC (IExec (while<>0 a,i,I),s) = (card I) + 3

let i be Integer; :: thesis: ( s . (DataLoc (s . a),i) = 0 implies IC (IExec (while<>0 a,i,I),s) = (card I) + 3 )
assume s . (DataLoc (s . a),i) = 0 ; :: thesis: IC (IExec (while<>0 a,i,I),s) = (card I) + 3
then IExec (while<>0 a,i,I),s = s +* (Start-At ((card I) + 3),SCMPDS ) by Th17;
hence IC (IExec (while<>0 a,i,I),s) = (card I) + 3 by FUNCT_4:121; :: thesis: verum