let it1, it2 be Series of n,L; ( ( for x being bag of n holds it1 . x = (p . x) + (q . x) ) & ( for x being bag of n holds it2 . x = (p . x) + (q . x) ) implies it1 = it2 )
assume that
A2:
for x being bag of n holds it1 . x = (p . x) + (q . x)
and
A3:
for x being bag of n holds it2 . x = (p . x) + (q . x)
; it1 = it2
now let x be
Element of
Bags n;
it1 . x = it2 . xreconsider x9 =
x as
bag of
n ;
thus it1 . x =
(p . x9) + (q . x9)
by A2
.=
it2 . x
by A3
;
verum end;
hence
it1 = it2
by FUNCT_2:113; verum