Mathlib Map

Theorems · Theorem · general topology

ENNReal.tendsto_inv_iff

Deprecated since 2026-01-15Use tendsto_inv_iff instead.

∀ {G : Type w} {α : Type u} [inst : TopologicalSpace G] [inst_1 : InvolutiveInv G] [ContinuousInv G] {l : Filter α}
  {m : α → G} {a : G}, Filter.Tendsto (fun x => (m x)⁻¹) l (nhds a⁻¹) ↔ Filter.Tendsto m l (nhds a)

Alias of tendsto_inv_iff.

Defined in
Mathlib.Topology.Instances.ENNReal.Lemmas
Cited by
0 results in Mathlib
Foundations
Depth 61 from the axioms · uses propext, Quot.sound
Assumes
TopologicalSpaceInvolutiveInvContinuousInv

Around this declaration

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

Cites7

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.