Set Theory and Operations
The Language of Mathematics → Operations on Sets → Cardinality of Sets → Cartesian Product → Axiomatic Systems: ZF and ZFC → Cantor's Hierarchy of Infinities → Applications of Set Theory in Computer Science → Cardinality of Sets and Cantor's Theorem → Numerical Example: Cantor's Diagonal Argument
Formulas
Set theory is the universal language of mathematics. All mathematical objects—numbers, functions, structures—can be defined through sets.
Georg Cantor created set theory in the 1870s, despite opposition from conservative mathematicians. David Hilbert called his theory "a paradise from which we shall not be driven."
Union: $A \cup B = \{x : x \in A \text{ or } x \in B\}$. Intersection: $A \cap B = \{x : x \in A \text{ and } x \in B\}$. Difference: $A \setminus B = \{x : x \in A,\ x \notin B\}$. Symmetric difference: $A \bigtriangleup B = (A \setminus B) \cup (B \setminus A)$. Complement: $A^c = U \setminus A...
De Morgan's Laws: $(A \cup B)^c = A^c \cap B^c$; $(A \cap B)^{\complement} = A^c \cup B^c$.