edited by
982 views
1 votes
1 votes

some one please explain how to take the complement in lattice

edited by

1 Answer

3 votes
3 votes

To find a compliment first you have to be clear with Greatest Lower bound GLB and Lowest upper bound LUB.

GLB is a point where two nodes can meet first time in lower direction. (I'm using improper way of explanation but it will be easy).

LUB is a point where two nodes can meet first time in upper direction.

If two nodes are directly joined then GLB is the lower point itself and LUB is the upper point itself. eg GLB(b, i )  = b and LUB(b,i) = i

Now find uppermost and lowermost points of the graph. (uppermost is 'g'  and lowermost is 'c')

Compliment of any node is the point from given node whose GLB and LUB is lowermost and uppermost points of the graph.

Now try to find those points with 'b' whose GLB is 'c' and LUB is 'g'

Here you can find only one point 'h' is satisfying this property.

GLB (b,h) = c (i.e lowermost point of the graph)

LUB (b.h) = g (i.e. uppermost point of the graph)

Hence compliment of a point b is {h} only.

Hope you'll get it :)

Related questions

1 votes
1 votes
0 answers
3
Chhotu asked Nov 26, 2017
536 views
Hi Guys,I think answer should be (D) part because it is not mentioned that function is s Injective. What is your opinion ?
1 votes
1 votes
0 answers
4