set C = JsqrtSeries P;
deffunc H1( bag of m) -> set = (2 (#) L) +* (0,(L . 0));
defpred S1[ bag of m, bag of m] means L = H1(m);
set S = { x where x is Element of Bags m : ex w being Element of Bags m st
( S1[w,x] & w in Support P ) } ;
A1:
Support P is finite
by POLYNOM1:def 5;
A2:
for w, x, y being Element of Bags m st S1[w,x] & S1[w,y] holds
x = y
by Th20;
A3:
{ x where x is Element of Bags m : ex w being Element of Bags m st
( S1[w,x] & w in Support P ) } is finite
from FRAENKEL:sch 28(A1, A2);
A4:
( dom (JsqrtSeries P) = Bags m & Bags m = dom P )
by FUNCT_2:def 1;
Support (JsqrtSeries P) c= { x where x is Element of Bags m : ex w being Element of Bags m st
( S1[w,x] & w in Support P ) }
hence
JsqrtSeries P is finite-Support
by A3, POLYNOM1:def 5; verum