:: deftheorem Def4 defines lim LIMFUNC3:def 4 :
for f being PartFunc of REAL,REAL
for x0 being Real st f is_convergent_in x0 holds
for b3 being Real holds
( b3 = lim (f,x0) iff for seq being Real_Sequence st seq is convergent & lim seq = x0 & rng seq c= (dom f) \ {x0} holds
( f /* seq is convergent & lim (f /* seq) = b3 ) );