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.

Equations
    Instances For

      We put the discrete topology on F.obj X.

      Equations
        Instances For

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

          Equations
            Instances For

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

              Equations

                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).

                Equations
                  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), (∀ XI, 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.