let n be Element of NAT ; for I being Program of SCMPDS
for s1, s2 being State of SCMPDS
for P1, P2 being the Instructions of SCMPDS -valued ManySortedSet of NAT st NPP s1 = NPP s2 & I c= P1 & I c= P2 & ( for m being Element of NAT st m < n holds
IC (Comput (P2,s2,m)) in dom I ) holds
for m being Element of NAT st m <= n holds
NPP (Comput (P1,s1,m)) = NPP (Comput (P2,s2,m))
let I be Program of SCMPDS; for s1, s2 being State of SCMPDS
for P1, P2 being the Instructions of SCMPDS -valued ManySortedSet of NAT st NPP s1 = NPP s2 & I c= P1 & I c= P2 & ( for m being Element of NAT st m < n holds
IC (Comput (P2,s2,m)) in dom I ) holds
for m being Element of NAT st m <= n holds
NPP (Comput (P1,s1,m)) = NPP (Comput (P2,s2,m))
let s1, s2 be State of SCMPDS; for P1, P2 being the Instructions of SCMPDS -valued ManySortedSet of NAT st NPP s1 = NPP s2 & I c= P1 & I c= P2 & ( for m being Element of NAT st m < n holds
IC (Comput (P2,s2,m)) in dom I ) holds
for m being Element of NAT st m <= n holds
NPP (Comput (P1,s1,m)) = NPP (Comput (P2,s2,m))
let P1, P2 be the Instructions of SCMPDS -valued ManySortedSet of NAT ; ( NPP s1 = NPP s2 & I c= P1 & I c= P2 & ( for m being Element of NAT st m < n holds
IC (Comput (P2,s2,m)) in dom I ) implies for m being Element of NAT st m <= n holds
NPP (Comput (P1,s1,m)) = NPP (Comput (P2,s2,m)) )
assume that
A1:
NPP s1 = NPP s2
and
A2:
I c= P1
and
A3:
I c= P2
and
A4:
for m being Element of NAT st m < n holds
IC (Comput (P2,s2,m)) in dom I
; for m being Element of NAT st m <= n holds
NPP (Comput (P1,s1,m)) = NPP (Comput (P2,s2,m))
defpred S1[ Nat] means ( $1 <= n implies NPP (Comput (P1,s1,$1)) = NPP (Comput (P2,s2,$1)) );
A5:
for m being Element of NAT st S1[m] holds
S1[m + 1]
proof
let m be
Element of
NAT ;
( S1[m] implies S1[m + 1] )
assume A6:
(
m <= n implies
NPP (Comput (P1,s1,m)) = NPP (Comput (P2,s2,m)) )
;
S1[m + 1]
A7:
Comput (
P2,
s2,
(m + 1)) =
Following (
P2,
(Comput (P2,s2,m)))
by EXTPRO_1:4
.=
Exec (
(CurInstr (P2,(Comput (P2,s2,m)))),
(Comput (P2,s2,m)))
;
A8:
Comput (
P1,
s1,
(m + 1)) =
Following (
P1,
(Comput (P1,s1,m)))
by EXTPRO_1:4
.=
Exec (
(CurInstr (P1,(Comput (P1,s1,m)))),
(Comput (P1,s1,m)))
;
assume A9:
m + 1
<= n
;
NPP (Comput (P1,s1,(m + 1))) = NPP (Comput (P2,s2,(m + 1)))
then A10:
IC (Comput (P1,s1,m)) = IC (Comput (P2,s2,m))
by A6, COMPOS_1:230, NAT_1:13;
m < n
by A9, NAT_1:13;
then A11:
IC (Comput (P2,s2,m)) in dom I
by A4;
A12:
P1 /. (IC (Comput (P1,s1,m))) = P1 . (IC (Comput (P1,s1,m)))
by PBOOLE:158;
A13:
P2 /. (IC (Comput (P2,s2,m))) = P2 . (IC (Comput (P2,s2,m)))
by PBOOLE:158;
CurInstr (
P1,
(Comput (P1,s1,m))) =
P1 . (IC (Comput (P1,s1,m)))
by A12
.=
I . (IC (Comput (P1,s1,m)))
by A2, A11, A10, GRFUNC_1:8
.=
P2 . (IC (Comput (P2,s2,m)))
by A3, A11, A10, GRFUNC_1:8
.=
CurInstr (
P2,
(Comput (P2,s2,m)))
by A13
;
hence
NPP (Comput (P1,s1,(m + 1))) = NPP (Comput (P2,s2,(m + 1)))
by A6, A8, A7, A9, Th15, NAT_1:13;
verum
end;
Comput (P1,s1,0) = s1
by EXTPRO_1:3;
then A14:
S1[ 0 ]
by A1, EXTPRO_1:3;
thus
for m being Element of NAT holds S1[m]
from NAT_1:sch 1(A14, A5); verum