let s be State of SCMPDS ; :: thesis: for I being No-StopCode Program of SCMPDS
for J being parahalting shiftable Program of SCMPDS
for a being Int_position st I is_closed_on s & I is_halting_on s holds
(IExec (I ';' J),s) . a = (IExec J,(IExec I,s)) . a
let I be No-StopCode Program of SCMPDS ; :: thesis: for J being parahalting shiftable Program of SCMPDS
for a being Int_position st I is_closed_on s & I is_halting_on s holds
(IExec (I ';' J),s) . a = (IExec J,(IExec I,s)) . a
let J be parahalting shiftable Program of SCMPDS ; :: thesis: for a being Int_position st I is_closed_on s & I is_halting_on s holds
(IExec (I ';' J),s) . a = (IExec J,(IExec I,s)) . a
let a be Int_position ; :: thesis: ( I is_closed_on s & I is_halting_on s implies (IExec (I ';' J),s) . a = (IExec J,(IExec I,s)) . a )
assume A1:
( I is_closed_on s & I is_halting_on s )
; :: thesis: (IExec (I ';' J),s) . a = (IExec J,(IExec I,s)) . a
( J is_closed_on IExec I,s & J is_halting_on IExec I,s )
by SCMPDS_6:34, SCMPDS_6:35;
hence
(IExec (I ';' J),s) . a = (IExec J,(IExec I,s)) . a
by A1, SCMPDS_7:49; :: thesis: verum