Documentation

Mathlib.AlgebraicGeometry.Geometrically.Connected

Geometrically connected schemes #

In this file we define geometrically connected morphisms of schemes. A morphism f : X ⟶ Y is geometrically connected if for all Spec K ⟶ Y with K a field, X ×[Y] Spec K is connected. In the case where Y = Spec K for some field K this recovers the standard definition of a geometrically connected scheme over a field.

Main results #

We say that a morphism f : X ⟶ Y is geometrically connected if for all Spec K ⟶ Y with K a field, X ×[Y] Spec K is connected.

Instances
    theorem AlgebraicGeometry.Scheme.Hom.isConnected_preimage {X S : Scheme} (f : X S) [GeometricallyConnected f] (hf : IsOpenMap f) {s : Set S} (hs : IsConnected s) (hs' : IsClosed s) :

    If f : X ⟶ S is geometrically connected and open, then f induces a homeomorphism between the connected components of X and S.

    Equations
    Instances For

      If X is geometrically connected over a point, then it is connected.