Topology/Basic Concepts Set Theory

From testwiki
Jump to navigation Jump to search

This chapter is meant to be a short, concise introduction to the basic set concepts used throughout this book. It is not meant to be a comprehensive text book on set theory, for that see elsewhere in Wikibooks. Rather, it will list the material that the reader should be familiar with, and showcase the notation used.

Unions, Intersections and Relations

The empty set is denoted by symbol .  A (finite) set consisting of elements x1,x2,,xn is denoted {x1,x2,,xn}. It is a bit sloppy but common practice not to distinguish very strictly between a singleton set  {x}  and its single element  x.

Let A and B denote two sets. Then the union is denoted AB, the intersection AB and the difference AB. If every element in A also belongs to B, we say that A is a "subset" of B. In other words, xA:xB is equivalent to AB. A key property of these sets is that A=B if and only if AB and BA. If AB and AB then A is a proper subset of B, which we denote AB. We do not use the notation AB, as the meaning varies between subset and proper subset in various sources.

Finite ordered sets (or 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 n:xn=yn (compare with the statement above regarding equality of unordered sets).

Ordered sets can be defined in terms of unordered sets. For example, the ordered pair  <x,y>  was defined by Kazimierz Kuratowski as <x,y>:={{x},{x,y}}. It is an exercise in tedious but not difficult case checking to show that  <x1,y1>=<x2,y2>  if and only if  x1=x2  and  y1=y2.

Now n-tuple is defined as follows:

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