Documentation

Atlas.AlgebraicGeometryI.code.Lec4FiniteMorphisms

@[reducible, inline]

Lecture 4, Definition 9: affine morphism of schemes, defined here in terms of Mathlib's IsAffineHom.

Instances For
    @[reducible, inline]

    Lecture 4, Definition 10: a finite morphism of schemes, defined here as Mathlib's IsFinite f.

    Instances For

      Lecture 4, Lemma 7 (closedness part): a finite morphism of schemes is a closed map.

      Lecture 4, Lemma 7 (finite-fibers part): a finite morphism has finite fibers.

      Ring-theoretic version of Lecture 4, Corollary 9: if A is a finite injective B-algebra, then Spec A → Spec B is surjective.

      Ring-theoretic version of finite fibers: for a finite B-algebra A, the map Spec A → Spec B has finite fibers.

      theorem Lec4.comap_lt_comap_of_finite {B : Type u_1} {A : Type u_2} [CommRing B] [CommRing A] [Algebra B A] [Module.Finite B A] {I J : Ideal A} [I.IsPrime] (hIJ : I < J) :

      "Incomparability" for finite extensions: for A finite over B, a strict containment of primes I < J in A contracts to a strict containment in B.

      @[reducible, inline]
      noncomputable abbrev Lec4.krullDim_def (T : Type u_1) [TopologicalSpace T] :

      Convenience wrapper: the topological Krull dimension of T, used here as the Lec 4 notion of dimension.

      Instances For