Documentation

Mathlib.AlgebraicGeometry.Morphisms.Finite

Finite morphisms of schemes #

A morphism of schemes f : X ⟶ Y is finite if the preimage of an arbitrary affine open subset of Y is affine and the induced ring map is finite.

It is equivalent to ask only that Y is covered by affine opens whose preimage is affine and the induced ring map is finite.

TODO #

A morphism of schemes X ⟶ Y is finite if the preimage of any affine open subset of Y is affine and the induced ring hom is finite.

Instances
    theorem AlgebraicGeometry.isFinite_iff {X Y : Scheme} (f : X Y) :
    IsFinite f IsAffineHom f ∀ (U : Y.Opens), IsAffineOpen U(Scheme.Hom.app f U).hom.Finite
    @[instance 900]