let a be Int_position; for P being Instruction-Sequence of SCMPDS
for s being 0 -started State of SCMPDS
for I being halt-free Program of
for j being shiftable parahalting Instruction of SCMPDS st I is_closed_on s,P & I is_halting_on s,P holds
(IExec ((I ';' j),P,s)) . a = (Exec (j,(IExec (I,P,s)))) . a
let P be Instruction-Sequence of SCMPDS; for s being 0 -started State of SCMPDS
for I being halt-free Program of
for j being shiftable parahalting Instruction of SCMPDS st I is_closed_on s,P & I is_halting_on s,P holds
(IExec ((I ';' j),P,s)) . a = (Exec (j,(IExec (I,P,s)))) . a
let s be 0 -started State of SCMPDS; for I being halt-free Program of
for j being shiftable parahalting Instruction of SCMPDS st I is_closed_on s,P & I is_halting_on s,P holds
(IExec ((I ';' j),P,s)) . a = (Exec (j,(IExec (I,P,s)))) . a
let I be halt-free Program of ; for j being shiftable parahalting Instruction of SCMPDS st I is_closed_on s,P & I is_halting_on s,P holds
(IExec ((I ';' j),P,s)) . a = (Exec (j,(IExec (I,P,s)))) . a
let j be shiftable parahalting Instruction of SCMPDS; ( I is_closed_on s,P & I is_halting_on s,P implies (IExec ((I ';' j),P,s)) . a = (Exec (j,(IExec (I,P,s)))) . a )
assume that
A1:
I is_closed_on s,P
and
A2:
I is_halting_on s,P
; (IExec ((I ';' j),P,s)) . a = (Exec (j,(IExec (I,P,s)))) . a
set Mj = Load j;
A3:
a in SCM-Data-Loc
by AMI_2:def 16;
for a being Int_position holds (Initialize (IExec (I,P,s))) . a = (IExec (I,P,s)) . a
by SCMPDS_5:15;
then A4:
DataPart (Initialize (IExec (I,P,s))) = DataPart (IExec (I,P,s))
by SCMPDS_4:8;
A5:
Load j is_halting_on IExec (I,P,s),P
by SCMPDS_6:21;
Load j is_closed_on IExec (I,P,s),P
by SCMPDS_6:20;
hence (IExec ((I ';' j),P,s)) . a =
(IExec ((Load j),P,(Initialize (IExec (I,P,s))))) . a
by A1, A2, A5, Th28
.=
(Exec (j,(Initialize (IExec (I,P,s))))) . a
by SCMPDS_5:40
.=
(DataPart (Exec (j,(Initialize (IExec (I,P,s)))))) . a
by A3, FUNCT_1:49, SCMPDS_2:84
.=
(DataPart (Exec (j,(IExec (I,P,s))))) . a
by A4, SCMPDS_5:39
.=
(Exec (j,(IExec (I,P,s)))) . a
by A3, FUNCT_1:49, SCMPDS_2:84
;
verum