let s be State of SCMPDS ; :: thesis: for I being halt-free shiftable Program of SCMPDS
for a, x, y being Int_position
for i, c being Integer
for n being Element of NAT st n > 0 & s . x >= (s . y) + c & ( for t being State of SCMPDS st t . x >= (t . y) + c & t . a = s . a & t . (DataLoc (s . a),i) > 0 holds
( (IExec (I ';' (AddTo a,i,(- n))),t) . a = t . a & (IExec (I ';' (AddTo a,i,(- n))),t) . (DataLoc (s . a),i) = (t . (DataLoc (s . a),i)) - n & I is_closed_on t & I is_halting_on t & (IExec (I ';' (AddTo a,i,(- n))),t) . x >= ((IExec (I ';' (AddTo a,i,(- n))),t) . y) + c ) ) holds
( for-down a,i,n,I is_closed_on s & for-down a,i,n,I is_halting_on s )

let I be halt-free shiftable Program of SCMPDS ; :: thesis: for a, x, y being Int_position
for i, c being Integer
for n being Element of NAT st n > 0 & s . x >= (s . y) + c & ( for t being State of SCMPDS st t . x >= (t . y) + c & t . a = s . a & t . (DataLoc (s . a),i) > 0 holds
( (IExec (I ';' (AddTo a,i,(- n))),t) . a = t . a & (IExec (I ';' (AddTo a,i,(- n))),t) . (DataLoc (s . a),i) = (t . (DataLoc (s . a),i)) - n & I is_closed_on t & I is_halting_on t & (IExec (I ';' (AddTo a,i,(- n))),t) . x >= ((IExec (I ';' (AddTo a,i,(- n))),t) . y) + c ) ) holds
( for-down a,i,n,I is_closed_on s & for-down a,i,n,I is_halting_on s )

let a, x, y be Int_position ; :: thesis: for i, c being Integer
for n being Element of NAT st n > 0 & s . x >= (s . y) + c & ( for t being State of SCMPDS st t . x >= (t . y) + c & t . a = s . a & t . (DataLoc (s . a),i) > 0 holds
( (IExec (I ';' (AddTo a,i,(- n))),t) . a = t . a & (IExec (I ';' (AddTo a,i,(- n))),t) . (DataLoc (s . a),i) = (t . (DataLoc (s . a),i)) - n & I is_closed_on t & I is_halting_on t & (IExec (I ';' (AddTo a,i,(- n))),t) . x >= ((IExec (I ';' (AddTo a,i,(- n))),t) . y) + c ) ) holds
( for-down a,i,n,I is_closed_on s & for-down a,i,n,I is_halting_on s )

let i, c be Integer; :: thesis: for n being Element of NAT st n > 0 & s . x >= (s . y) + c & ( for t being State of SCMPDS st t . x >= (t . y) + c & t . a = s . a & t . (DataLoc (s . a),i) > 0 holds
( (IExec (I ';' (AddTo a,i,(- n))),t) . a = t . a & (IExec (I ';' (AddTo a,i,(- n))),t) . (DataLoc (s . a),i) = (t . (DataLoc (s . a),i)) - n & I is_closed_on t & I is_halting_on t & (IExec (I ';' (AddTo a,i,(- n))),t) . x >= ((IExec (I ';' (AddTo a,i,(- n))),t) . y) + c ) ) holds
( for-down a,i,n,I is_closed_on s & for-down a,i,n,I is_halting_on s )

let n be Element of NAT ; :: thesis: ( n > 0 & s . x >= (s . y) + c & ( for t being State of SCMPDS st t . x >= (t . y) + c & t . a = s . a & t . (DataLoc (s . a),i) > 0 holds
( (IExec (I ';' (AddTo a,i,(- n))),t) . a = t . a & (IExec (I ';' (AddTo a,i,(- n))),t) . (DataLoc (s . a),i) = (t . (DataLoc (s . a),i)) - n & I is_closed_on t & I is_halting_on t & (IExec (I ';' (AddTo a,i,(- n))),t) . x >= ((IExec (I ';' (AddTo a,i,(- n))),t) . y) + c ) ) implies ( for-down a,i,n,I is_closed_on s & for-down a,i,n,I is_halting_on s ) )

set b = DataLoc (s . a),i;
set J = I ';' (AddTo a,i,(- n));
assume A1: n > 0 ; :: thesis: ( not s . x >= (s . y) + c or ex t being State of SCMPDS st
( t . x >= (t . y) + c & t . a = s . a & t . (DataLoc (s . a),i) > 0 & not ( (IExec (I ';' (AddTo a,i,(- n))),t) . a = t . a & (IExec (I ';' (AddTo a,i,(- n))),t) . (DataLoc (s . a),i) = (t . (DataLoc (s . a),i)) - n & I is_closed_on t & I is_halting_on t & (IExec (I ';' (AddTo a,i,(- n))),t) . x >= ((IExec (I ';' (AddTo a,i,(- n))),t) . y) + c ) ) or ( for-down a,i,n,I is_closed_on s & for-down a,i,n,I is_halting_on s ) )

