let p1, p2 be FinSequence of REAL ; :: thesis: ( len p1 = len f & ( for n being Element of NAT
for G being Element of PFuncs D,REAL st n in dom p1 & f . n = G holds
p1 . n = G . d ) & len p2 = len f & ( for n being Element of NAT
for G being Element of PFuncs D,REAL st n in dom p2 & f . n = G holds
p2 . n = G . d ) implies p1 = p2 )

assume that
A4: len p1 = len f and
A5: for n being Element of NAT
for G being Element of PFuncs D,REAL st n in dom p1 & f . n = G holds
p1 . n = G . d and
A6: len p2 = len f and
A7: for n being Element of NAT
for G being Element of PFuncs D,REAL st n in dom p2 & f . n = G holds
p2 . n = G . d ; :: thesis: p1 = p2
A8: dom p1 = Seg (len p1) by FINSEQ_1:def 3;
A9: dom p2 = Seg (len p2) by FINSEQ_1:def 3;
now
let n be Nat; :: thesis: ( n in dom p1 implies p1 . n = p2 . n )
assume A10: n in dom p1 ; :: thesis: p1 . n = p2 . n
then n in dom f by A4, A8, FINSEQ_1:def 3;
then reconsider G = f . n as Element of PFuncs D,REAL by FINSEQ_2:13;
p1 . n = G . d by A5, A10;
hence p1 . n = p2 . n by A4, A6, A7, A8, A9, A10; :: thesis: verum
end;
hence p1 = p2 by A4, A6, FINSEQ_2:10; :: thesis: verum