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 |
The object principalFilter is a method function.