Commit 2020-10-01 09:16 9c241b0d
View on Github →feat(*): a few more tests for summable, docstrings (#4325)
Important new theorems:
summable_geometric_iff_norm_lt_1: a geometric series in a normed field is summable iff the norm of the common ratio is less than 1;summable.tendsto_cofinite_zero: divergence test: iffis asummablefunction, thenf xtends to zero alongcofinite;
API change
- rename
cauchy_seq_of_tendsto_nhdstofilter.tendsto.cauchy_seqto enable dot syntax.