let P be Instruction-Sequence of SCMPDS; :: thesis: for s being 0 -started State of SCMPDS
for I being halt-free shiftable Program of SCMPDS
for a being Int_position
for i being Integer
for X being set st ( for t being 0 -started State of SCMPDS
for Q being Instruction-Sequence of SCMPDS st ( for x being Int_position st x in X holds
t . x = s . x ) & t . a = s . a & t . (DataLoc ((s . a),i)) < 0 holds
( (IExec (I,Q,t)) . a = t . a & (IExec (I,Q,t)) . (DataLoc ((s . a),i)) > t . (DataLoc ((s . a),i)) & I is_closed_on t,Q & I is_halting_on t,Q & ( for x being Int_position st x in X holds
(IExec (I,Q,t)) . x = t . x ) ) ) holds
( while<0 (a,i,I) is_closed_on s,P & while<0 (a,i,I) is_halting_on s,P )

let s be 0 -started State of SCMPDS; :: thesis: for I being halt-free shiftable Program of SCMPDS
for a being Int_position
for i being Integer
for X being set st ( for t being 0 -started State of SCMPDS
for Q being Instruction-Sequence of SCMPDS st ( for x being Int_position st x in X holds
t . x = s . x ) & t . a = s . a & t . (DataLoc ((s . a),i)) < 0 holds
( (IExec (I,Q,t)) . a = t . a & (IExec (I,Q,t)) . (DataLoc ((s . a),i)) > t . (DataLoc ((s . a),i)) & I is_closed_on t,Q & I is_halting_on t,Q & ( for x being Int_position st x in X holds
(IExec (I,Q,t)) . x = t . x ) ) ) holds
( while<0 (a,i,I) is_closed_on s,P & while<0 (a,i,I) is_halting_on s,P )

let I be halt-free shiftable Program of SCMPDS; :: thesis: for a being Int_position
for i being Integer
for X being set st ( for t being 0 -started State of SCMPDS
for Q being Instruction-Sequence of SCMPDS st ( for x being Int_position st x in X holds
t . x = s . x ) & t . a = s . a & t . (DataLoc ((s . a),i)) < 0 holds
( (IExec (I,Q,t)) . a = t . a & (IExec (I,Q,t)) . (DataLoc ((s . a),i)) > t . (DataLoc ((s . a),i)) & I is_closed_on t,Q & I is_halting_on t,Q & ( for x being Int_position st x in X holds
(IExec (I,Q,t)) . x = t . x ) ) ) holds
( while<0 (a,i,I) is_closed_on s,P & while<0 (a,i,I) is_halting_on s,P )

let a be Int_position; :: thesis: for i being Integer
for X being set st ( for t being 0 -started State of SCMPDS
for Q being Instruction-Sequence of SCMPDS st ( for x being Int_position st x in X holds
t . x = s . x ) & t . a = s . a & t . (DataLoc ((s . a),i)) < 0 holds
( (IExec (I,Q,t)) . a = t . a & (IExec (I,Q,t)) . (DataLoc ((s . a),i)) > t . (DataLoc ((s . a),i)) & I is_closed_on t,Q & I is_halting_on t,Q & ( for x being Int_position st x in X holds
(IExec (I,Q,t)) . x = t . x ) ) ) holds
( while<0 (a,i,I) is_closed_on s,P & while<0 (a,i,I) is_halting_on s,P )

let i be Integer; :: thesis: for X being set st ( for t being 0 -started State of SCMPDS
for Q being Instruction-Sequence of SCMPDS st ( for x being Int_position st x in X holds
t . x = s . x ) & t . a = s . a & t . (DataLoc ((s . a),i)) < 0 holds
( (IExec (I,Q,t)) . a = t . a & (IExec (I,Q,t)) . (DataLoc ((s . a),i)) > t . (DataLoc ((s . a),i)) & I is_closed_on t,Q & I is_halting_on t,Q & ( for x being Int_position st x in X holds
(IExec (I,Q,t)) . x = t . x ) ) ) holds
( while<0 (a,i,I) is_closed_on s,P & while<0 (a,i,I) is_halting_on s,P )

