Final answer:
Set A is a subset of B if all elements of A are in B. If A has fewer elements than B, A is a proper subset of B. Examples provided illustrate these concepts for different sets.
Step-by-step explanation:
Determining Subsets and Proper Subsets
To determine if one set is a subset of another, we check if all elements of the first set are also in the second set. To determine if it is a proper subset, we additionally check if the two sets are not identical, meaning the subset has fewer elements than the set it is compared to.
- A = {1, 3, 5, 6, 8}, B = {1, 5, 7}: A is not a subset of B since A contains elements not in B (3, 6, 8). Likewise, B is not a subset of A since it contains 7, which isn't in A. Neither is a proper subset of the other.
- A = {a, b, c, d}, B = {d, c, a, b}: A and B are the same set, just written in a different order. Thus, A is a subset of B and B is a subset of A, but neither is a proper subset of the other.
- A = {2, 4, 5}, B = x : A is a subset of B as all elements of A are integers. A is also a proper subset of B since B contains all integers, and A only has some integers.
- A = {1, 3, 7}, B = x is an odd integer: A is a subset of B because all elements of A are odd integers. A is a proper subset of B because B contains all odd integers while A only contains some of them.