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

minimalElements -- determines the minimal elements of a poset

Synopsis

Description

An element of $P$ is a minimal element if it no other element of $P$ is less than it.

i1 : P = poset {{a,b}, {b,c}, {d,c}};
i2 : minimalElements P

o2 = {a, d}

o2 : List

See also

Ways to use minimalElements :

For the programmer

The object minimalElements is a method function.