strangerRidingCaml

1. Introduction to Set Theory 본문

General topology

1. Introduction to Set Theory

woddlwoddl 2024. 5. 4. 14:14
728x90
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, A={1,2,3}A={1,2,3} represents a set with elements 1, 2, and 3.

Relations: A relation between sets A and B is a subset of their Cartesian product A×BA×B. Common types of relations include:

  • 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: f:ABf:AB, where AA is the domain and BB is the codomain.

Operations on Sets

Unions, Intersections, and Complements:

  • Union (ABAB): The union of sets A and B contains all elements that are in A, in B, or in both.
  • Intersection (ABAB): The intersection of sets A and B contains all elements that are common to both A and B.
  • Complement (AcAc): The complement of set A contains all elements that are not in A, within some universal set.

Cartesian Products and Power Sets

Cartesian Product: The Cartesian product of sets A and B, denoted by A×BA×B, is the set of all ordered pairs (a,b)(a,b) where aa is in A and bb is in B.

Power Set: The power set of a set A, denoted by P(A) or 2A, is the set of all subsets of A, including the empty set and A itself.

'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