Mathlib Map

Theorems · Theorem · general topology

Filter.Tendsto.partialSups

∀ {L : Type u_1} [inst : SemilatticeSup L] [inst_1 : TopologicalSpace L] [ContinuousSup L] {α : Type u_2} {l : Filter α}
  {f : ℕ → α → L} {g : ℕ → L} {n : ℕ},
  (∀ k ≤ n, Filter.Tendsto (f k) l (nhds (g k))) → Filter.Tendsto ((partialSups f) n) l (nhds ((partialSups g) n))
Defined in
Mathlib.Topology.Order.PartialSups
Cited by
1 results in Mathlib
Foundations
Depth 76 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
SemilatticeSupTopologicalSpaceContinuousSup

Around this declaration

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

Cites12

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

Cited by1

Results whose statement or proof uses this declaration.