let P be the Instructions of SCM+FSA -valued ManySortedSet of NAT ; :: thesis: for s being State of SCM+FSA
for I being Program of SCM+FSA
for a being read-write Int-Location st I is_closed_onInit s,P & I is_halting_onInit s,P & s . a > 0 holds
for k being Element of NAT st k <= (LifeSpan ((P +* I),(s +* (Initialized I)))) + 3 holds
IC (Comput ((P +* (while>0 (a,I))),(s +* (Initialized (while>0 (a,I)))),k)) in dom (while>0 (a,I))

let s be State of SCM+FSA; :: thesis: for I being Program of SCM+FSA
for a being read-write Int-Location st I is_closed_onInit s,P & I is_halting_onInit s,P & s . a > 0 holds
for k being Element of NAT st k <= (LifeSpan ((P +* I),(s +* (Initialized I)))) + 3 holds
IC (Comput ((P +* (while>0 (a,I))),(s +* (Initialized (while>0 (a,I)))),k)) in dom (while>0 (a,I))

let I be Program of SCM+FSA; :: thesis: for a being read-write Int-Location st I is_closed_onInit s,P & I is_halting_onInit s,P & s . a > 0 holds
for k being Element of NAT st k <= (LifeSpan ((P +* I),(s +* (Initialized I)))) + 3 holds
IC (Comput ((P +* (while>0 (a,I))),(s +* (Initialized (while>0 (a,I)))),k)) in dom (while>0 (a,I))

let a be read-write Int-Location ; :: thesis: ( I is_closed_onInit s,P & I is_halting_onInit s,P & s . a > 0 implies for k being Element of NAT st k <= (LifeSpan ((P +* I),(s +* (Initialized I)))) + 3 holds
IC (Comput ((P +* (while>0 (a,I))),(s +* (Initialized (while>0 (a,I)))),k)) in dom (while>0 (a,I)) )

set s0 = Initialized s;
set IA = Initialize I;
assume A1: I is_closed_onInit s,P ; :: thesis: ( not I is_halting_onInit s,P or not s . a > 0 or for k being Element of NAT st k <= (LifeSpan ((P +* I),(s +* (Initialized I)))) + 3 holds
IC (Comput ((P +* (while>0 (a,I))),(s +* (Initialized (while>0 (a,I)))),k)) in dom (while>0 (a,I)) )

A2: ProgramPart I = I by RELAT_1:209;
now
let k be Element of NAT ; :: thesis: IC (Comput ((P +* I),((Initialized s) +* (Initialize I)),k)) in dom I
s +* (Initialized I) = (Initialized s) +* (Initialize I) by SCMFSA8A:13;
hence IC (Comput ((P +* I),((Initialized s) +* (Initialize I)),k)) in dom I by A1, SCM_HALT:def 4; :: thesis: verum
end;
then A3: I is_closed_on Initialized s,P by SCMFSA7B:def 7, A2;
assume I is_halting_onInit s,P ; :: thesis: ( not s . a > 0 or for k being Element of NAT st k <= (LifeSpan ((P +* I),(s +* (Initialized I)))) + 3 holds
IC (Comput ((P +* (while>0 (a,I))),(s +* (Initialized (while>0 (a,I)))),k)) in dom (while>0 (a,I)) )

then A4: P +* I halts_on s +* (Initialized I) by SCM_HALT:def 5;
s +* (Initialized I) = (Initialized s) +* (Initialize I) by SCMFSA8A:13;
then A5: I is_halting_on Initialized s,P by A4, SCMFSA7B:def 8, A2;
assume s . a > 0 ; :: thesis: for k being Element of NAT st k <= (LifeSpan ((P +* I),(s +* (Initialized I)))) + 3 holds
IC (Comput ((P +* (while>0 (a,I))),(s +* (Initialized (while>0 (a,I)))),k)) in dom (while>0 (a,I))

then A6: (Initialized s) . a > 0 by SCMFSA6C:3;
hereby :: thesis: verum
let k be Element of NAT ; :: thesis: ( k <= (LifeSpan ((P +* I),(s +* (Initialized I)))) + 3 implies IC (Comput ((P +* (while>0 (a,I))),(s +* (Initialized (while>0 (a,I)))),k)) in dom (while>0 (a,I)) )
A7: s +* (Initialized (while>0 (a,I))) = (Initialized s) +* (Initialize (while>0 (a,I))) by SCMFSA8A:13;
A8: s +* (Initialized I) = (Initialized s) +* (Initialize I) by SCMFSA8A:13;
assume k <= (LifeSpan ((P +* I),(s +* (Initialized I)))) + 3 ; :: thesis: IC (Comput ((P +* (while>0 (a,I))),(s +* (Initialized (while>0 (a,I)))),k)) in dom (while>0 (a,I))
hence IC (Comput ((P +* (while>0 (a,I))),(s +* (Initialized (while>0 (a,I)))),k)) in dom (while>0 (a,I)) by A7, A3, A5, A6, A8, SCMFSA_9:47; :: thesis: verum
end;