next | previous | forward | backward | up | top | index | toc | Macaulay2 web site
Posets :: meetIrreducibles

meetIrreducibles -- determines the meet irreducible elements of a poset

Synopsis

Description

An element a of P is meet irreducible if it is not the meet of any set of elements not containing a.
i1 : meetIrreducibles booleanLattice 3

o1 = {110, 011, 111, 101}

o1 : List

See also

Ways to use meetIrreducibles :