Documentation

Mathlib.Topology.Algebra.Group.Quotient

Topology on the quotient group #

In this file we define topology on G ⧸ N, where N is a subgroup of G, and prove basic properties of this topology.

@[deprecated QuotientGroup.isQuotientMap_mk (since := "2024-10-22")]

Alias of QuotientGroup.isQuotientMap_mk.

A quotient of a locally compact group is locally compact.

@[deprecated "No deprecation message was provided." (since := "2024-10-05")]
theorem QuotientGroup.continuous_smul₁ {G : Type u_1} [TopologicalSpace G] [Group G] [ContinuousMul G] {N : Subgroup G} (x : G N) :
Continuous fun (g : G) => g x
@[deprecated "No deprecation message was provided." (since := "2024-10-05")]
theorem QuotientAddGroup.continuous_smul₁ {G : Type u_1} [TopologicalSpace G] [AddGroup G] [ContinuousAdd G] {N : AddSubgroup G} (x : G N) :
Continuous fun (g : G) => g +ᵥ x

Neighborhoods in the quotient are precisely the map of neighborhoods in the prequotient.

Neighborhoods in the quotient are precisely the map of neighborhoods in the prequotient.

The quotient of a second countable topological group by a subgroup is second countable.

The quotient of a second countable additive topological group by a subgroup is second countable.

@[deprecated "No deprecation message was provided." (since := "2024-08-05")]
theorem QuotientGroup.nhds_one_isCountablyGenerated {G : Type u_1} [TopologicalSpace G] [Group G] [ContinuousMul G] (N : Subgroup G) [FirstCountableTopology G] [N.Normal] :
(nhds 1).IsCountablyGenerated
@[deprecated "No deprecation message was provided." (since := "2024-08-05")]
theorem QuotientAddGroup.nhds_zero_isCountablyGenerated {G : Type u_1} [TopologicalSpace G] [AddGroup G] [ContinuousAdd G] (N : AddSubgroup G) [FirstCountableTopology G] [N.Normal] :
(nhds 0).IsCountablyGenerated
@[deprecated "No deprecation message was provided." (since := "2024-08-05")]
theorem topologicalGroup_quotient {G : Type u_1} [TopologicalSpace G] [Group G] [TopologicalGroup G] (N : Subgroup G) [N.Normal] :
@[deprecated "No deprecation message was provided." (since := "2024-08-05")]
instance QuotientGroup.instT3Space {G : Type u_1} [TopologicalSpace G] [Group G] [TopologicalGroup G] (N : Subgroup G) [N.Normal] [hN : IsClosed N] :
T3Space (G N)
instance QuotientAddGroup.instT3Space {G : Type u_1} [TopologicalSpace G] [AddGroup G] [TopologicalAddGroup G] (N : AddSubgroup G) [N.Normal] [hN : IsClosed N] :
T3Space (G N)