I am a bit confused about the concept of proper subsets,precisely whether to include one or both of the void set and the set itself.
An extract from my module goes like this :
Obviously,every set is the subset of itself and the void set $\emptyset$ is the subset of every set. These two subsets are called improper subsets.
It also includes a theorem which states that "Let A be a finite set having n elements. Then the total number of subsets of A is ($2^n$) and the number of proper subsets of A is ($2^{n}-1).$"
Then again in a sample solution of this problem "If A = {a,b,c},then the number of proper subsets of A is ?"
Total no of subsets of {a,b,c} = $2^3$ = 8. But each set have two improper subset, so number of improper subsets are 6.
Is this solution correct ? If so please explain the concept.