Documentation

Atlas.AlgebraicGeometryI.code.TangentConeExceptionalLocus

def TangentCone.AssocGradedPiece (R : Type u_1) [CommRing R] (I : Ideal R) (n : ) :
Type u_1

The n-th graded piece I^n / I^{n+1} of the associated graded ring of R with respect to the ideal I.

Instances For
    @[implicit_reducible]

    Additive group structure on the associated graded piece I^n / I^{n+1}.

    @[implicit_reducible]
    instance TangentCone.AssocGradedPiece.instModule (R : Type u_1) [CommRing R] (I : Ideal R) (n : ) :

    R-module structure on the associated graded piece I^n / I^{n+1}.

    def TangentCone.assocGradedProj (R : Type u_1) [CommRing R] (I : Ideal R) (n : ) :
    ↥(I ^ n) →ₗ[R] AssocGradedPiece R I n

    The canonical projection I^n → I^n / I^{n+1} onto the n-th associated graded piece.

    Instances For
      @[implicit_reducible]

      Graded commutative ring structure on the family of associated graded pieces I^n / I^{n+1}.

      def TangentCone.AssocGraded (R : Type u_1) [CommRing R] (I : Ideal R) :
      Type u_1

      The associated graded ring gr_I(R) = ⊕_n I^n / I^{n+1}.

      Instances For
        @[implicit_reducible]

        Commutative ring structure on the associated graded ring.

        The augmentation ideal inside the Rees algebra of I, consisting of those polynomials f whose coefficient in degree n lies in I^{n+1}.

        Instances For
          def TangentCone.reesToAssocGradedComponent (R : Type u_1) [CommRing R] (I : Ideal R) (n : ) (f : (reesAlgebra I)) :

          The map sending an element of the Rees algebra to its n-th graded component in the associated graded ring, by taking the coefficient at n.

          Instances For
            theorem TangentCone.monomial_mem_reesAlgebra (R : Type u_1) [CommRing R] (I : Ideal R) (n : ) (a : R) (ha : a I ^ n) :

            A monomial a · X^n with a ∈ I^n belongs to the Rees algebra of I.

            The map from the Rees algebra to the n-th associated graded piece is surjective, witnessed by the monomial a · X^n.

            theorem TangentCone.reesToAssocGraded_eq_zero_iff (R : Type u_1) [CommRing R] (I : Ideal R) (n : ) (f : (reesAlgebra I)) :
            reesToAssocGradedComponent R I n f = 0 (↑f).coeff n I ^ (n + 1)

            The n-th graded component of an element f of the Rees algebra vanishes in I^n / I^{n+1} iff its coefficient at n lies in I^{n+1}.

            An element f of the Rees algebra lies in the augmentation ideal iff all of its graded components in the associated graded ring vanish.

            The tangent cone Spec(gr_I(R)) is isomorphic to Spec of the quotient of the Rees algebra by its augmentation ideal, exhibiting the cone over the exceptional locus of the blowup (Def 38, Lec 19; Prop 38, Lec 20).

            Instances For