Set Theory/Sets

< Set Theory

Sets and elements

A mathematical set is defined as an unordered collection of distinct elements. That is, elements of a set can be listed in any order and elements occurring more than once are equivalent to occurring only once.

We say that an element is a member of a set. An element of a set can be anything. It's easiest to begin with only numbers as elements. For that reason, most of the examples in this book will only include numbers, but this is only a technique to make the topic less abstract.

Terminology

For a set A having an element x, the following are all used synonymously:

x is a member of A
x is contained in A
x is included in A
x is an element of the set A
A contains x
A includes x

Notation

We specify a set by specifying its members. The curly brace notation is used for this purpose.

is the set containing 1, 2, and 3 as members. Or, {mother, this ipod, my school, the planet Jupiter, 12} is also a set. The curly brace notation can be extended to specify a set by specifying a rule for set membership. ("|" means "such that".)

is again the set containing 1, 2, and 3 as members.

is the set of all natural numbers. This form or representing set can be generalized as:

where P(x) is a statement about the variable x. The set defined by above notation is a set of all objects x such that P(x) is true. **** (For a concrete example, consider A = {x ∈ R : x2 = 1}. Here the property P is “x2 = 1.” Thus, A is the set of all real numbers whose square is one.). EXPLANATION: [A set may be defined by a property. For instance, the set of all planets in the solar system, the set of all even integers, the set of all polynomials with real coefficients, and so on. For a property P and an element s of a set S, we write P(s) to indicate that s has the property P. Then the notation indicates that the set consists of all elements s of S having the property P. The vertical bar | is commonly read as “such that,” and can be also written using a colon instead. So is an alternative notation for . For a concrete example, consider . Here the property P is . Thus, A is the set of all real numbers (x of R (i.e. 1)) whose square is one.] ***

A modified epsilon notation is used for set membership. Thus

means that x is a member of A. We can also say that x is not a member of A:

Characteristics of sets

A set is uniquely identified by its members.

Moreover, the sets A and B are said to be equal if and only if every element of A is also an element of B, and every element of B is an element of A.

All the above expressions specify the same set even though the concept of an even prime is different from the concept of a positive square root. Repetition of members is inconsequential in specifying a set. The expressions

all specify the same set.


Sets are unordered. The expressions

all specify the same set.

Sets can have other sets as members. There is, for example, the set

Some special sets

As stated above, sets are defined by their members. However some sets are given names to ease referencing them.

The set with no members is the empty or null set. The expressions

all specify the empty set.

A set with exactly one member is called a singleton. A set with exactly two members is called a doubleton. Thus {1} is a singleton and {1, 2} is a doubleton.

Subsets, power sets, set operations

Subsets

A set S is a subset of set A if every member of S is a member of A. We use the horseshoe notation to indicate subsets. The expression

says that {1, 2} is a subset of {1, 2, 3}. The empty set is a subset of every set. Every set is a subset of itself. A proper subset of A is a subset of A that is not identical with A. The expression

says that {1, 2} is a proper subset of {1, 2, 3}.

Power sets

A power set of a set is the set of all its subsets. A script 'P' is used for the power set. Note that the empty set and the set itself are members of the power set.

Union

The union of two sets A and B, written , is the set that contains all the members of A and all the members of B (and nothing else). That is,

As an example,

Intersection

The intersection of two sets A and B, written , is the set that contains everything that is a member of both A and B (and nothing else). That is,

As an example,

Two sets are disjoint if their intersection is empty. That is, if A and B are disjoint sets,

Relative complement

The relative complement of A and B, denoted (sometimes ), is the set containing all the members of B that are not members of A. That is,

As an example,

Absolute complement

If we define a universe, or a set containing all of the elements we wish to consider, then we can discuss the absolute complement of a set. For a universe U, define the absolute complement of a subset A of U to be

The absolute complement of A is denoted by , or (according to the ISO 31-11 standard) if U is fixed.

Some properties of set operations

Union and intersection

Based on the preceding definitions, we can derive some useful properties for the operations on sets. The proofs of these properties are left as an exercise to the reader.

The union and intersection operations are symmetric. That is, if A and B are sets,

Furthermore, they are associative. That is, if A, B, and C are sets,

Furthermore, union distributes over intersection and intersection distributes over union. That is, if A, B, and C are sets,

De Morgan's laws

Two important propositions for sets are De Morgan's laws. They state that, for sets A, B, and C,

When A is a universe to which B and C belong, De Morgan's laws can be stated more simply as,

Families of sets

A set of sets is usually referred to as a family or collection of sets. Often, families of sets are written with either a script or Fraktur font to easily distinguish them from other sets. For a family of sets , define the union and intersection of the family by,

For a family of sets, we say that it is pairwise disjoint if any two distinct sets we choose from the family are disjoint.

This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.