let s be State of SCMPDS ; for n, p0 being Element of NAT
for f being FinSequence of INT st p0 >= 3 & f is_FinSequence_on s,p0 & len f = n holds
( (IExec (sum n,p0),s) . (intpos 1) = Sum f & sum n,p0 is parahalting )
let n, p0 be Element of NAT ; for f being FinSequence of INT st p0 >= 3 & f is_FinSequence_on s,p0 & len f = n holds
( (IExec (sum n,p0),s) . (intpos 1) = Sum f & sum n,p0 is parahalting )
let f be FinSequence of INT ; ( p0 >= 3 & f is_FinSequence_on s,p0 & len f = n implies ( (IExec (sum n,p0),s) . (intpos 1) = Sum f & sum n,p0 is parahalting ) )
assume that
A1:
p0 >= 3
and
A2:
( f is_FinSequence_on s,p0 & len f = n )
; ( (IExec (sum n,p0),s) . (intpos 1) = Sum f & sum n,p0 is parahalting )
thus
(IExec (sum n,p0),s) . (intpos 1) = Sum f
by A1, A2, Lm4; sum n,p0 is parahalting
hence
sum n,p0 is parahalting
by SCMPDS_6:35; verum