Documentation

Mathlib.CategoryTheory.Galois.Prorepresentability

Pro-Representability of fiber functors #

We show that any fiber functor is pro-representable, i.e. there exists a pro-object X : I ⥤ C such that F is naturally isomorphic to the colimit of X ⋙ coyoneda.

From this we deduce the canonical isomorphism of Aut F with the limit over the automorphism groups of all Galois objects.

Main definitions #

Main results #

References #

A pointed Galois object is a Galois object with a fixed point of its fiber.

Instances For

    The type of homomorphisms between two pointed Galois objects. This is a homomorphism of the underlying objects of C that maps the distinguished points to each other.

    • val : A.obj B.obj

      The underlying homomorphism of C.

    • comp : F.map self.val A.pt = B.pt

      The distinguished point of A is mapped to the distinguished point of B.

    Instances For

      The canonical functor from pointed Galois objects to C.

      Equations
      • One or more equations did not get rendered due to their size.
      Instances For

        F ⋙ FintypeCat.incl as a cocone over (can F).op ⋙ coyoneda. This is a colimit cocone (see PreGaloisCategory.isColimìt)

        Equations
        • One or more equations did not get rendered due to their size.
        Instances For

          The diagram sending each pointed Galois object to its automorphism group as an object of C.

          Equations
          • One or more equations did not get rendered due to their size.
          Instances For

            Isomorphism between Aut F and AutGalois F #

            In this section we establish the isomorphism between the automorphism group of F and the limit over the automorphism groups of all Galois objects.

            We first establish the isomorphism between End F and AutGalois F, from which we deduce that End F is a group, hence End F = Aut F. The isomorphism is built in multiple steps:

            The endomorphisms of F are isomorphic to the limit over the fibers of F on all Galois objects.

            Equations
            • One or more equations did not get rendered due to their size.
            Instances For

              Functorial isomorphism Aut A ≅ F.obj A for Galois objects A.

              Equations
              • One or more equations did not get rendered due to their size.
              Instances For

                The equivalence between endomorphisms of F and the limit over the automorphism groups of all Galois objects.

                Equations
                • One or more equations did not get rendered due to their size.
                Instances For

                  The monoid isomorphism between endomorphisms of F and the (multiplicative opposite of the) limit of automorphism groups of all Galois objects.

                  Equations
                  Instances For

                    The automorphism group of F is multiplicatively isomorphic to (the multiplicative opposite of) the limit over the automorphism groups of the Galois objects.

                    Equations
                    • One or more equations did not get rendered due to their size.
                    Instances For

                      The Aut F action on the fiber of a Galois object is transitive. See pretransitive_of_isConnected for the same result for connected objects.