set f = U -multiCat ;
set C = U * ;
set D = (U *) * ;
now :: thesis: for x being set st x in dom (U -multiCat) holds
(U -multiCat) . x is FinSequence
let x be set ; :: thesis: ( x in dom (U -multiCat) implies (U -multiCat) . x is FinSequence )
assume x in dom (U -multiCat) ; :: thesis: (U -multiCat) . x is FinSequence
then reconsider xx = x as Element of dom (U -multiCat) ;
thus (U -multiCat) . x is FinSequence ; :: thesis: verum
end;
hence for b1 being Function st b1 = U -multiCat holds
b1 is FinSequence-yielding by PRE_POLY:def 3; :: thesis: verum