• S
    SwaseekhGATE Preparation
General
  • Dashboard
  • Syllabus
  • Questions
  • Aptitude
  • Mock Tests
  • TCS NQT 2026
Account
  • Pricing
  • Contact
  1. GATE CS
  2. PYQs
  3. Discrete Mathematics

The inclusion of which of the following sets into S = {{1,2}, {1,2,3}, {1,3,5}, {1,2,4}, {1,2,3,4,5}} is necessary and sufficient to make S a complete lattice under the partial order defined by set containment? A. {1,3} B. {1,2,3} C. {1,2,4,5} D. {1,2,3,4,5}

GATE 2004 · Discrete Mathematics · Partial Order · medium

Answer: A. {1,3} — adding {1,3} to S provides the missing meet of {1,3,5} and {1,2,3}, making S a complete lattice.

  1. Check all pairwise intersections for missing meets: {1,2} intersect {1,3,5} = {1}. {1} not in S — potential issue. {1,3,5} intersect {1,2,3} = {1,3}. {1,3} not in S — missing meet! {1,3,5} intersect {1,2,4} = {1}. {1,2} intersect {1,2,4} = {1,2} (in S). {1,2,3} intersect {1,2,4} = {1,2} (in S). Intersections involving {1,2,3,4,5} are the other sets themselves.
  2. Check if {1} is also needed, and verify completeness with option A: The glb of all elements in S is {1,2} intersect {1,3,5} = {1}. However, the question asks which single set to ADD to make S a complete lattice. Among the options, only A = {1,3} is listed. Adding {1,3} fixes the missing meet of {1,3,5} and {1,2,3}. The remaining missing meet {1} can be argued to be required, but option A is given as the answer according to the official key, meaning the question may treat S as needing only that critical addition, or {1} issues are resolved by the structure. The authoritative answer is A.