let X be set ; :: thesis: ( ( for t being 0 -started State of SCMPDS
for Q being Instruction-Sequence of SCMPDS st ( for x being Int_position st x in X holds
t . x = s . x ) & t . a = s . a & t . (DataLoc ((s . a),i)) < 0 holds
( (IExec (I,Q,t)) . a = t . a & (IExec (I,Q,t)) . (DataLoc ((s . a),i)) > t . (DataLoc ((s . a),i)) & I is_closed_on t,Q & I is_halting_on t,Q & ( for x being Int_position st x in X holds
(IExec (I,Q,t)) . x = t . x ) ) ) implies ( while<0 (a,i,I) is_closed_on s,P & while<0 (a,i,I) is_halting_on s,P ) )

set b = DataLoc ((s . a),i);
set WHL = while<0 (a,i,I);
set pWHL = stop (while<0 (a,i,I));
set pI = stop I;
set i1 = (a,i) >=0_goto ((card I) + 2);
set i2 = goto (- ((card I) + 1));
defpred S1[ Nat] means for t being 0 -started State of SCMPDS
for Q being Instruction-Sequence of SCMPDS st - (t . (DataLoc ((s . a),i))) <= $1 & ( for x being Int_position st x in X holds
t . x = s . x ) & t . a = s . a holds
( while<0 (a,i,I) is_closed_on t,Q & while<0 (a,i,I) is_halting_on t,Q );
assume A1: for t being 0 -started State of SCMPDS
for Q being Instruction-Sequence of SCMPDS st ( for x being Int_position st x in X holds
t . x = s . x ) & t . a = s . a & t . (DataLoc ((s . a),i)) < 0 holds
( (IExec (I,Q,t)) . a = t . a & (IExec (I,Q,t)) . (DataLoc ((s . a),i)) > t . (DataLoc ((s . a),i)) & I is_closed_on t,Q & I is_halting_on t,Q & ( for x being Int_position st x in X holds
(IExec (I,Q,t)) . x = t . x ) ) ; :: thesis: ( while<0 (a,i,I) is_closed_on s,P & while<0 (a,i,I) is_halting_on s,P )
A2: for k being Nat st S1[k] holds
S1[k + 1]
proof
let k be Nat; :: thesis: ( S1[k] implies S1[k + 1] )
assume A3: S1[k] ; :: thesis: S1[k + 1]
now :: thesis: for t being 0 -started State of SCMPDS
for Q being Instruction-Sequence of SCMPDS st - (t . (DataLoc ((s . a),i))) <= k + 1 & ( for x being Int_position st x in X holds
t . x = s . x ) & t . a = s . a holds
( while<0 (a,i,I) is_closed_on t,Q & while<0 (a,i,I) is_halting_on t,Q )
let t be 0 -started State of SCMPDS; :: thesis: for Q being Instruction-Sequence of SCMPDS st - (t . (DataLoc ((s . a),i))) <= k + 1 & ( for x being Int_position st x in X holds
t . x = s . x ) & t . a = s . a holds
( while<0 (a,i,I) is_closed_on b2,b3 & while<0 (a,i,I) is_halting_on b2,b3 )

let Q be Instruction-Sequence of SCMPDS; :: thesis: ( - (t . (DataLoc ((s . a),i))) <= k + 1 & ( for x being Int_position st x in X holds
t . x = s . x ) & t . a = s . a implies ( while<0 (a,i,I) is_closed_on b1,b2 & while<0 (a,i,I) is_halting_on b1,b2 ) )

A4: Initialize t = t by MEMSTR_0:44;
assume A5: - (t . (DataLoc ((s . a),i))) <= k + 1 ; :: thesis: ( ( for x being Int_position st x in X holds
t . x = s . x ) & t . a = s . a implies ( while<0 (a,i,I) is_closed_on b1,b2 & while<0 (a,i,I) is_halting_on b1,b2 ) )

