Documentation

Atlas.AlgebraicGeometryI.code.Lec3Isomorphism

A morphism of schemes is an isomorphism (Lecture 3) if it has a two-sided inverse.

Instances For

    Our definition of IsIsomorphism agrees with the categorical predicate IsIso.

    The identity morphism of a scheme is an isomorphism.

    The composition of two isomorphisms of schemes is again an isomorphism.

    theorem AlgebraicGeometry.IsIsomorphism.inverse {X Y : Scheme} {f : X Y} (hf : IsIsomorphism f) :
    ∃ (g : Y X), IsIsomorphism g

    The inverse of an isomorphism is itself an isomorphism.