let a be Domain-Sequence; for u being UnOps of a holds
( doms u = a & product (rngs u) c= product a )
let u be UnOps of a; ( doms u = a & product (rngs u) c= product a )
A1:
dom (doms u) = u " (SubFuncs (rng u))
by FUNCT_6:def 2;
A2:
( dom a = Seg (len a) & dom u = Seg (len u) )
by FINSEQ_1:def 3;
A3:
len u = len a
by Th20;
A4:
dom u c= u " (SubFuncs (rng u))
u " (SubFuncs (rng u)) c= dom u
by RELAT_1:132;
then A5:
dom (doms u) = dom u
by A1, A4, XBOOLE_0:def 10;
hence
doms u = a
by A2, A3, A5, FUNCT_1:2; product (rngs u) c= product a
dom (rngs u) = u " (SubFuncs (rng u))
by FUNCT_6:def 3;
hence
product (rngs u) c= product a
by A1, A2, A3, A5, A6, CARD_3:27; verum