Topology/Basic Concepts Set Theory

From testwiki
Revision as of 00:48, 17 November 2016 by imported>Pi zero ({{BookCat}})
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This chapter concisely describes the basic set theory concepts used throughout this book—not as a comprehensive guide, but as a list of material the reader should be familiar with and the related notation. Readers desiring a more in-depth understanding of set theory should read the Set Theory Wikibook.

Basic Definitions

The empty set is denoted by symbol . A finite set consisting of elements x1,x2,,xn is denoted {x1,x2,,xn}. Set theorists commonly, albeit sloppily, do not distinguish strictly between a singleton set {x} and its single element x.

For a more in depth understanding of how elements of sets relate to each other, we must first define a few terms. Let A and B denote two sets.

  • The union of A and B, denoted AB, is the set of all x that belong to either A or B (or both).
  • The intersection of A and B, denoted AB, is the set of all x that belong to both A and B.
  • The difference of A and B, denoted AB or AB, is the set of all xA such that xB.
    • In contexts where there is a set containing "everything," usually denoted U, the complement of A, denoted Ac, is UA.
  • The symmetric difference of A and B, denoted AΔB, is defined by AΔB=(AB)(BA).
  • A is a subset of B, denoted AB, if and only if every element in A also belongs to B. In other words, when xA:xB. A key property of these sets is that A=B if and only if AB and BA.
  • A is a proper subset of B, denoted AB, if and only if AB and AB. (We do not use the notation AB, as the meaning is not always consistent.)
  • The cardinality of A, denoted |A|, is the number of elements in A.
    Examples
    • |{1,2,3,4,5}|=5
    • ||=0
    • |{}|=1
  • The power set of A, denoted P(A), is the set of all subsets of A.
    Examples
    • P()={}
    • P({x})={,{x}}
    • P({x,y})={,{x},{y},{x,y}}

Note that |P(A)|=2|A|.

Ordered n-tuples are denoted (x1,x2,,xn). For two ordered sets X=(x1,x2,,xn) and Y=(y1,y2,,yn), we have X=Y if and only if i,1in:xi=yi.

N-tuples can be defined in terms of sets. For example, the ordered pair x,y  was defined by Kazimierz Kuratowski as (x,y):={{x},{x,y}}. Now n-tuples are defined as

(x1,x2,,xn) := {1,x1,2,x2,,n,xn}.

We now can use this notion of ordered pairs to discuss the Cartesian Product of two sets. The Cartesian Product of A and B, denoted AB, is the set of all possible ordered pairs where the first element comes from A and the second from B; that is,

AB={(a,b)|aA,bB}.

Now that we have defined Cartesian Products, we can turn to the notions of binary relations and functions. We say a set R is a binary relation from A to B if RAB. If (x,y)R, it is customary to write xRy. If R is a relation, then the set of all x which are in relation R with some y is called the domain of R, denoted domR. The set of all y such that, for some x, x is in relation R with y is called the range of R, denoted ranR. A binary relation F is called a function if every element x in its domain has exactly one element y in its range such that xFy. Also, if F is a function, the typical notation is F(x)=y instead of xFy.

There are a few special types of functions we should discuss. A function F:AB is said to be onto a set B, or a surjective function from A to B, if ranF=B. A function F is said to be one-to-one or injective if a1dom F,a2dom F, anda1a2 implies F(a1)F(a2). A function that is both injective and surjective is called bijective.

Exercises

If you can successfully answer the following problems, you are ready to study topology! Please take the time to solve these problems.

  1. Prove that the empty set is a subset of every set.
  2. Consider the set An=(n,n) for each n in the set of natural numbers. Does the union over all An (for n in the set of natural numbers) equal (the set of all real numbers)? Justify your answer.
  3. Using An from above, prove that no finite subset of An has the property that the union of this finite subset equals . Once you study topology, you will see that this constitutes a proof that is not compact.

Template:BookCat