Theorems · Theorem · Lie groups
IsTopologicalGroup.of_comm_of_nhds_one
∀ {G : Type u} [inst : CommGroup 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)) → IsTopologicalGroup G- Defined in
- Mathlib.Topology.Algebra.Group.Basic
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 73 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommGroupTopologicalSpace
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
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 · cited by 8,121
- nhdsstatement and proof · cited by 5,554
- Filter.Tendstostatement and proof · cited by 3,814
- SProd.sprodstatement and proof · cited by 1,750
- CommGroupstatement and proof · cited by 990
- Filter.mapstatement and proof · cited by 819
- IsTopologicalGroupstatement · cited by 469
- Filter.tendsto_idproof · cited by 180
- mul_inv_cancel_commproof · cited by 13
- IsTopologicalGroup.of_nhds_oneproof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.