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

joinIrreducibles -- determines the join irreducible elements of a poset

Synopsis

Description

An element $a$ of $P$ is join irreducible if it is not the join of any set of elements not containing $a$.

i1 : joinIrreducibles booleanLattice 3

o1 = {000, 001, 100, 010}

o1 : List

See also

Ways to use joinIrreducibles :

For the programmer

The object joinIrreducibles is a method function.