Zulip Chat Archive
Stream: Is there code for X?
Topic: real sequences: filter.tends_to vs. classical def.
Matthias U (Jun 02 2021 at 10:18):
I'm looking for a lemma that says the following (or something similiar): If a:ā ā ā
is a real sequence and l:ā
, then a
tends to l
, i.e. filter.tendsto a filter.at_top (š l)
if and only if ā ε >0, ā N, ānā„ N, |l - a n| ⤠ε
Mario Carneiro (Jun 02 2021 at 10:20):
That should be in the file on metric spaces
Mario Carneiro (Jun 02 2021 at 10:21):
like docs#metric.tendsto_at_top
Mario Carneiro (Jun 02 2021 at 10:22):
and then docs#real.dist_eq to write it in terms of abs
Matthias U (Jun 02 2021 at 10:23):
Thank you very much!
Last updated: May 02 2025 at 03:31 UTC