let I1, I2 be XFinSequence of the Instructions of SCM ; for il, ps, ds, k, il1 being Element of NAT
for s being State-consisting of il,ps,ds,I1 ^ I2, <*> INT
for u being State of SCM st u = Comput (ProgramPart s),s,k & il1 = IC u holds
u is State-consisting of il1,ps + (len I1),ds,I2, <*> INT
let il, ps, ds, k1, il1 be Element of NAT ; for s being State-consisting of il,ps,ds,I1 ^ I2, <*> INT
for u being State of SCM st u = Comput (ProgramPart s),s,k1 & il1 = IC u holds
u is State-consisting of il1,ps + (len I1),ds,I2, <*> INT
let s be State-consisting of il,ps,ds,I1 ^ I2, <*> INT ; for u being State of SCM st u = Comput (ProgramPart s),s,k1 & il1 = IC u holds
u is State-consisting of il1,ps + (len I1),ds,I2, <*> INT
let u be State of SCM ; ( u = Comput (ProgramPart s),s,k1 & il1 = IC u implies u is State-consisting of il1,ps + (len I1),ds,I2, <*> INT )
assume that
A1:
u = Comput (ProgramPart s),s,k1
and
A2:
il1 = IC u
; u is State-consisting of il1,ps + (len I1),ds,I2, <*> INT
A3:
len (I1 ^ I2) = (len I1) + (len I2)
by AFINSQ_1:20;
for k being Element of NAT st k < len (<*> INT ) holds
u . (dl. (ds + k)) = (<*> INT ) . (k + 1)
by CARD_1:47;
hence
u is State-consisting of il1,ps + (len I1),ds,I2, <*> INT
by A2, A4, SCM_1:def 1; verum