assume A6: for x being Int_position st x in X holds
t . x = s . x ; :: thesis: ( t . a = s . a implies ( while<0 (a,i,I) is_closed_on b1,b2 & while<0 (a,i,I) is_halting_on b1,b2 ) )
assume A7: t . a = s . a ; :: thesis: ( while<0 (a,i,I) is_closed_on b1,b2 & while<0 (a,i,I) is_halting_on b1,b2 )
per cases ( t . (DataLoc ((s . a),i)) >= 0 or t . (DataLoc ((s . a),i)) < 0 ) ;
suppose t . (DataLoc ((s . a),i)) >= 0 ; :: thesis: ( while<0 (a,i,I) is_closed_on b1,b2 & while<0 (a,i,I) is_halting_on b1,b2 )
hence ( while<0 (a,i,I) is_closed_on t,Q & while<0 (a,i,I) is_halting_on t,Q ) by A7, Th7; :: thesis: verum
end;
suppose A8: t . (DataLoc ((s . a),i)) < 0 ; :: thesis: ( while<0 (a,i,I) is_closed_on b1,b2 & while<0 (a,i,I) is_halting_on b1,b2 )
A9: (IExec (I,Q,(Initialize t))) . (DataLoc ((s . a),i)) > t . (DataLoc ((s . a),i)) by A1, A6, A7, A8, A4;
A10: 0 in dom (stop (while<0 (a,i,I))) by COMPOS_1:36;
A11: not DataLoc ((s . a),i) in dom (Start-At (0,SCMPDS)) by SCMPDS_4:18;
A12: while<0 (a,i,I) = ((a,i) >=0_goto ((card I) + 2)) ';' (I ';' (goto (- ((card I) + 1)))) by SCMPDS_4:15;
set t2 = Initialize t;
set Q2 = Q +* (stop I);
set t3 = Initialize t;
set Q3 = Q +* (stop (while<0 (a,i,I)));
set t4 = Comput ((Q +* (stop (while<0 (a,i,I)))),(Initialize t),1);
set Q4 = Q +* (stop (while<0 (a,i,I)));
A13: stop I c= Q +* (stop I) by FUNCT_4:25;
A14: Comput ((Q +* (stop (while<0 (a,i,I)))),(Initialize t),(0 + 1)) = Following ((Q +* (stop (while<0 (a,i,I)))),(Comput ((Q +* (stop (while<0 (a,i,I)))),(Initialize t),0))) by EXTPRO_1:3
.= Following ((Q +* (stop (while<0 (a,i,I)))),(Initialize t))
.= Exec (((a,i) >=0_goto ((card I) + 2)),(Initialize t)) by A12, SCMPDS_6:11 ;
for a being Int_position holds (Initialize t) . a = (Comput ((Q +* (stop (while<0 (a,i,I)))),(Initialize t),1)) . a by A14, SCMPDS_2:57;
then A15: DataPart (Initialize t) = DataPart (Comput ((Q +* (stop (while<0 (a,i,I)))),(Initialize t),1)) by SCMPDS_4:8;
A16: while<0 (a,i,I) c= stop (while<0 (a,i,I)) by AFINSQ_1:74;
stop (while<0 (a,i,I)) c= Q +* (stop (while<0 (a,i,I))) by FUNCT_4:25;
then A17: while<0 (a,i,I) c= Q +* (stop (while<0 (a,i,I))) by A16, XBOOLE_1:1;
Shift (I,1) c= while<0 (a,i,I) by Lm2;
then A18: Shift (I,1) c= Q +* (stop (while<0 (a,i,I))) by A17, XBOOLE_1:1;
set m2 = LifeSpan ((Q +* (stop I)),(Initialize t));
set t5 = Comput ((Q +* (stop (while<0 (a,i,I)))),(Comput ((Q +* (stop (while<0 (a,i,I)))),(Initialize t),1)),(LifeSpan ((Q +* (stop I)),(Initialize t))));
set Q5 = Q +* (stop (while<0 (a,i,I)));
set l1 = (card I) + 1;
A19: IC (Initialize t) = 0 by MEMSTR_0:def 11;
set m3 = (LifeSpan ((Q +* (stop I)),(Initialize t))) + 1;
set t6 = Comput ((Q +* (stop (while<0 (a,i,I)))),(Initialize t),((LifeSpan ((Q +* (stop I)),(Initialize t))) + 1));
set Q6 = Q +* (stop (while<0 (a,i,I)));
set t7 = Comput ((Q +* (stop (while<0 (a,i,I)))),(Initialize t),(((LifeSpan ((Q +* (stop I)),(Initialize t))) + 1) + 1));
set Q7 = Q +* (stop (while<0 (a,i,I)));
(card I) + 1 < (card I) + 2 by XREAL_1:6;
then A20: (card I) + 1 in dom (while<0 (a,i,I)) by Th5;
A21: IExec (I,Q,(Initialize t)) = Result ((Q +* (stop I)),(Initialize t)) by SCMPDS_4:def 5;
A22: I is_closed_on t,Q by A1, A6, A7, A8;
then A23: I is_closed_on Initialize t,Q +* (stop I) by SCMPDS_6:24;
I is_halting_on t,Q by A1, A6, A7, A8;
then A24: Q +* (stop I) halts_on Initialize t by SCMPDS_6:def 3;
(Q +* (stop I)) +* (stop I) halts_on Initialize (Initialize t) by A24;
then A25: I is_halting_on Initialize t,Q +* (stop I) by SCMPDS_6:def 3;
not a in dom (Start-At (0,SCMPDS)) by SCMPDS_4:18;
then (Initialize t) . (DataLoc (((Initialize t) . a),i)) = (Initialize t) . (DataLoc ((s . a),i)) by A7, FUNCT_4:11
.= t . (DataLoc ((s . a),i)) by A11, FUNCT_4:11 ;
then A26: IC (Comput ((Q +* (stop (while<0 (a,i,I)))),(Initialize t),1)) = (IC (Initialize t)) + 1 by A8, A14, SCMPDS_2:57
.= 0 + 1 by A19 ;
then A27: IC (Comput ((Q +* (stop (while<0 (a,i,I)))),(Comput ((Q +* (stop (while<0 (a,i,I)))),(Initialize t),1)),(LifeSpan ((Q +* (stop I)),(Initialize t))))) = (card I) + 1 by A13, A25, A23, A15, A18, SCMPDS_7:18;
A28: (Q +* (stop (while<0 (a,i,I)))) /. (IC (Comput ((Q +* (stop (while<0 (a,i,I)))),(Initialize t),((LifeSpan ((Q +* (stop I)),(Initialize t))) + 1)))) = (Q +* (stop (while<0 (a,i,I)))) . (IC (Comput ((Q +* (stop (while<0 (a,i,I)))),(Initialize t),((LifeSpan ((Q +* (stop I)),(Initialize t))) + 1)))) by PBOOLE:143;
A29: Comput ((Q +* (stop (while<0 (a,i,I)))),(Initialize t),((LifeSpan ((Q +* (stop I)),(Initialize t))) + 1)) = Comput ((Q +* (stop (while<0 (a,i,I)))),(Comput ((Q +* (stop (while<0 (a,i,I)))),(Initialize t),1)),(LifeSpan ((Q +* (stop I)),(Initialize t)))) by EXTPRO_1:4;
then A30: CurInstr ((Q +* (stop (while<0 (a,i,I)))),(Comput ((Q +* (stop (while<0 (a,i,I)))),(Initialize t),((LifeSpan ((Q +* (stop I)),(Initialize t))) + 1)))) = (Q +* (stop (while<0 (a,i,I)))) . ((card I) + 1) by A13, A25, A23, A26, A15, A18, A28, SCMPDS_7:18
.= (while<0 (a,i,I)) . ((card I) + 1) by A20, A17, GRFUNC_1:2
.= goto (- ((card I) + 1)) by Th6 ;
A31: DataPart (Comput ((Q +* (stop I)),(Initialize t),(LifeSpan ((Q +* (stop I)),(Initialize t))))) = DataPart (Comput ((Q +* (stop (while<0 (a,i,I)))),(Comput ((Q +* (stop (while<0 (a,i,I)))),(Initialize t),1)),(LifeSpan ((Q +* (stop I)),(Initialize t))))) by A13, A25, A23, A26, A15, A18, SCMPDS_7:18;
then A32: (Comput ((Q +* (stop (while<0 (a,i,I)))),(Comput ((Q +* (stop (while<0 (a,i,I)))),(Initialize t),1)),(LifeSpan ((Q +* (stop I)),(Initialize t))))) . a = (Comput ((Q +* (stop I)),(Initialize t),(LifeSpan ((Q +* (stop I)),(Initialize t))))) . a by SCMPDS_4:8
.= (Result ((Q +* (stop I)),(Initialize t))) . a by A24, EXTPRO_1:23
.= s . a by A7, A1, A6, A8, A21, A4 ;
A33: Comput ((Q +* (stop (while<0 (a,i,I)))),(Initialize t),(((LifeSpan ((Q +* (stop I)),(Initialize t))) + 1) + 1)) = Following ((Q +* (stop (while<0 (a,i,I)))),(Comput ((Q +* (stop (while<0 (a,i,I)))),(Initialize t),((LifeSpan ((Q +* (stop I)),(Initialize t))) + 1)))) by EXTPRO_1:3
.= Exec ((goto (- ((card I) + 1))),(Comput ((Q +* (stop (while<0 (a,i,I)))),(Initialize t),((LifeSpan ((Q +* (stop I)),(Initialize t))) + 1)))) by A30 ;
then IC (Comput ((Q +* (stop (while<0 (a,i,I)))),(Initialize t),(((LifeSpan ((Q +* (stop I)),(Initialize t))) + 1) + 1))) = ICplusConst ((Comput ((Q +* (stop (while<0 (a,i,I)))),(Initialize t),((LifeSpan ((Q +* (stop I)),(Initialize t))) + 1))),(0 - ((card I) + 1))) by SCMPDS_2:54
.= 0 by A27, A29, SCMPDS_7:1 ;
then A34: Initialize (Comput ((Q +* (stop (while<0 (a,i,I)))),(Initialize t),(((LifeSpan ((Q +* (stop I)),(Initialize t))) + 1) + 1))) = Comput ((Q +* (stop (while<0 (a,i,I)))),(Initialize t),(((LifeSpan ((Q +* (stop I)),(Initialize t))) + 1) + 1)) by MEMSTR_0:46;
A35: now :: thesis: for x being Int_position st x in X holds
(Comput ((Q +* (stop (while<0 (a,i,I)))),(Initialize t),(((LifeSpan ((Q +* (stop I)),(Initialize t))) + 1) + 1))) . x = s . x
let x be Int_position; :: thesis: ( x in X implies (Comput ((Q +* (stop (while<0 (a,i,I)))),(Initialize t),(((LifeSpan ((Q +* (stop I)),(Initialize t))) + 1) + 1))) . x = s . x )
assume A36: x in X ; :: thesis: (Comput ((Q +* (stop (while<0 (a,i,I)))),(Initialize t),(((LifeSpan ((Q +* (stop I)),(Initialize t))) + 1) + 1))) . x = s . x
(Comput ((Q +* (stop (while<0 (a,i,I)))),(Comput ((Q +* (stop (while<0 (a,i,I)))),(Initialize t),1)),(LifeSpan ((Q +* (stop I)),(Initialize t))))) . x = (Comput ((Q +* (stop I)),(Initialize t),(LifeSpan ((Q +* (stop I)),(Initialize t))))) . x by A31, SCMPDS_4:8
.= (Result ((Q +* (stop I)),(Initialize t))) . x by A24, EXTPRO_1:23
.= (IExec (I,Q,(Initialize t))) . x by SCMPDS_4:def 5
.= t . x by A1, A6, A7, A8, A36, A4
.= s . x by A6, A36 ;
hence (Comput ((Q +* (stop (while<0 (a,i,I)))),(Initialize t),(((LifeSpan ((Q +* (stop I)),(Initialize t))) + 1) + 1))) . x = s . x by A29, A33, SCMPDS_2:54; :: thesis: verum
end;
(Comput ((Q +* (stop (while<0 (a,i,I)))),(Comput ((Q +* (stop (while<0 (a,i,I)))),(Initialize t),1)),(LifeSpan ((Q +* (stop I)),(Initialize t))))) . (DataLoc ((s . a),i)) = (Comput ((Q +* (stop I)),(Initialize t),(LifeSpan ((Q +* (stop I)),(Initialize t))))) . (DataLoc ((s . a),i)) by A31, SCMPDS_4:8
.= (Result ((Q +* (stop I)),(Initialize t))) . (DataLoc ((s . a),i)) by A24, EXTPRO_1:23
.= (IExec (I,Q,(Initialize t))) . (DataLoc ((s . a),i)) by SCMPDS_4:def 5 ;
then A37: (Comput ((Q +* (stop (while<0 (a,i,I)))),(Initialize t),(((LifeSpan ((Q +* (stop I)),(Initialize t))) + 1) + 1))) . (DataLoc ((s . a),i)) = (IExec (I,Q,(Initialize t))) . (DataLoc ((s . a),i)) by A29, A33, SCMPDS_2:54;
A38: now :: thesis: not - ((Comput ((Q +* (stop (while<0 (a,i,I)))),(Initialize t),(((LifeSpan ((Q +* (stop I)),(Initialize t))) + 1) + 1))) . (DataLoc ((s . a),i))) > k
- ((Comput ((Q +* (stop (while<0 (a,i,I)))),(Initialize t),(((LifeSpan ((Q +* (stop I)),(Initialize t))) + 1) + 1))) . (DataLoc ((s . a),i))) < - (t . (DataLoc ((s . a),i))) by A9, A37, XREAL_1:24;
then A39: - ((Comput ((Q +* (stop (while<0 (a,i,I)))),(Initialize t),(((LifeSpan ((Q +* (stop I)),(Initialize t))) + 1) + 1))) . (DataLoc ((s . a),i))) < k + 1 by A5, XXREAL_0:2;
assume - ((Comput ((Q +* (stop (while<0 (a,i,I)))),(Initialize t),(((LifeSpan ((Q +* (stop I)),(Initialize t))) + 1) + 1))) . (DataLoc ((s . a),i))) > k ; :: thesis: contradiction
hence contradiction by A39, INT_1:7; :: thesis: verum
end;
A40: (Comput ((Q +* (stop (while<0 (a,i,I)))),(Initialize t),(((LifeSpan ((Q +* (stop I)),(Initialize t))) + 1) + 1))) . a = (Comput ((Q +* (stop (while<0 (a,i,I)))),(Initialize t),((LifeSpan ((Q +* (stop I)),(Initialize t))) + 1))) . a by A33, SCMPDS_2:54
.= s . a by A32, EXTPRO_1:4 ;
then A41: while<0 (a,i,I) is_closed_on Comput ((Q +* (stop (while<0 (a,i,I)))),(Initialize t),(((LifeSpan ((Q +* (stop I)),(Initialize t))) + 1) + 1)),Q +* (stop (while<0 (a,i,I))) by A3, A35, A38, A34;
now :: thesis: for k being Nat holds IC (Comput ((Q +* (stop (while<0 (a,i,I)))),(Initialize t),k)) in dom (stop (while<0 (a,i,I)))
let k be Nat; :: thesis: IC (Comput ((Q +* (stop (while<0 (a,i,I)))),(Initialize t),b1)) in dom (stop (while<0 (a,i,I)))
per cases ( k < ((LifeSpan ((Q +* (stop I)),(Initialize t))) + 1) + 1 or k >= ((LifeSpan ((Q +* (stop I)),(Initialize t))) + 1) + 1 ) ;
suppose k < ((LifeSpan ((Q +* (stop I)),(Initialize t))) + 1) + 1 ; :: thesis: IC (Comput ((Q +* (stop (while<0 (a,i,I)))),(Initialize t),b1)) in dom (stop (while<0 (a,i,I)))
then A42: k <= (LifeSpan ((Q +* (stop I)),(Initialize t))) + 1 by INT_1:7;
hereby :: thesis: verum
per cases ( k <= LifeSpan ((Q +* (stop I)),(Initialize t)) or k = (LifeSpan ((Q +* (stop I)),(Initialize t))) + 1 ) by A42, NAT_1:8;
suppose A43: k <= LifeSpan ((Q +* (stop I)),(Initialize t)) ; :: thesis: IC (Comput ((Q +* (stop (while<0 (a,i,I)))),(Initialize t),k)) in dom (stop (while<0 (a,i,I)))
hereby :: thesis: verum
per cases ( k = 0 or k <> 0 ) ;
suppose k = 0 ; :: thesis: IC (Comput ((Q +* (stop (while<0 (a,i,I)))),(Initialize t),k)) in dom (stop (while<0 (a,i,I)))
hence IC (Comput ((Q +* (stop (while<0 (a,i,I)))),(Initialize t),k)) in dom (stop (while<0 (a,i,I))) by A10, A19; :: thesis: verum
end;
suppose k <> 0 ; :: thesis: IC (Comput ((Q +* (stop (while<0 (a,i,I)))),(Initialize t),k)) in dom (stop (while<0 (a,i,I)))
then consider kn being Nat such that
A44: k = kn + 1 by NAT_1:6;
reconsider kn = kn as Nat ;
reconsider lm = IC (Comput ((Q +* (stop I)),(Initialize t),kn)) as Element of NAT ;
kn < k by A44, XREAL_1:29;
then kn < LifeSpan ((Q +* (stop I)),(Initialize t)) by A43, XXREAL_0:2;
then (IC (Comput ((Q +* (stop I)),(Initialize t),kn))) + 1 = IC (Comput ((Q +* (stop (while<0 (a,i,I)))),(Comput ((Q +* (stop (while<0 (a,i,I)))),(Initialize t),1)),kn)) by A13, A25, A23, A26, A15, A18, SCMPDS_7:16;
then A45: IC (Comput ((Q +* (stop (while<0 (a,i,I)))),(Initialize t),k)) = lm + 1 by A44, EXTPRO_1:4;
IC (Comput ((Q +* (stop I)),(Initialize t),kn)) in dom (stop I) by A22, SCMPDS_6:def 2;
then lm < card (stop I) by AFINSQ_1:66;
then lm < (card I) + 1 by COMPOS_1:55;
then A46: lm + 1 <= (card I) + 1 by INT_1:7;
(card I) + 1 < (card I) + 3 by XREAL_1:6;
then lm + 1 < (card I) + 3 by A46, XXREAL_0:2;
then lm + 1 < card (stop (while<0 (a,i,I))) by Lm1;
hence IC (Comput ((Q +* (stop (while<0 (a,i,I)))),(Initialize t),k)) in dom (stop (while<0 (a,i,I))) by A45, AFINSQ_1:66; :: thesis: verum
end;
end;
end;
end;
suppose A47: k = (LifeSpan ((Q +* (stop I)),(Initialize t))) + 1 ; :: thesis: IC (Comput ((Q +* (stop (while<0 (a,i,I)))),(Initialize t),k)) in dom (stop (while<0 (a,i,I)))
(card I) + 1 in dom (stop (while<0 (a,i,I))) by A20, COMPOS_1:62;
hence IC (Comput ((Q +* (stop (while<0 (a,i,I)))),(Initialize t),k)) in dom (stop (while<0 (a,i,I))) by A13, A25, A23, A26, A15, A18, A29, A47, SCMPDS_7:18; :: thesis: verum
end;
end;
end;
end;
suppose k >= ((LifeSpan ((Q +* (stop I)),(Initialize t))) + 1) + 1 ; :: thesis: IC (Comput ((Q +* (stop (while<0 (a,i,I)))),(Initialize t),b1)) in dom (stop (while<0 (a,i,I)))
then consider nn being Nat such that
A48: k = (((LifeSpan ((Q +* (stop I)),(Initialize t))) + 1) + 1) + nn by NAT_1:10;
reconsider nn = nn as Nat ;
Comput ((Q +* (stop (while<0 (a,i,I)))),(Initialize t),k) = Comput (((Q +* (stop (while<0 (a,i,I)))) +* (stop (while<0 (a,i,I)))),(Initialize (Comput ((Q +* (stop (while<0 (a,i,I)))),(Initialize t),(((LifeSpan ((Q +* (stop I)),(Initialize t))) + 1) + 1)))),nn) by A34, A48, EXTPRO_1:4;
hence IC (Comput ((Q +* (stop (while<0 (a,i,I)))),(Initialize t),k)) in dom (stop (while<0 (a,i,I))) by A41, SCMPDS_6:def 2; :: thesis: verum
end;
end;
end;
hence while<0 (a,i,I) is_closed_on t,Q by SCMPDS_6:def 2; :: thesis: while<0 (a,i,I) is_halting_on t,Q
A49: Q +* (stop (while<0 (a,i,I))) = (Q +* (stop (while<0 (a,i,I)))) +* (stop (while<0 (a,i,I))) ;
while<0 (a,i,I) is_halting_on Comput ((Q +* (stop (while<0 (a,i,I)))),(Initialize t),(((LifeSpan ((Q +* (stop I)),(Initialize t))) + 1) + 1)),Q +* (stop (while<0 (a,i,I))) by A3, A40, A35, A38, A34;
then Q +* (stop (while<0 (a,i,I))) halts_on Comput ((Q +* (stop (while<0 (a,i,I)))),(Initialize t),(((LifeSpan ((Q +* (stop I)),(Initialize t))) + 1) + 1)) by A34, A49, SCMPDS_6:def 3;
then Q +* (stop (while<0 (a,i,I))) halts_on Initialize t by EXTPRO_1:22;
hence while<0 (a,i,I) is_halting_on t,Q by SCMPDS_6:def 3; :: thesis: verum
end;
end;
end;
hence S1[k + 1] ; :: thesis: verum
end;
A50: S1[ 0 ]
proof
let t be 0 -started State of SCMPDS; :: thesis: for Q being Instruction-Sequence of SCMPDS st - (t . (DataLoc ((s . a),i))) <= 0 & ( for x being Int_position st x in X holds
t . x = s . x ) & t . a = s . a holds
( while<0 (a,i,I) is_closed_on t,Q & while<0 (a,i,I) is_halting_on t,Q )

