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

Tags

sequence, cauchy, abs val, absolute value


is_absolute_value

A function f is an absolute value if it is nonnegative, zero only at 0, additive, and multiplicative.

is_cau_seq

A sequence is Cauchy if the distance between its entries tends to zero.

cau_seq.const

The constant Cauchy sequence.

cau_seq.lim_zero

lim_zero f holds when f approaches 0.

cau_seq.pos

The entries of a positive Cauchy sequence eventually have a positive lower bound.