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.
theorem
AlgebraicGeometry.IsIsomorphism.inverse_unique
{X Y : Scheme}
{f : X ⟶ Y}
(_hf : IsIsomorphism f)
{g₁ g₂ : Y ⟶ X}
(hg₁ :
CategoryTheory.CategoryStruct.comp f g₁ = CategoryTheory.CategoryStruct.id X ∧ CategoryTheory.CategoryStruct.comp g₁ f = CategoryTheory.CategoryStruct.id Y)
(hg₂ :
CategoryTheory.CategoryStruct.comp f g₂ = CategoryTheory.CategoryStruct.id X ∧ CategoryTheory.CategoryStruct.comp g₂ f = CategoryTheory.CategoryStruct.id Y)
:
The two-sided inverse of an isomorphism of schemes is unique.
The identity morphism of a scheme is an isomorphism.
theorem
AlgebraicGeometry.IsIsomorphism.comp
{X Y Z : Scheme}
{f : X ⟶ Y}
{g : Y ⟶ Z}
(hf : IsIsomorphism f)
(hg : IsIsomorphism g)
:
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.