let p, r be preProgram of SCM+FSA; UsedIntLoc (p +* r) c= (UsedIntLoc p) \/ (UsedIntLoc r)
consider UIL being Function of the Instructions of SCM+FSA,(Fin Int-Locations) such that
A1:
for i being Instruction of SCM+FSA holds UIL . i = UsedIntLoc i
and
A2:
UsedIntLoc (p +* r) = Union (UIL * (p +* r))
by Def2;
consider UIL1 being Function of the Instructions of SCM+FSA,(Fin Int-Locations) such that
A3:
for i being Instruction of SCM+FSA holds UIL1 . i = UsedIntLoc i
and
A4:
UsedIntLoc p = Union (UIL1 * p)
by Def2;
for c being Element of the Instructions of SCM+FSA holds UIL . c = UIL1 . c
then A5:
UIL = UIL1
by FUNCT_2:63;
consider UIL2 being Function of the Instructions of SCM+FSA,(Fin Int-Locations) such that
A6:
for i being Instruction of SCM+FSA holds UIL2 . i = UsedIntLoc i
and
A7:
UsedIntLoc r = Union (UIL2 * r)
by Def2;
for c being Element of the Instructions of SCM+FSA holds UIL . c = UIL2 . c
then A8:
UIL = UIL2
by FUNCT_2:63;
dom UIL = the Instructions of SCM+FSA
by FUNCT_2:def 1;
then
rng r c= dom UIL
by RELAT_1:def 19;
then
UIL * (p +* r) = (UIL * p) +* (UIL * r)
by FUNCT_7:9;
then A9:
( Union (UIL * r) = union (rng (UIL * r)) & union (rng (UIL * (p +* r))) c= union ((rng (UIL * p)) \/ (rng (UIL * r))) )
by CARD_3:def 4, FUNCT_4:17, ZFMISC_1:77;
( Union (UIL * (p +* r)) = union (rng (UIL * (p +* r))) & Union (UIL * p) = union (rng (UIL * p)) )
by CARD_3:def 4;
hence
UsedIntLoc (p +* r) c= (UsedIntLoc p) \/ (UsedIntLoc r)
by A2, A4, A7, A5, A8, A9, ZFMISC_1:78; verum