Question 19 of 47intermediate🔍 AnalyzeShort Answer4 marks

Let A = {1, 2, {3, 4}, 5}. Which of the following statements are incorrect and why?

(i)

{3, 4} ⊂ A

Answer

Incorrect - {3, 4} is an element of A, not a subset. For {3, 4} ⊂ A to be true, elements 3 and 4 must belong to A, but they don't.

(ii)

{3, 4} ∈ A

Answer

Correct - {3, 4} is listed as an element in A = {1, 2, {3, 4}, 5}.

(iii)

{{3, 4}} ⊂ A

Answer

Correct - The set {{3, 4}} has only one element {3, 4}, which is an element of A.

(iv)

1 ∈ A

Answer

Correct - 1 is explicitly listed as an element of A.

(v)

1 ⊂ A

Answer

Incorrect - 1 is an element of A, not a subset. The symbol ⊂ is used between sets, not between an element and a set.

(vi)

{1, 2, 5} ⊂ A

Answer

Correct - All elements 1, 2, 5 belong to A, so {1, 2, 5} is a subset of A.

(vii)

{1, 2, 5} ∈ A

Answer

Incorrect - {1, 2, 5} is not an element of A. The elements of A are 1, 2, {3, 4}, and 5 only.

(viii)

{1, 2, 3} ⊂ A

Answer

Incorrect - {1, 2, 3} ⊂ A is false because 3 ∉ A. Elements 1 and 2 are in A, but 3 is not.

(ix)

φ ∈ A

Answer

Incorrect - φ is not an element of A. The elements of A are 1, 2, {3, 4}, and 5.

(x)

φ ⊂ A

Answer

Correct - The empty set φ is a subset of every set, including A.

(xi)

{φ} ⊂ A

Answer

Incorrect - {φ} ⊂ A would require φ ∈ A, but φ is not an element of A.

Explanation

This question tests understanding of the distinction between 'element of' (∈) and 'subset of' (⊂). The set A = {1, 2, {3, 4}, 5} has four elements: 1, 2, {3, 4}, and 5. Note that {3, 4} is a single element (a set within a set), not separate elements 3 and 4. For subset relation X ⊂ A, every element of X must be an element of A. For element relation X ∈ A, X must be one of the listed elements of A. The empty set φ is always a subset of any set, but it is not necessarily an element.