Theorems · Theorem · Lie groups
IsTopologicalGroup.of_nhds_one
∀ {G : Type u} [inst : Group G] [inst_1 : TopologicalSpace G],
Filter.Tendsto (Function.uncurry fun x1 x2 => x1 * x2) (nhds 1 ×ˢ nhds 1) (nhds 1) →
Filter.Tendsto (fun x => x⁻¹) (nhds 1) (nhds 1) →
(∀ (x₀ : G), nhds x₀ = Filter.map (fun x => x₀ * x) (nhds 1)) →
(∀ (x₀ : G), Filter.Tendsto (fun x => x₀ * x * x₀⁻¹) (nhds 1) (nhds 1)) → IsTopologicalGroup G- Defined in
- Mathlib.Topology.Algebra.Group.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 72 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- GroupTopologicalSpace
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
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
- Groupstatement and proof · cited by 6,238
- nhdsstatement and proof · cited by 5,554
- mul_oneproof · cited by 3,885
- Filter.Tendstostatement and proof · cited by 3,814
- SProd.sprodstatement and proof · cited by 1,750
- mul_assocproof · cited by 1,667
- Filter.mapstatement and proof · cited by 819
- inv_invproof · cited by 494
- IsTopologicalGroupstatement · cited by 469
- mul_inv_cancelproof · cited by 128
Cited by1
Results whose statement or proof uses this declaration.
- IsTopologicalGroup.of_comm_of_nhds_oneproof · cited by 0