Question: Answer these questions for the poset ({2, 4, 6, 9, 12, 18, 27, 36, 48, 60, 72}, |). a) Find the maximal elements. b) Find the minimal elements. c) Is there a greatest element? d) Is there a least element? Solution: Given: ({2, 4, 6, 9, 12, 18, 27, 36, 48, 60, 72}, |) S = {2, 4, 6, 9, 12, 18, 27, 36, 48, 60, 72} R = {(a,b) | a divides b} Let us first determine the Hasse diagram 48 60 12 2 4 6 36 72 18 9 27 a) The Maximal elements are all the values in Hasse diagram that do not have any elements above it. Maximal elements = 27 , 48 , 60 , 72 b) The Minimal elements are all the values in Hasse diagram that do not have any elements below it. Minimal elements = 2 , 9 c) The greatest element only exist if there is exactly one maximal element and is then also equal to the maximal element. Greatest element = Does not exist d) The least element only exist if there is exactly one minimal element and is then also equal to the minimal element. Least element = Does not exist