Theorems · Theorem · Lie groups
Filter.Tendsto.inv
∀ {G : Type u_1} {α : Type u_2} [inst : TopologicalSpace G] [inst_1 : Inv G] [ContinuousInv G] {f : α → G}
{l : Filter α} {y : G}, Filter.Tendsto f l (nhds y) → Filter.Tendsto (fun x => (f x)⁻¹) l (nhds y⁻¹)If a function converges to a value in a multiplicative topological group, then its inverse
converges to the inverse of this value.
For the version in topological groups with zero (including topological fields)
assuming additionally that the limit is nonzero, use Filter.Tendsto.inv₀.
- Defined in
- Mathlib.Topology.Algebra.Group.Defs
- Cited by
- 7 results in Mathlib
- Foundations
- Depth 59 from the axioms · uses propext, Quot.sound
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.
- TopologicalSpacestatement and proof · cited by 24,529
- Filterstatement and proof · cited by 8,121
- nhdsstatement and proof · cited by 5,554
- Filter.Tendstostatement and proof · cited by 3,814
- Filter.Tendsto.compproof · cited by 560
- Continuous.tendstoproof · cited by 206
- ContinuousInvstatement and proof · cited by 89
- ContinuousInv.continuous_invproof · cited by 27
Cited by7
Results whose statement or proof uses this declaration.
- MeasureTheory.StronglyMeasurable.invproof · cited by 6
- tendsto_inv_iffproof · cited by 6
- ContinuousWithinAt.invproof · cited by 2
- ContinuousAt.invproof · cited by 2
- Filter.tendsto_const_div_iff'proof · cited by 1
- Filter.Tendsto.denproof · cited by 1
- ENNReal.tendsto_pow_atTop_nhds_top_iffproof · cited by 0