Macaulay2 » Documentation
Packages » Posets :: principalFilter
next | previous | forward | backward | up | index | toc

principalFilter -- computes the elements above a given element in a poset

Synopsis

Description

The filter of a given element of a poset is all the elements in the poset which are greater than or equal to the element.

i1 : P = booleanLattice 3;
i2 : principalFilter(P, "101")

o2 = {101, 111}

o2 : List

See also

Ways to use principalFilter :

For the programmer

The object principalFilter is a method function.