set FS1 = Formal-Series (1,R);
set FS = Formal-Series R;
let f, g be Function of (Formal-Series (1,R)),(Formal-Series R); ( ( for x being object st x in the carrier of (Formal-Series (1,R)) holds
ex x1 being Series of 1,R st
( x1 = x & f . x = x1 * NBag1 ) ) & ( for x being object st x in the carrier of (Formal-Series (1,R)) holds
ex x1 being Series of 1,R st
( x1 = x & g . x = x1 * NBag1 ) ) implies f = g )
assume that
A3:
for x being object st x in the carrier of (Formal-Series (1,R)) holds
ex x1 being Series of 1,R st
( x1 = x & f . x = x1 * NBag1 )
and
A4:
for x being object st x in the carrier of (Formal-Series (1,R)) holds
ex x1 being Series of 1,R st
( x1 = x & g . x = x1 * NBag1 )
; f = g
hence
f = g
; verum