Module docstring
{"# Cauchy sequences
A basic theory of Cauchy sequences, used in the construction of the reals and p-adic numbers. Where applicable, lemmas that will be reused in other contexts have been stated in extra generality. There are other \"versions\" of Cauchyness in the library, in particular Cauchy filters in topology. This is a concrete implementation that is useful for simplicity and computability reasons.
Important definitions
IsCauSeq: a predicate that saysf : ℕ → βis Cauchy.CauSeq: the type of Cauchy sequences valued in typeβwith respect to an absolute value functionabv.
Tags
sequence, cauchy, abs val, absolute value
","Note that DistribLattice (CauSeq α abs) is not true because there is no PartialOrder. "}