Mathlib Map

Theorems · Definition · general topology

CauchySeq

{α : Type u} → {β : Type v} → [uniformSpace : UniformSpace α] → [Preorder β] → (β → α) → Prop

Cauchy sequences. Usually defined on ℕ, but often it is also useful to say that a function defined on ℝ is Cauchy at +∞ to deduce convergence. Therefore, we define it in a type class that is general enough to cover both ℕ and ℝ, which are the main motivating examples.

Defined in
Mathlib.Topology.UniformSpace.Cauchy
Cited by
131 results in Mathlib
Foundations
Depth 61 from the axioms, rests on 685 definitions · uses propext, Classical.choice, Quot.sound
Assumes
UniformSpacePreorder

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites5

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by131

Results whose statement or proof uses this declaration.