Subset ⊆
If all the elements of one set are also elements of another set (ex: {Brazil, Argentina} ⊆ {Brazil, Colombia, Argentina}
Proper subset ⊂
If all the elements of a set are elements of another set and are not equal (ex: set A = {red, blue} ⊂ set B = {red, yellow, blue})
Every set is a subset of itself…
But no set is a proper subset of itself
Number of distinct (different) sets
2^n (2 to the power of n, where n is the number of elements in set A)
Number of distinct proper subsets
2^n - 1 (one less than the number of subsets)