Documentation

Mathlib.CategoryTheory.Galois.ContAction

The Galois category of finite sets with a continuous action of a topological group #

Let G be a topological group. In this file, we show that the category ContAction FintypeCat G is a Galois category. In order to do this, we show that the corresponding property isContinuous FintypeCat G of objects in Action FintypeCat G consists of the union over all open subgroups H of G of the properties trivialOnSet FintypeCat H (which are satisfied by the representations that are trivial on H).

The property of objects in Action V G for which the action of the elements of a subset S : Set G is trivial.

Equations
Instances For

    If an action of a topological group on a finite set is trivial on an open subgroup, then it is continuous.

    An action of a topological group on a finite set is continuous if and only if it is trivial when restricted to some open subgroup.

    theorem Action.exists_openSubgroup_of_isContinuous_of_finite {G : Type u_4} [Group G] [TopologicalSpace G] [IsTopologicalGroup G] {J : Type u_5} [Finite J] (obj : JAction FintypeCat G) (property : ∀ (j : J), isContinuous FintypeCat G (obj j)) :
    ∃ (H : OpenSubgroup G), ∀ (j : J), trivialOnSet FintypeCat (↑H) (obj j)

    An action of a topological group on a finite set is continuous if and only if it is trivial when restricted to some open subgroup.