mathlib3 documentation

algebraic_geometry.locally_ringed_space

The category of locally ringed spaces #

THIS FILE IS SYNCHRONIZED WITH MATHLIB4. Any changes to this file require a corresponding PR to mathlib4.

We define (bundled) locally ringed spaces (as SheafedSpace CommRing along with the fact that the stalks are local rings), and morphisms between these (morphisms in SheafedSpace with is_local_ring_hom on the stalk maps).

@[nolint]

A LocallyRingedSpace is a topological space equipped with a sheaf of commutative rings such that all the stalks are local rings.

A morphism of locally ringed spaces is a morphism of ringed spaces such that the morphisms induced on stalks are local ring homomorphisms.

Instances for algebraic_geometry.LocallyRingedSpace

An alias for to_SheafedSpace, where the result type is a RingedSpace. This allows us to use dot-notation for the RingedSpace namespace.

Equations

The underlying topological space of a locally ringed space.

Equations
@[ext]

A morphism of locally ringed spaces is a morphism of ringed spaces such that the morphims induced on stalks are local ring homomorphisms.

Instances for algebraic_geometry.LocallyRingedSpace.hom

The stalk of a locally ringed space, just as a CommRing.

Equations

A morphism of locally ringed spaces f : X ⟶ Y induces a local ring homomorphism from Y.stalk (f x) to X.stalk x for any x : X.

Equations
Instances for algebraic_geometry.LocallyRingedSpace.stalk_map

The identity morphism on a locally ringed space.

Equations

Composition of morphisms of locally ringed spaces.

Equations
@[protected, instance]

The category of locally ringed spaces.

Equations

The forgetful functor from LocallyRingedSpace to SheafedSpace CommRing.

Equations
Instances for algebraic_geometry.LocallyRingedSpace.forget_to_SheafedSpace

Given two locally ringed spaces X and Y, an isomorphism between X and Y as sheafed spaces can be lifted to a morphism X ⟶ Y as locally ringed spaces.

See also iso_of_SheafedSpace_iso.

Equations

Given two locally ringed spaces X and Y, an isomorphism between X and Y as sheafed spaces can be lifted to an isomorphism X ⟶ Y as locally ringed spaces.

This is related to the property that the functor forget_to_SheafedSpace reflects isomorphisms. In fact, it is slightly stronger as we do not require f to come from a morphism between locally ringed spaces.

Equations

The restriction of a locally ringed space along an open embedding.

Equations

The canonical map from the restriction to the supspace.

Equations