Documentation

Mathlib.CategoryTheory.Galois.Basic

Definition and basic properties of Galois categories #

We define the notion of a Galois category and a fiber functor as in SGA1, following the definitions in Lenstras notes (see below for a reference).

Main definitions #

Implementation details #

We mostly follow Def 3.1 in Lenstras notes. In axiom (G3) we omit the factorisation of morphisms in epimorphisms and monomorphisms as this is not needed for the proof of the fundamental theorem on Galois categories (and then follows from it).

References #

A category C is a PreGalois category if it satisfies all properties of a Galois category in the sense of SGA1 that do not involve a fiber functor. A Galois category should furthermore admit a fiber functor.

The only difference between [PreGaloisCategory C] (F : C ⥤ FintypeCat) [FiberFunctor F] and [GaloisCategory C] is that the former fixes one fiber functor F.

Definition of a (Pre)Galois category. Lenstra, Def 3.1, (G1)-(G3)

Instances

    Definition of a fiber functor from a Galois category. Lenstra, Def 3.1, (G4)-(G6)

    Instances

      An object of a category C is connected if it is not initial and has no non-trivial subobjects. Lenstra, 3.12.

      Instances

        A functor is said to preserve connectedness if whenever X : C is connected, also F.obj X is connected.

        Instances

          The fiber of a connected object is nonempty.

          Equations

          The evaluation map is injective for connected objects.

          The evaluation map on automorphisms is injective for connected objects.

          A PreGaloisCategory is a GaloisCategory if it admits a fiber functor.

          Instances

            In a GaloisCategory the set of morphisms out of a connected object is finite.

            Equations