Macaulay2 » Documentation
Packages » MacaulayPosets :: lowerShadow
next | previous | forward | backward | up | index | toc

lowerShadow -- the lower shadow of a subset of a poset

Description

If $S$ is a subset of a poset, then the lower shadow of $S$ is the set of all elements of the poset which cover some element of $S$.

i1 : lowerShadow(divisorPoset 12, {12})

o1 = {4, 6}

o1 : List
i2 : S = QQ[x,y]/(x^4, y^4)

o2 = S

o2 : QuotientRing
i3 : x = S_0

o3 = x

o3 : S
i4 : y = S_1

o4 = y

o4 : S
i5 : lowerShadow(getPoset S, {x^3, x^2*y})

       2
o5 = {x , x*y}

o5 : List

See also

Ways to use lowerShadow:

  • lowerShadow(Poset,List)

For the programmer

The object lowerShadow is a method function.


The source of this document is in /build/reproducible-path/macaulay2-1.26.05+ds/M2/Macaulay2/packages/MacaulayPosets.m2:1624:0.