antichain (120B)
1 # Antichain 2 3 In a [poset], an *antichain* is a subset of elements that are pairwise [incomparable] 4 5 Up: [partial_order]