let k be natural number ; :: thesis: for R being good Ring st not R is trivial holds
for p being autonomic FinPartState of (SCM R) st IC (SCM R) in dom p holds
( p is halting iff Relocated p,k is halting )

let R be good Ring; :: thesis: ( not R is trivial implies for p being autonomic FinPartState of (SCM R) st IC (SCM R) in dom p holds
( p is halting iff Relocated p,k is halting ) )

assume A1: not R is trivial ; :: thesis: for p being autonomic FinPartState of (SCM R) st IC (SCM R) in dom p holds
( p is halting iff Relocated p,k is halting )

let p be autonomic FinPartState of (SCM R); :: thesis: ( IC (SCM R) in dom p implies ( p is halting iff Relocated p,k is halting ) )
assume A2: IC (SCM R) in dom p ; :: thesis: ( p is halting iff Relocated p,k is halting )
hereby :: thesis: ( Relocated p,k is halting implies p is halting )
assume A3: p is halting ; :: thesis: Relocated p,k is halting
thus Relocated p,k is halting :: thesis: verum
proof
let t be State of (SCM R); :: according to AMI_1:def 26 :: thesis: ( not Relocated p,k c= t or t is halting )
assume A4: Relocated p,k c= t ; :: thesis: t is halting
set s = t +* p;
reconsider s3 = (t +* p) +* (DataPart t) as State of (SCM R) ;
A5: p c= t +* p by FUNCT_4:26;
then t +* p is halting by A3, AMI_1:def 26;
then consider u being Element of NAT such that
A6: CurInstr (Computation (t +* p),u) = halt (SCM R) by AMI_1:def 20;
take u ; :: according to AMI_1:def 20 :: thesis: CurInstr (Computation t,u) = halt (SCM R)
s3 = s3 ;
then CurInstr (Computation t,u) = IncAddr (halt (SCM R)),k by A1, A2, A4, A5, A6, Th35
.= halt (SCM R) by AMISTD_2:29 ;
hence CurInstr (Computation t,u) = halt (SCM R) ; :: thesis: verum
end;
end;
assume A7: Relocated p,k is halting ; :: thesis: p is halting
let t be State of (SCM R); :: according to AMI_1:def 26 :: thesis: ( not p c= t or t is halting )
reconsider s = t +* (Relocated p,k) as State of (SCM R) ;
A8: Relocated p,k c= t +* (Relocated p,k) by FUNCT_4:26;
then s is halting by A7, AMI_1:def 26;
then consider u being Element of NAT such that
A9: CurInstr (Computation s,u) = halt (SCM R) by AMI_1:def 20;
reconsider s3 = t +* (DataPart s) as State of (SCM R) ;
assume A10: p c= t ; :: thesis: t is halting
take u ; :: according to AMI_1:def 20 :: thesis: CurInstr (Computation t,u) = halt (SCM R)
s3 = s3 ;
then IncAddr (CurInstr (Computation t,u)),k = halt (SCM R) by A1, A2, A10, A8, A9, Th35;
hence CurInstr (Computation t,u) = halt (SCM R) by AMISTD_2:35; :: thesis: verum