let P be Instruction-Sequence of SCMPDS; :: thesis: for s being 0 -started State of SCMPDS
for I being halt-free shiftable Program of
for J being shiftable Program of
for a, b being Int_position
for k1 being Integer st s . (DataLoc ((s . a),k1)) > 0 & I is_closed_on s,P & I is_halting_on s,P holds
(IExec ((if>0 (a,k1,I,J)),P,s)) . b = (IExec (I,P,s)) . b

let s be 0 -started State of SCMPDS; :: thesis: for I being halt-free shiftable Program of
for J being shiftable Program of
for a, b being Int_position
for k1 being Integer st s . (DataLoc ((s . a),k1)) > 0 & I is_closed_on s,P & I is_halting_on s,P holds
(IExec ((if>0 (a,k1,I,J)),P,s)) . b = (IExec (I,P,s)) . b

let I be halt-free shiftable Program of ; :: thesis: for J being shiftable Program of
for a, b being Int_position
for k1 being Integer st s . (DataLoc ((s . a),k1)) > 0 & I is_closed_on s,P & I is_halting_on s,P holds
(IExec ((if>0 (a,k1,I,J)),P,s)) . b = (IExec (I,P,s)) . b

let J be shiftable Program of ; :: thesis: for a, b being Int_position
for k1 being Integer st s . (DataLoc ((s . a),k1)) > 0 & I is_closed_on s,P & I is_halting_on s,P holds
(IExec ((if>0 (a,k1,I,J)),P,s)) . b = (IExec (I,P,s)) . b

let a, b be Int_position; :: thesis: for k1 being Integer st s . (DataLoc ((s . a),k1)) > 0 & I is_closed_on s,P & I is_halting_on s,P holds
(IExec ((if>0 (a,k1,I,J)),P,s)) . b = (IExec (I,P,s)) . b

let k1 be Integer; :: thesis: ( s . (DataLoc ((s . a),k1)) > 0 & I is_closed_on s,P & I is_halting_on s,P implies (IExec ((if>0 (a,k1,I,J)),P,s)) . b = (IExec (I,P,s)) . b )
assume that
A1: s . (DataLoc ((s . a),k1)) > 0 and
A2: I is_closed_on s,P and
A3: I is_halting_on s,P ; :: thesis: (IExec ((if>0 (a,k1,I,J)),P,s)) . b = (IExec (I,P,s)) . b
A4: not b in dom (Start-At ((((card I) + (card J)) + 2),SCMPDS)) by SCMPDS_4:18;
IExec ((if>0 (a,k1,I,J)),P,s) = (IExec (I,P,s)) +* (Start-At ((((card I) + (card J)) + 2),SCMPDS)) by A1, A2, A3, SCMPDS_6:70;
hence (IExec ((if>0 (a,k1,I,J)),P,s)) . b = (IExec (I,P,s)) . b by A4, FUNCT_4:11; :: thesis: verum