779 views
1 votes
1 votes
What is the difference between Subset and Proper subset?

Can we say subset is also a proper subset in some cases?

2 Answers

1 votes
1 votes

only difference is that

Subset of a given set might contain all the element of given set BUT proper subset should not contain all element

eg: 

  The set {2,3,5,7} is a subset of {2,3,5,7}.

   The set {2,3,5,7} is NOT a proper subset of {2,3,5,7}.

   The set {2,3,5} is a proper subset of {2,3,5,7}.

   The set {NULL} is a proper subset of {2,3,5,7}.

The set {NULL} is a subset of {2,3,5,7}.

You have the answer in front of you. If A has cardinality n, then the number of subsets is 2n and the number of proper subsets is 2n−1, because the only set we have to "throw out" is A itself in order to get all the proper subsets.

 

0 votes
0 votes
If you have a subset $A\subset B$, $A$ is called a proper subset if  $  A \neq B$.

Therefore, every proper subset is also a subset, but every subset is not a proper subset.
edited by

Related questions

0 votes
0 votes
1 answer
1
Sandy Sharma asked Mar 14, 2019
1,881 views
i am not able to understand the proof.How we reached statement 2 from statement 1 as I have marked in the picture (right side)Can some one elaborate?
1 votes
1 votes
1 answer
2
Ayan21 asked Sep 2, 2018
676 views
What will be Cardinality of Cartesian product of a non empty set with a set containing element phi?A={1,2,3} and B={Phi}Than |A*B| will be 0.
1 votes
1 votes
0 answers
3
indrajeet asked Feb 1, 2017
381 views
Let S = {1, 2,......,10 }.The number of unordered pairs A, B where A and B are disjoint non-empty subsets of S is _________ (counting unordered pairs simply means we don&...