Documentation

GeometricallyP.Algebra.GeometricallyConnected

Geometrically connected algebras #

In this file we develop the theory of geometrically connected algebras over a field.

References #

class Algebra.GeometricallyConnected (k : Type u_2) (R : Type u_3) [Field k] [CommRing R] [Algebra k R] :

A k-algebra R is geometrically connected if Spec (AlgebraicClosure k ⊗[k] R) is connected. In this case, Spec (K ⊗[k] R) is connected for every field extension K of k (see Algebra.GeometricallyConnected.connectedSpace). Note: The stacks project definition is the latter condition, which is equivalent to the former by the above. The reason for choosing this definition is that it does not quantify over types.

Instances

    If Spec (K ⊗[k] R) is connected for every finite separable extension K of k, then R is geometrically connected over k.

    Stacks Tag 037S (part of the proof of (2) => (1))

    If Ω is a separably closed extension of k such that Spec (Ω ⊗[k] R) is connected, R is geometrically connected over k.