Documentation

Mathlib.RingTheory.Etale.Finite

Category of finite étale R-algebras #

In this file we define the category of finite étale R-algebras over a ring R. For any geometric point Ω of R, we define a fiber functor sending a finite étale R-algebra S to the finite set of R-algebra homomorphisms S →ₐ[R] Ω.

Main definitions #

Main results #

@[reducible, inline]

The object property of finite R-algebras.

Equations
Instances For
    @[reducible, inline]

    The object property of étale R-algebras.

    Equations
    Instances For
      @[reducible, inline]

      The object property of finite étale R-algebras.

      Equations
      Instances For
        @[reducible, inline]
        abbrev CommAlgCat.FiniteEtale (R : Type u) [CommRing R] :
        Type (max u (v + 1))

        The category of finite étale R-algebras.

        Equations
        Instances For
          @[implicit_reducible]
          Equations
          @[reducible, inline]

          Construct a term of FiniteEtale R from a finite étale R-algebra.

          Equations
          Instances For
            @[simp]
            theorem CommAlgCat.FiniteEtale.of_obj (R : Type u) [CommRing R] (S : Type v) [CommRing S] [Algebra R S] [Module.Finite R S] [Algebra.Etale R S] :
            (of R S).obj = CommAlgCat.of R S
            @[reducible, inline]
            abbrev CommAlgCat.FiniteEtale.ofHom {R : Type u} [CommRing R] {S T : Type v} [CommRing S] [CommRing T] [Algebra R S] [Algebra R T] [Module.Finite R S] [Algebra.Etale R S] [Module.Finite R T] [Algebra.Etale R T] (f : S →ₐ[R] T) :
            of R S of R T

            Construct a morphism in FiniteEtale R from an algebra map.

            Equations
            Instances For
              @[simp]
              @[reducible, inline]
              abbrev CommAlgCat.FiniteEtale.isoMk {R : Type u} [CommRing R] {S T : FiniteEtale R} (e : S.obj ≃ₐ[R] T.obj) :
              S T

              Construct an isomorphism in FiniteEtale R from an algebra equivalence.

              Equations
              Instances For

                If S is an R-algebra, this is the base change functor A ↦ S ⊗[R] A.

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

                  The fiber functor for finite étale R-algebras at the geometric point Ω: This is the functor sending S to R-algebra homomorphisms S →ₐ[R] Ω.

                  Equations
                  • One or more equations did not get rendered due to their size.
                  Instances For
                    @[simp]
                    theorem CommAlgCat.FiniteEtale.fiber_map (R : Type u) [CommRing R] (Ω : Type w) [Field Ω] [Algebra R Ω] {S T : (FiniteEtale R)ᵒᵖ} (f : S T) :
                    @[simp]
                    theorem CommAlgCat.FiniteEtale.fiber_obj_obj (R : Type u) [CommRing R] (Ω : Type w) [Field Ω] [Algebra R Ω] (S : (FiniteEtale R)ᵒᵖ) :
                    ((fiber R Ω).obj S).obj = ((Opposite.unop S).obj →ₐ[R] Ω)

                    If k is a field, this is the Spec functor sending a finite étale k-algebra R to its finite prime spectrum.

                    Equations
                    • One or more equations did not get rendered due to their size.
                    Instances For
                      @[simp]
                      def CommAlgCat.FiniteEtale.fiberIsoBaseChangeFiber (R : Type u) [CommRing R] (Ω : Type w) [Field Ω] [Algebra R Ω] (S : Type w) [CommRing S] [Algebra R S] [Algebra S Ω] [IsScalarTower R S Ω] :
                      fiber R Ω (baseChange R S).op.comp (fiber S Ω)

                      If the geometric point Ω factors through S, the fiber can be computed after base change to S.

                      Equations
                      • One or more equations did not get rendered due to their size.
                      Instances For
                        noncomputable def CommAlgCat.FiniteEtale.fiberIsoFiniteSpec (Ω : Type w) [Field Ω] [IsSepClosed Ω] :

                        If Ω is separably closed, the fiber functor for finite étale Ω-algebras is naturally isomorphic to the (finite) Spec functor.

                        Equations
                        • One or more equations did not get rendered due to their size.
                        Instances For
                          noncomputable def CommAlgCat.FiniteEtale.fiberIsoComp (R : Type u) [CommRing R] (Ω : Type w) [Field Ω] [Algebra R Ω] [IsSepClosed Ω] :

                          If Ω is separably closed, the fiber S →ₐ[R] Ω is isomorphic to the prime spectrum of the base change Ω ⊗[R] S.

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

                            If Ω is a separably closed field, the category of finite étale Ω-algebras is anti-equivalent to FintypeCat.

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