Documentation

TauCeti.AlgebraicGeometry.AbelianVariety.Hom.Iso

Isomorphisms of abelian varieties #

This file supplies the scheme-level interface to isomorphisms in the category of abelian varieties. An isomorphism e : A ≅ B forgets first to an isomorphism of schemes over Spec K, then to an isomorphism of the underlying schemes.

As a first geometric consequence, isomorphic abelian varieties have the same dimension. This is the interface needed to compare constructions characterized by the Jacobian's universal property and to state its base-change compatibility as an isomorphism of abelian varieties.

This advances TauCetiRoadmap/JacobianChallenge/README.md, Layer E, “Abelian variety = smooth, proper, geometrically connected group scheme over k; basic API, dim,” and prepares the isomorphisms in the end goal and Layer F. No external mathematics is vendored. The implementation reuses Mathlib's Functor.mapIso, Over.forget.mapIso, and invariance of topological Krull dimension under homeomorphism.

noncomputable def TauCeti.AlgebraicGeometry.AbelianVariety.isoToOver {K : Type u} [Field K] {A B : AbelianVariety K} (e : A B) :

The isomorphism of schemes over Spec K underlying an isomorphism of abelian varieties.

Equations
Instances For
    @[simp]

    The forward map of the underlying Over isomorphism is the underlying homomorphism.

    @[simp]

    The inverse map of the underlying Over isomorphism is the underlying homomorphism.

    @[simp]

    The forward map of the underlying scheme isomorphism is the underlying scheme morphism.

    @[simp]

    The inverse map of the underlying scheme isomorphism is the underlying scheme morphism.

    @[simp]

    The underlying Over isomorphism of the identity isomorphism is the identity.

    @[simp]

    Forgetting an inverse isomorphism over the base commutes with taking inverses.

    @[simp]

    Forgetting a composite isomorphism over the base commutes with composition.

    @[simp]

    The underlying scheme isomorphism of the identity isomorphism is the identity.

    @[simp]

    Forgetting an inverse isomorphism of schemes commutes with taking inverses.

    @[simp]

    Forgetting a composite isomorphism of schemes commutes with composition.

    Isomorphic abelian varieties have equal topological Krull dimension.