let P be the Instructions of SCMPDS -valued ManySortedSet of NAT ; :: thesis: for s being State of SCMPDS
for I being halt-free Program of SCMPDS
for J being parahalting shiftable Program of SCMPDS
for a being Int_position st I is_closed_on s,P & I is_halting_on s,P holds
(IExec ((I ';' J),P,s)) . a = (IExec (J,P,(IExec (I,P,s)))) . a

let s be State of SCMPDS; :: thesis: for I being halt-free Program of SCMPDS
for J being parahalting shiftable Program of SCMPDS
for a being Int_position st I is_closed_on s,P & I is_halting_on s,P holds
(IExec ((I ';' J),P,s)) . a = (IExec (J,P,(IExec (I,P,s)))) . a

let I be halt-free Program of SCMPDS; :: thesis: for J being parahalting shiftable Program of SCMPDS
for a being Int_position st I is_closed_on s,P & I is_halting_on s,P holds
(IExec ((I ';' J),P,s)) . a = (IExec (J,P,(IExec (I,P,s)))) . a

let J be parahalting shiftable Program of SCMPDS; :: thesis: for a being Int_position st I is_closed_on s,P & I is_halting_on s,P holds
(IExec ((I ';' J),P,s)) . a = (IExec (J,P,(IExec (I,P,s)))) . a

let a be Int_position ; :: thesis: ( I is_closed_on s,P & I is_halting_on s,P implies (IExec ((I ';' J),P,s)) . a = (IExec (J,P,(IExec (I,P,s)))) . a )
A1: ( J is_closed_on IExec (I,P,s),P & J is_halting_on IExec (I,P,s),P ) by SCMPDS_6:34, SCMPDS_6:35;
assume ( I is_closed_on s,P & I is_halting_on s,P ) ; :: thesis: (IExec ((I ';' J),P,s)) . a = (IExec (J,P,(IExec (I,P,s)))) . a
hence (IExec ((I ';' J),P,s)) . a = (IExec (J,P,(IExec (I,P,s)))) . a by A1, SCMPDS_7:49; :: thesis: verum