Documentation

Atlas.AlgebraicGeometryI.code.Lec14DivisorsPicard

@[reducible, inline]

Cartier divisor group DC(X) of an integral scheme X (Def 30, Lec 14): abbreviation for CartierDivisorScheme.CartierDivisorGroupScheme X.

Instances For
    @[reducible, inline]

    Algebraic form of the Cartier divisor group attached to a Dedekind domain A with fraction field K.

    Instances For
      @[reducible]

      Corollary 19 (Lec 14): the Picard group Pic(R) of invertible sheaves on Spec R is naturally a commutative group under tensor product.

      Instances For

        Degree of a Weil divisor D = Σ nᵢ [Pᵢ]: the integer sum of the coefficients Σ nᵢ.

        Instances For

          The degree of the zero divisor is 0.

          The degree map is additive: deg(D₁ + D₂) = deg(D₁) + deg(D₂).

          theorem Lec14DivisorsPicard.degree_eq_of_linearlyEquiv {Y : Type u_1} [DecidableEq Y] (D₁ D₂ : WeilDivisor.Group Y) (IsPrincipal : WeilDivisor.Group YProp) (h_princ_deg : ∀ (P : WeilDivisor.Group Y), IsPrincipal PweilDivisorDegree P = 0) (h_equiv : IsPrincipal (D₁ - D₂)) :

          Degree is invariant under linear equivalence: assuming that principal divisors have degree zero, linearly equivalent divisors D₁ ∼ D₂ satisfy deg D₁ = deg D₂.