Sets
A set is a well-defined collection of objects, fundamental to modern mathematics. Georg Cantor developed set theory in the 1870s while studying trigonometric series.
- 1A set is a well-defined collection of objects; membership is always decidable
- 2Two representation methods: roster form {1,2,3} and set-builder form {x: condition}
- 3Empty set (φ) contains no elements; finite sets have definite cardinality; infinite sets have unlimited elements
- 4A subset (A ⊂ B) means every element of A is also in B; proper subsets exclude equality
- 5Set operations include union (∪), intersection (∩), difference (-), and complement ('); follow commutativity, associativity, and distributivity laws
