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