edited by
1,956 views
0 votes
0 votes

ϕ  ∈  PowerSet( A )

{ϕ } ⊆ PowerSet( A )
 

is both equal ? If not give explanation .

edited by

1 Answer

Best answer
3 votes
3 votes

Let S={1,2,3}

Find Subset of S = phi, {1},{2},{3}, {1,2}, {1,3}, {2,3},{1,2,3}.

Check few Question Here: 

  1. phi ∈ S = in given set phi is not given So False.
  2. phi ⊆ S  = phi is subset of every set So Ture
  3. 1  ∈ S = 1 belongs to S So True
  4.  S = 2 ∈ S but 2 is not subset of S  So False. but {2}  S is True.

P(S) = {phi, {1},{2},{3}, {1,2}, {1,3}, {2,3},{1,2,3}} 

Check few Question Here: 

  1. phi ∈ P(S) = in given set phi is given So True.
  2. phi ⊆ P(S) = phi is subset of every set So Ture
  3. 1  ∈ P(S) = 1 is not belongs to P(S).So False
  4.  P(S) = {2}  P(S) is False  but {{2}}  P(S) is Ture.

So what we can say :

x ∈ S means x element present in S

{x} ∈S means {x} belongs to S 

 S always false since curly baces needed for sunset operation. except of x= phi

{x} ⊆ S means if x is present in S then only it is ture but if {x} is present and x is not present then it is not true.

selected by

Related questions

1 votes
1 votes
1 answer
1
0 votes
0 votes
1 answer
2
dileswar sahu asked Oct 11, 2016
324 views
In the above question my doubt is instead of under multiplication if we change under ADDITION then what is its value?plz someone explain details.