strangerRidingCaml
1. Introduction to Set Theory 본문
Introduction to Set Theory
Basics of Sets, Relations, and Functions
Set: A set is a collection of distinct objects, called elements. For example,
Relations: A relation between sets A and B is a subset of their Cartesian product
- Binary relation: A relation between two sets.
- Equivalence relation: A relation that is reflexive, symmetric, and transitive.
- Order relation: A relation that is reflexive, antisymmetric, and transitive.
Functions: A function is a relation between two sets such that each element of the first set domaindomain is associated with exactly one element of the second set codomaincodomain. Notation:
Operations on Sets
Unions, Intersections, and Complements:
- Union (
): The union of sets A and B contains all elements that are in A, in B, or in both.A∪BA∪B - Intersection (
): The intersection of sets A and B contains all elements that are common to both A and B.A∩BA∩B - Complement (
): The complement of set A contains all elements that are not in A, within some universal set.AcAc
Cartesian Products and Power Sets
Cartesian Product: The Cartesian product of sets A and B, denoted by
Power Set: The power set of a set A, denoted by
'General topology' 카테고리의 다른 글
6. Compactness and Compactification 0 | 2024.05.04 |
---|---|
5. Separation Axioms 0 | 2024.05.04 |
4. Topology of Metric Spaces 0 | 2024.05.04 |
3. Continuity and Homeomorphisms 0 | 2024.05.04 |
2. Topological Spaces 0 | 2024.05.04 |