let f1, f2 be Function of NAT,REAL; :: thesis: ( ( for n being Element of NAT holds f1 . n = lim (ProjMap1 (Rseq,n)) ) & ( for n being Element of NAT holds f2 . n = lim (ProjMap1 (Rseq,n)) ) implies f1 = f2 )
assume that
a3: for n being Element of NAT holds f1 . n = lim (ProjMap1 (Rseq,n)) and
a4: for n being Element of NAT holds f2 . n = lim (ProjMap1 (Rseq,n)) ; :: thesis: f1 = f2
now :: thesis: for n being Element of NAT holds f1 . n = f2 . n
let n be Element of NAT ; :: thesis: f1 . n = f2 . n
thus f1 . n = lim (ProjMap1 (Rseq,n)) by a3
.= f2 . n by a4 ; :: thesis: verum
end;
hence f1 = f2 by FUNCT_2:63; :: thesis: verum