ConceptSets & Inequalities
← All conceptsSet operations and relationships
8 ways this goes wrong. Each one is a named misconception the questions are built to catch.
- Complement against wrong universeComputes a complement relative to the wrong reference/universal set.→
- Element-of vs subset-ofConfuses membership (element belongs to set) with inclusion (set is a subset).→
- Empty set as subset forgottenForgets the empty set is a subset of every set (e.g. omits the B=empty case in subset-count problems).→
- Intersection/union swappedLists union elements when intersection is required, or vice versa.→
- Nested multiple-sets not nestedFails to see multiples-of-6 are a subset of multiples-of-3 (nested parametrized integer sets).→
- Proper subset vs subsetTreats the proper-subset relation as ordinary subset-or-equal (or vice versa), mishandling the equal case.→
- Subset direction reversedReads the subset/proper-subset symbol backwards, asserting the superset is contained in the subset.→
- {empty} mistaken for empty setTreats the singleton {emptyset} or {0} as the empty set itself.→
