Theorems · Theorem · Lie groups
exists_closed_nhds_zero_neg_eq_add_subset
∀ {G : Type w} [inst : TopologicalSpace G] [inst_1 : AddGroup G] [IsTopologicalAddGroup G] {U : Set G},
U ∈ nhds 0 → ∃ V ∈ nhds 0, IsClosed V ∧ -V = V ∧ V + V ⊆ UGiven a neighborhood U of the identity, one may find a neighborhood V of the
identity which is closed, symmetric, and satisfies V + V ⊆ U.
- Defined in
- Mathlib.Topology.Algebra.Group.Pointwise
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 82 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites22
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- TopologicalSpacestatement and proof · cited by 24,529
- Filterstatement · cited by 8,121
- nhdsstatement and proof · cited by 5,554
- AddGroupstatement and proof · cited by 4,410
- IsOpenproof · cited by 2,400
- IsClosedstatement and proof · cited by 1,639
- IsTopologicalAddGroupstatement and proof · cited by 1,394
- neg_negproof · cited by 960
- IsOpen.mem_nhdsproof · cited by 470
- Set.inter_subset_leftproof · cited by 360
- Set.addstatement · cited by 338
Cited by3
Results whose statement or proof uses this declaration.
- IsDiscrete.exists_nhds_eq_zero_of_image_addLeft_inter_nonemptyproof · cited by 2
- vadd_singleton_mem_nhds_of_sigmaCompactproof · cited by 1
- ContinuousAddMonoidHom.locallyCompactSpace_of_hasBasisproof · cited by 0