Mathlib Map

Theorems · Theorem · functional analysis

NormedCommGroup.tendsto_nhds_one

Deprecated since 2026-02-17Use NormedGroup.tendsto_nhds_one instead.

∀ {α : Type u_2} {E : Type u_5} [inst : SeminormedGroup E] {f : α → E} {l : Filter α},
  Filter.Tendsto f l (nhds 1) ↔ ∀ ε > 0, ∀ᶠ (x : α) in l, ‖f x‖ < ε

Alias of NormedGroup.tendsto_nhds_one.

Defined in
Mathlib.Analysis.Normed.Group.Basic
Cited by
0 results in Mathlib
Foundations
Depth 117 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
SeminormedGroup

Around this declaration

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

Cites8

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

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.