Let A = {1, 2} and B = {1, 2, 3}. Which of the following correctly describes the relationship between A and B?
AA ⊂ B and A ⊆ B are both true
BA ⊆ B is true but A ⊂ B is false, because A and B share elements
CA ⊂ B is true but A ⊆ B is false, because A is strictly smaller
DNeither relation holds because A and B are different sets
Every element of A (1 and 2) is in B, so A ⊆ B is true. Additionally, B contains 3, which is not in A, so A ≠ B — making A ⊂ B (proper subset) also true. Proper subset (⊂) implies subset (⊆), just as strict less-than (<) implies less-than-or-equal (≤). Option B confuses 'sharing elements' with equality; option C misreads the implication direction — A ⊂ B guarantees A ⊆ B, not the other way around.
Question 2 Multiple Choice
Is ∅ ⊆ ∅ true? Is ∅ ⊂ ∅ true?
ABoth are true — the empty set is a subset and proper subset of itself
B∅ ⊆ ∅ is true, but ∅ ⊂ ∅ is false — the empty set is not a proper subset of itself
CBoth are false — the empty set has no elements, so no subset relations hold
D∅ ⊂ ∅ is true, but ∅ ⊆ ∅ is false — only proper containment applies to equal sets
A ⊆ A is true for any set A (every element of A is trivially in A), so ∅ ⊆ ∅ is true. But A ⊂ A requires A ≠ A, which is never true — a set cannot be a proper subset of itself, just as no number satisfies n < n. So ∅ ⊂ ∅ is false. This mirrors the number analogy: 5 ≤ 5 is true, but 5 < 5 is false. The empty set is a proper subset of every NON-EMPTY set, but not of itself.
Question 3 True / False
For any set A, the empty set ∅ is a subset of A.
TTrue
FFalse
Answer: True
The definition of A ⊆ B is: for every x, if x ∈ A then x ∈ B. To show ∅ ⊄ A, you would need to exhibit an element of ∅ that is not in A — but ∅ has no elements, so no such counterexample exists. The subset condition is vacuously satisfied. This is not a technicality; it is the definition working as intended. The empty set belongs to the power set of every set precisely because of this vacuous inclusion.
Question 4 True / False
The empty set is a proper subset of nearly every set.
TTrue
FFalse
Answer: False
∅ is a proper subset of every NON-EMPTY set, but NOT of ∅ itself. The proper subset relation requires A ⊆ B AND A ≠ B. While ∅ ⊆ ∅ is true (vacuously), ∅ = ∅ is also true, so the second condition A ≠ B fails. Therefore ∅ ⊄ ∅ as a proper subset. The claim 'every set' is one element too many — ∅ itself is the exception. This subtle error trips up many students who correctly remember that ∅ is always a subset but incorrectly extend this to 'proper subset of every set.'
Question 5 Short Answer
Explain why the empty set is a subset of every set, using only the definition of subset.
Think about your answer, then reveal below.
Model answer: The definition of A ⊆ B is: for every element x, if x ∈ A then x ∈ B. To show ∅ ⊆ B for any set B, we must check: for every x in ∅, x ∈ B. Since ∅ contains no elements, there is nothing to check — the condition holds vacuously. There is no element of ∅ that could fail to be in B, so the definition is satisfied.
Vacuous truth is often counterintuitive but is consistent with classical logic: a universal statement 'for all x in A, P(x)' is true when A is empty, because there are no witnesses to falsify it. This is not a loophole or exception — it is the definition of subset working correctly. The practical consequence is that ∅ appears in the power set of every set, and any proof involving 'pick an arbitrary element of A' automatically handles the empty set case without extra work, since no element needs to be chosen.