31.2k views
1 vote
If a ⊂ b, b may have more elements than a. True false

1 Answer

3 votes

That's true. If A is a subset of B, it means that every element in A is also an element in B. This means that B has, at least, as many elements as A. Nothing prevents B from having more elements though, which don't belong to A.

Consider this example:


A = \{1,2,3,4\},\quad B=\{1,2,3,4,5,6\}

A is a subset of B, because every element of A (1,2,3,4) is also an element of B (1,2,3,4 are in B as well).

Still, B has two more elements (5,6) which don't belong to A, so a superset can have (and typically does actually) more elements than its subset.

User Hogstrom
by
8.5k points

No related questions found