Documentation

Mathlib.CategoryTheory.Galois.Topology

Topology of fundamental group #

In this file we define a natural topology on the automorphism group of a functor F : C ℤ FintypeCat: It is defined as the subspace topology induced by the natural embedding of Aut F into āˆ€ X, Aut (F.obj X) where Aut (F.obj X) carries the discrete topology.

References #

For a functor F : C ℤ FintypeCat, the canonical embedding of Aut F into the product over Aut (F.obj X) for all objects X.

Instances For
    @[implicit_reducible]

    We put the discrete topology on F.obj X.

    Instances For
      @[implicit_reducible]

      We put the discrete topology on Aut (F.obj X).

      Instances For
        @[implicit_reducible]

        Aut F is equipped with the by the embedding into āˆ€ X, Aut (F.obj X) induced embedding.

        The image of Aut F in āˆ€ X, Aut (F.obj X) are precisely the compatible families of automorphisms.

        The image of Aut F in āˆ€ X, Aut (F.obj X) is closed.

        If G is a functor of categories of finite types, the induced map Aut F → Aut (F ā‹™ G) is continuous.

        If G is a fully faithful functor of categories finite types, this is the automorphism of topological groups Aut F ā‰ƒ Aut (F ā‹™ G).

        Instances For
          theorem CategoryTheory.PreGaloisCategory.exists_set_ker_evaluation_subset_of_isOpen {C : Type u₁} [Category.{uā‚‚, u₁} C] (F : Functor C FintypeCat) [GaloisCategory C] [FiberFunctor F] {H : Set (Aut F)} (h1 : 1 ∈ H) (h : IsOpen H) :
          ∃ (I : Set C) (x : Fintype ↑I), (āˆ€ X ∈ I, IsConnected X) ∧ āˆ€ (σ : Aut F), (āˆ€ (X : ↑I), σ.hom.app ↑X = CategoryStruct.id (F.obj ↑X)) → σ ∈ H

          If H is an open subset of Aut F such that 1 ∈ H, there exists a finite set I of connected objects of C such that every σ : Aut F that induces the identity on F.obj X for all X ∈ I is contained in H. In other words: The kernel of the evaluation map Aut F →* āˆ X : I ↦ Aut (F.obj X) is contained in H.

          The stabilizers of points in the fibers of Galois objects form a neighbourhood basis of the identity in Aut F.