edited by
15,517 views
66 votes
66 votes

For a set $A$, the power set of $A$ is denoted by $2^{A}$. If $A = \left\{5,\left\{6\right\}, \left\{7\right\}\right\}$, which of the following options are TRUE?

  1. $\varnothing \in 2^{A}$
  2. $\varnothing  \subseteq 2^{A}$
  3. $\left\{5,\left\{6\right\}\right\} \in 2^{A}$
  4. $\left\{5,\left\{6\right\}\right\} \subseteq 2^{A}$
  1. I and III only
  2. II and III only
  3. I, II and III only
  4. I, II and IV only
edited by

6 Answers

1 votes
1 votes

II. is trivially true. $\phi$ is a subset of any set.


I. $ϕ∈2^A$. Means is $\phi$ an element of $2^A\ ?$ Yes, it is. $^{[1]}$


III. Enumerate the elements of $2^A$. $\{5,\{6\}\}$ is an element in it. So, true.


IV. Is $\{5,\{6\}\}$ a subset of $2^A\ ?$ This implicitly assumes that $\{5,\{6\}\}$ is a set. So, we can rephrase it as: are the elements $5$ and $\{6\}$ present in $2^A \ ?$

The answer is no.


Option C

$^{[1]}$ Power set is the set of all subsets.

Hence, the elements of a powerset are sets in themselves.

$\phi$ is the empty set (it literally is the definition of it), so $\phi$ will always belong $(∈)$ to any power set.

0 votes
0 votes

the power set (or powerset) of any set S is the set of all subsets of S, including the empty set and S itself.

 

A = {5, {6}, {7}}

Power set of A = 2^A = {Φ, {5}, {{6}}, {{7}}, {5, {6}}, {5, {7}}, {{6}, {7}}, {5, {6}, {7}}}

Statement I. Φ is element of power set of A. Therefore, Φ ϵ 2^A.

Statement II. Power set of A consists of all subsets of A and from the definition of a subset, ϕ is a subset of any set.

Therefore, Φ ⊆ 2^A Statement III {5, {6}} is element of power set of A. Therefore, {5, {6}} ϵ 2^A.

Statement IV {5, {6}} is element of power set of A. Therefore, {{5, {6}}} ⊆ 2^A.

Hence statement IV is false. Therefore option 3 is correct

😊😊😊😊😊😊😊😊😊😊😊😊

Answer:

Related questions

29 votes
29 votes
4 answers
2
makhdoom ghaya asked Feb 11, 2015
6,520 views
If $g(x) = 1 - x$ and $h(x) = \frac{x}{x-1}$, then $\frac{g(h(x))}{h(g(x))}$ is:$\frac{h(x)}{g(x)}$$\frac{-1}{x}$$\frac{g(x)}{h(x)}$$\frac{x}{(1-x)^{2}}$
25 votes
25 votes
2 answers
3
makhdoom ghaya asked Feb 13, 2015
6,438 views
The binary operator $\neq$ is defined by the following truth table.$$\begin{array}{|l|l|l|} \hline \textbf{p} & \textbf{q}& \textbf{p} \neq \textbf{q}\\\hline \text{0} & ...