let Q be Instruction-Sequence of SCMPDS; :: thesis: ( - (t . (DataLoc ((s . a),i))) <= 0 & ( for x being Int_position st x in X holds
t . x = s . x ) & t . a = s . a implies ( while<0 (a,i,I) is_closed_on t,Q & while<0 (a,i,I) is_halting_on t,Q ) )

assume - (t . (DataLoc ((s . a),i))) <= 0 ; :: thesis: ( ex x being Int_position st
( x in X & not t . x = s . x ) or not t . a = s . a or ( while<0 (a,i,I) is_closed_on t,Q & while<0 (a,i,I) is_halting_on t,Q ) )

then - (t . (DataLoc ((s . a),i))) <= - 0 ;
then A51: t . (DataLoc ((s . a),i)) >= 0 by XREAL_1:24;
assume for x being Int_position st x in X holds
t . x = s . x ; :: thesis: ( not t . a = s . a or ( while<0 (a,i,I) is_closed_on t,Q & while<0 (a,i,I) is_halting_on t,Q ) )
assume t . a = s . a ; :: thesis: ( while<0 (a,i,I) is_closed_on t,Q & while<0 (a,i,I) is_halting_on t,Q )
hence ( while<0 (a,i,I) is_closed_on t,Q & while<0 (a,i,I) is_halting_on t,Q ) by A51, Th7; :: thesis: verum
end;
A52: for k being Nat holds S1[k] from NAT_1:sch 2(A50, A2);
per cases ( s . (DataLoc ((s . a),i)) >= 0 or s . (DataLoc ((s . a),i)) < 0 ) ;
suppose s . (DataLoc ((s . a),i)) >= 0 ; :: thesis: ( while<0 (a,i,I) is_closed_on s,P & while<0 (a,i,I) is_halting_on s,P )
hence ( while<0 (a,i,I) is_closed_on s,P & while<0 (a,i,I) is_halting_on s,P ) by Th7; :: thesis: verum
end;
suppose s . (DataLoc ((s . a),i)) < 0 ; :: thesis: ( while<0 (a,i,I) is_closed_on s,P & while<0 (a,i,I) is_halting_on s,P )
then reconsider n = - (s . (DataLoc ((s . a),i))) as Element of NAT by INT_1:3;
( S1[n] & ( for x being Int_position st x in X holds
s . x = s . x ) ) by A52;
hence ( while<0 (a,i,I) is_closed_on s,P & while<0 (a,i,I) is_halting_on s,P ) ; :: thesis: verum
end;
end;