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: iff
is asummable
function, thenf x
tends to zero alongcofinite
;
API change
- rename
cauchy_seq_of_tendsto_nhds
tofilter.tendsto.cauchy_seq
to enable dot syntax.