Documentation

Mathlib.AlgebraicGeometry.Morphisms.QuasiFinite

Quasi-finite morphisms #

We say that a morphism f : X ⟶ Y is locally quasi finite if Γ(Y, U) ⟶ Γ(X, V) is quasi-finite (in the mathlib sense) for every pair of affine opens that f maps one into the other.

This is equivalent to all the fibers f⁻¹(x) having an open cover of κ(x)-finite schemes. Note that this does not require f to be quasi-compact nor locally of finite type.

We prove that this is stable under composition and base change, and is right cancellative.

TODO (@erdOne): #

We say that a morphism f : X ⟶ Y is locally quasi finite if Γ(Y, U) ⟶ Γ(X, V) is quasi-finite (in the mathlib sense) for every pair of affine opens that f maps one into the other.

This is equivalent to all the fibers f⁻¹(x) having an open cover of κ(x)-finite schemes. Note that this does not require f to be quasi-compact nor locally of finite type.

TODO (@erdOne): prove the following If one assumes quasi-compact, this is equivalent to all the fibers f⁻¹(x) being κ(x)-finite. If one assumes locally of finite type, this is equivalent to f having discrete fibers. If one assumes finite type, this is equivalent to f having finite fibers.

Instances