20,983 views
57 57 votes

The inclusion of which of the following sets into

$S = \left\{ \left\{1, 2\right\}, \left\{1, 2, 3\right\}, \left\{1, 3, 5\right\}, \left\{1, 2, 4\right\}, \left\{1, 2, 3, 4, 5\right\} \right\} $

is necessary and sufficient to make $S$ a complete lattice under the partial order defined by set containment?

  1. $\{1\}$
  2. $\{1\}, \{2, 3\}$
  3. $\{1\}, \{1, 3\}$
  4. $\{1\}, \{1, 3\}, \{1, 2, 3, 4\}, \{1, 2, 3, 5\}$

8 Answers

Best answer
50 50 votes

Answer: A

A lattice is complete if every subset of partial order set has a supremum and infimum element.

For example, here we are given a partial order set S. Now it will be a complete lattice if whatever be the subset we choose, it has a supremum and infimum element. Here relation given is set containment, so supremum element will be just union of all sets in the subset we choose. Similarly, infimum element will be just intersection of all the sets in the subset we choose.

Now as we can see, $S$ now is not complete lattice, because although it has a supremum for every subset we choose, but some subsets have no infimum. For example: if we take subset $\{1,3,5\}$ and $\{1,2,4\}$ then intersection of sets in this is $\{1\},$ which is not present in $S.$ So clearly, if we add set $\{1\}$ in $S,$ we will solve the problem. So, adding $\{1\}$ is necessary and sufficient condition for $S$ to be complete lattice. Thus, option (A) is correct.

edited by
87 87 votes

See the below diagram only {1} is enough to be Lattice. Hence Option A is Ans.

14 14 votes
  • A partially ordered set L is called a complete lattice if every subset M of L has a least upper bound called as supremum and a greatest lower bound called as infimum.
  • We are given a set containment relation.
  • So, supremum element is union of all the subset and infimum element is intersection of all the subset.
  • Set S is not complete lattice because although it has a supremum for every subset, but some subsets have no infimum.
    We take subset {{1,3,5},{1,2,4}}.Intersection of these sets is {1}, which is not present in S.
    So we have to add set {1} in S to make it a complete lattice
12 12 votes
given set contains two infimum (1,2) & (1,3,5) so given set is not a lattice.
adding (1) to the given set results lattice..
4 4 votes
draw the hasse diag. for above lattice and you can easily figure out the missing key in the puzzle is {1}
4 4 votes

Actually, this qs is about to make COMPLETE Lattice.

If we add {a} then it becomes a complete lattice.

First of all draw the Poset diagram with {a}.And plz don't use the Shortcut for LUB of A and B = A U B and GLB of A and B =A∩B

Just see the Poset diagram and find out the LUB and GLB for every pair of elements.

Let  eg1. subset A= {{1,2},{1,3,5}}  then LUB of {1,2},{1,3,5} = {1,2,3,4,5} ∈ S and GLB of {1,2},{1,3,5} ={1} ∈ S

Let eg2.subset B={{1,2,3},{1,3,5}} then LUB of {1,2,3},{1,3,5} = {1,2,3,4,5} ∈ S and GLB of {1,2,3},{1,3,5} = {1} 

The correct answer is ,(A) {1}

Answer:
Position:
Show:

Related questions

49 49 votes
8 answers 8 answers
12.1k
12.1k views
Kathleen asked Sep 18, 2014
12,093 views
The following is the incomplete operation table of a $4-$element group.$$\begin{array}{|l|l|l|l|l|} \hline \textbf{*} & \textbf{e}& \textbf{a} &\textbf{b} & \textbf{c}\\\...
50 50 votes
7 answers 7 answers
16.7k
16.7k views
Kathleen asked Sep 18, 2014
16,657 views
Consider the binary relation:$S= \left\{\left(x, y\right) \mid y=x+1 \text{ and } x, y \in \left\{0, 1, 2\right\} \right\}$The reflexive transitive closure is $S$ is$\lef...
35 35 votes
3 answers 3 answers
7.9k
7.9k views
go_editor asked Apr 24, 2016
7,900 views
Consider the set of integers $\{1,2,3,4,6,8,12,24\}$ together with the two binary operations LCM (lowest common multiple) and GCD (greatest common divisor). Which of the ...
30 30 votes
7 answers 7 answers
17.3k
17.3k views
Kathleen asked Oct 9, 2014
17,297 views
Let $X = \{2, 3, 6, 12, 24\}$, Let $\leq$ be the partial order defined by $X \leq Y$ if $x$ divides $y$. Number of edges in the Hasse diagram of $(X, \leq)$ is$3$$4$$9$No...