Documentation

Mathlib.Topology.Algebra.Group.Extension

Short exact sequences of topological groups #

In this file, we define a short exact sequence of topological groups to be a closed embedding φ followed by an open quotient map ψ satisfying φ.range = ψ.ker.

Main definitions #

structure TopologicalGroup.IsSES {A : Type u_1} {B : Type u_2} {C : Type u_3} [Group A] [Group B] [Group C] [TopologicalSpace A] [TopologicalSpace B] [TopologicalSpace C] (φ : A →* B) (ψ : B →* C) :

A predicate stating that φ and ψ define a short exact sequence of topological groups.

Instances For
    structure TopologicalAddGroup.IsSES {A : Type u_1} {B : Type u_2} {C : Type u_3} [AddGroup A] [AddGroup B] [AddGroup C] [TopologicalSpace A] [TopologicalSpace B] [TopologicalSpace C] (φ : A →+ B) (ψ : B →+ C) :

    A predicate stating that φ and ψ define a short exact sequence of topological groups.

    Instances For

      Construct a short exact sequence of topological groups from a closed normal subgroup.

      Construct a short exact sequence of topological groups from a closed normal subgroup.