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
( IC (Comput ((P +* (while>0 (a,I))),(s +* (Initialized (while>0 (a,I)))),((LifeSpan ((P +* I),(s +* (Initialized I)))) + 3))) = 0 & ( 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
( IC (Comput ((P +* (while>0 (a,I))),(s +* (Initialized (while>0 (a,I)))),((LifeSpan ((P +* I),(s +* (Initialized I)))) + 3))) = 0 & ( 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
( IC (Comput ((P +* (while>0 (a,I))),(s +* (Initialized (while>0 (a,I)))),((LifeSpan ((P +* I),(s +* (Initialized I)))) + 3))) = 0 & ( 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 ( IC (Comput ((P +* (while>0 (a,I))),(s +* (Initialized (while>0 (a,I)))),((LifeSpan ((P +* I),(s +* (Initialized I)))) + 3))) = 0 & ( 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 sw = s +* (Initialized (while>0 (a,I)));
set Pw = P +* (while>0 (a,I));
set sI = s +* (Initialized I);
set PI = P +* I;
set s0I = (Initialized s) +* (Initialize I);
set s0w = (Initialized s) +* (Initialize (while>0 (a,I)));
A1: s +* (Initialized I) = (Initialized s) +* (Initialize I) by SCMFSA8A:13;
A2: s +* (Initialized (while>0 (a,I))) = (Initialized s) +* (Initialize (while>0 (a,I))) by SCMFSA8A:13;
assume I is_closed_onInit s,P ; :: thesis: ( not I is_halting_onInit s,P or not s . a > 0 or ( IC (Comput ((P +* (while>0 (a,I))),(s +* (Initialized (while>0 (a,I)))),((LifeSpan ((P +* I),(s +* (Initialized I)))) + 3))) = 0 & ( 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 A3: I is_closed_on Initialized s,P by SCM_HALT:40;
assume I is_halting_onInit s,P ; :: thesis: ( not s . a > 0 or ( IC (Comput ((P +* (while>0 (a,I))),(s +* (Initialized (while>0 (a,I)))),((LifeSpan ((P +* I),(s +* (Initialized I)))) + 3))) = 0 & ( 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: I is_halting_on Initialized s,P by SCM_HALT:41;
assume s . a > 0 ; :: thesis: ( IC (Comput ((P +* (while>0 (a,I))),(s +* (Initialized (while>0 (a,I)))),((LifeSpan ((P +* I),(s +* (Initialized I)))) + 3))) = 0 & ( 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 A5: (Initialized s) . a > 0 by SCMFSA6C:3;
hence IC (Comput ((P +* (while>0 (a,I))),(s +* (Initialized (while>0 (a,I)))),((LifeSpan ((P +* I),(s +* (Initialized I)))) + 3))) = 0 by A3, A4, A1, A2, SCMFSA_9:47; :: 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))

thus 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)) by A3, A4, A5, A1, A2, SCMFSA_9:47; :: thesis: verum