Macaulay2 » Documentation
Packages » LexIdeals :: macaulayLowerOperator
next | previous | forward | backward | up | index | toc

macaulayLowerOperator -- the a_<d> operator used in Green's proof of Macaulay's Theorem

Description

Given positive integers a and d, macaulayLowerOperator yields a_<d>, the operation from Green's proof of Macaulay's Theorem. See Bruns and Herzog, Cohen-Macaulay Rings, page 161.

i1 : macaulayLowerOperator(3,1)

o1 = 2
i2 : macaulayLowerOperator(15,5)

o2 = 3

See also

Ways to use macaulayLowerOperator:

  • macaulayLowerOperator(ZZ,ZZ)

For the programmer

The object macaulayLowerOperator is a method function.


The source of this document is in LexIdeals.m2:623:0.