defpred S1[ set ] means ex t being State of SCMPDS st
( t = $1 & t . x >= (t . y) + c );
assume A2: s . x >= (s . y) + c ; :: thesis: ( ex t being State of SCMPDS st
( t . x >= (t . y) + c & t . a = s . a & t . (DataLoc (s . a),i) > 0 & not ( (IExec (I ';' (AddTo a,i,(- n))),t) . a = t . a & (IExec (I ';' (AddTo a,i,(- n))),t) . (DataLoc (s . a),i) = (t . (DataLoc (s . a),i)) - n & I is_closed_on t & I is_halting_on t & (IExec (I ';' (AddTo a,i,(- n))),t) . x >= ((IExec (I ';' (AddTo a,i,(- n))),t) . y) + c ) ) or ( for-down a,i,n,I is_closed_on s & for-down a,i,n,I is_halting_on s ) )

A3: S1[ Dstate s]
proof
take t = Dstate s; :: thesis: ( t = Dstate s & t . x >= (t . y) + c )
thus t = Dstate s ; :: thesis: t . x >= (t . y) + c
t . x >= (s . y) + c by A2, SCMPDS_8:4;
hence t . x >= (t . y) + c by SCMPDS_8:4; :: thesis: verum
end;
assume A4: for t being State of SCMPDS st t . x >= (t . y) + c & t . a = s . a & t . (DataLoc (s . a),i) > 0 holds
( (IExec (I ';' (AddTo a,i,(- n))),t) . a = t . a & (IExec (I ';' (AddTo a,i,(- n))),t) . (DataLoc (s . a),i) = (t . (DataLoc (s . a),i)) - n & I is_closed_on t & I is_halting_on t & (IExec (I ';' (AddTo a,i,(- n))),t) . x >= ((IExec (I ';' (AddTo a,i,(- n))),t) . y) + c ) ; :: thesis: ( for-down a,i,n,I is_closed_on s & for-down a,i,n,I is_halting_on s )
A5: now
let t be State of SCMPDS ; :: thesis: ( S1[ Dstate t] & t . a = s . a & t . (DataLoc (s . a),i) > 0 implies ( (IExec (I ';' (AddTo a,i,(- n))),t) . a = t . a & (IExec (I ';' (AddTo a,i,(- n))),t) . (DataLoc (s . a),i) = (t . (DataLoc (s . a),i)) - n & I is_closed_on t & I is_halting_on t & S1[ Dstate (IExec (I ';' (AddTo a,i,(- n))),t)] ) )
assume that
A6: S1[ Dstate t] and
A7: ( t . a = s . a & t . (DataLoc (s . a),i) > 0 ) ; :: thesis: ( (IExec (I ';' (AddTo a,i,(- n))),t) . a = t . a & (IExec (I ';' (AddTo a,i,(- n))),t) . (DataLoc (s . a),i) = (t . (DataLoc (s . a),i)) - n & I is_closed_on t & I is_halting_on t & S1[ Dstate (IExec (I ';' (AddTo a,i,(- n))),t)] )
consider v being State of SCMPDS such that
A8: v = Dstate t and
A9: v . x >= (v . y) + c by A6;
t . x = v . x by A8, SCMPDS_8:4;
then A10: t . x >= (t . y) + c by A8, A9, SCMPDS_8:4;
hence ( (IExec (I ';' (AddTo a,i,(- n))),t) . a = t . a & (IExec (I ';' (AddTo a,i,(- n))),t) . (DataLoc (s . a),i) = (t . (DataLoc (s . a),i)) - n & I is_closed_on t & I is_halting_on t ) by A4, A7; :: thesis: S1[ Dstate (IExec (I ';' (AddTo a,i,(- n))),t)]
thus S1[ Dstate (IExec (I ';' (AddTo a,i,(- n))),t)] :: thesis: verum
proof
take v = Dstate (IExec (I ';' (AddTo a,i,(- n))),t); :: thesis: ( v = Dstate (IExec (I ';' (AddTo a,i,(- n))),t) & v . x >= (v . y) + c )
thus v = Dstate (IExec (I ';' (AddTo a,i,(- n))),t) ; :: thesis: v . x >= (v . y) + c
v . x = (IExec (I ';' (AddTo a,i,(- n))),t) . x by SCMPDS_8:4;
then v . x >= ((IExec (I ';' (AddTo a,i,(- n))),t) . y) + c by A4, A7, A10;
hence v . x >= (v . y) + c by SCMPDS_8:4; :: thesis: verum
end;
end;
( ( S1[s] or not S1[s] ) & for-down a,i,n,I is_closed_on s & for-down a,i,n,I is_halting_on s ) from SCPISORT:sch 1(A1, A3, A5);
hence ( for-down a,i,n,I is_closed_on s & for-down a,i,n,I is_halting_on s ) ; :: thesis: verum