I've translated the English Wikipedia page "Limit of a sequence". What does the following statement mean?
In fact, any real-valued function f is continuous if and only if it preserves the limits of sequences (though this is not necessarily true when using more general notions of continuity).
I cannot understand the following part: "... it preserves the limits of sequences ...". Can you write same sentence in a long and clear way? Thank you in advance.
Here is what they mean. $f$ is continuous at $a \in \mathbb{R}$ if and only if for any sequence $x_1, x_2, x_3, \ldots,$, if $x_n$ converges to $a$, then $f(x_n)$ converges to $f(a)$.
When you say $x$ preserves $y$, that means, "$x$ does not change $y$", or "$x$ keeps $y$ the same". In mathematics if you say that a function $f$ preserves some property $P$, that usually means that if you apply $f$, property $P$ is still true. So if a function $f$ preserves the limits of sequences, that means that every sequence limit ($x_n \to a$) is still true when you apply $f$: $f(x_n) \to f(a)$.