let S1, S2 be sequence of X; :: thesis: ( ( for n being Element of NAT holds S1 . n = (1r / (n !c )) * (z #N n) ) & ( for n being Element of NAT holds S2 . n = (1r / (n !c )) * (z #N n) ) implies S1 = S2 )
assume that
A1: for n being Element of NAT holds S1 . n = (1r / (n !c )) * (z #N n) and
A2: for n being Element of NAT holds S2 . n = (1r / (n !c )) * (z #N n) ; :: thesis: S1 = S2
for n being Element of NAT holds S1 . n = S2 . n
proof
let n be Element of NAT ; :: thesis: S1 . n = S2 . n
S1 . n = (1r / (n !c )) * (z #N n) by A1;
hence S1 . n = S2 . n by A2; :: thesis: verum
end;
hence S1 = S2 by FUNCT_2:113; :: thesis: verum