The definition is a bit strange indeed, and the comment could be more precise. It was probably designed for sequences. It looks like (x \mapsto sin(2k \pi) ~~>t 0 with this definition.
The best thing would be to derive it from a general notion of limit of functions between two topological spaces, applied to +\infty in RR* (or in df-bj-ccbar). In the meantime, it could take the form:
|- ~~>t = ( j e. Top |-> { <. f , x >. | ( f e. ( U. j ^pm
RR ) /\ x e. U. j /\ A. u e. j ( x e. u -> E. y e. RR ( A. x e. dom f ( y < x -> ( f ` x ) e. u ) ) } )
although I would prefer to use topological spaces (df-topsp) instead of topologies. It would make things clearer. It would something like
(* Define the function which associates with a given topological J space the relation "f ~~>t x" meaning "the partial function f from RR to J converges to x at +oo". This can be applied in particular to sequences with values in J. *)
|- ~~>t = ( j e. TopSp |-> { <. f , x >. | ( f e. ( ( Base ` j ) ^pm
RR ) /\ x e. ( Base ` j ) /\ A. u e. ( TopOpen ` j ) ( x e. u -> E. y e. RR ( A. x e. dom f ( y < x -> ( f ` x ) e. u ) ) } )
Benoît