The order ideal of a element of a poset is all the elements in the poset which are less than or equal to the given element.
i1 : P = booleanLattice 3; |
i2 : principalOrderIdeal(P, "101") o2 = {000, 001, 100, 101} o2 : List |
The object principalOrderIdeal is a method function.