Mathlib Map

Theorems · Theorem · general topology

CauchySeq.comp_tendsto

∀ {α : Type u} {β : Type v} [uniformSpace : UniformSpace α] {γ : Type u_1} [inst : Preorder β]
  [inst_1 : SemilatticeSup γ] [Nonempty γ] {f : β → α},
  CauchySeq f → ∀ {g : γ → β}, Filter.Tendsto g Filter.atTop Filter.atTop → CauchySeq (f ∘ g)
Defined in
Mathlib.Topology.UniformSpace.Cauchy
Cited by
3 results in Mathlib
Foundations
Depth 75 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
UniformSpacePreorderSemilatticeSupNonempty

Around this declaration

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

Cites10

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

Cited by3

Results whose statement or proof uses this declaration.