Algebra of sets

Algebra of sets

The algebra of sets develops and describes the basic properties and laws of sets, the set-theoretic operations of union, intersection, and complementation and the relations of set equality and set inclusion. It also provides systematic procedures for evaluating expressions, and performing calculations, involving these operations and relations.

Contents

Introduction

The algebra of sets is the development of the fundamental properties of set operations and set relations. These properties provide insight into the fundamental nature of sets. They also have practical considerations.

Just like expressions and calculations in ordinary arithmetic, expressions and calculations involving sets can be quite complex. It is helpful to have systematic procedures available for manipulating and evaluating such expressions and performing such computations.

In the case of arithmetic, it is elementary algebra that develops the fundamental properties of arithmetic operations and relations.

For example, the operations of addition and multiplication obey familiar laws such as associativity, commutativity and distributivity; while the "less than or equal" relation satisfies such laws as reflexivity, antisymmetry and transitivity. These laws provide tools which facilitate computation as well as describe the fundamental nature of numbers, their operations and relations.

The algebra of sets is the set-theoretic analogue of the algebra of numbers. It is the algebra of the set-theoretic operations of union, intersection and complementation, and the relations of equality and inclusion. These are the topics covered in this article. For a basic introduction to sets see the article on sets, for a fuller account see naive set theory, and for a full rigorous axiomatic treatment see axiomatic set theory.

The fundamental laws of set algebra

The binary operations of set union and intersection satisfy many identities. Several of these identities or "laws" have well established names. Three pairs of laws, are stated, without proof, in the following proposition.

PROPOSITION 1: For any sets A, B, and C, the following identities hold:

commutative laws:
  • A \cup B = B \cup A\,\!
  • A \cap B = B \cap A\,\!
associative laws:
  • (A \cup B) \cup C = A \cup (B \cup C)\,\!
  • (A \cap B) \cap C = A \cap (B \cap C)\,\!
distributive laws:
  • A \cup (B \cap C) = (A \cup B) \cap (A \cup C)\,\!
  • A \cap (B \cup C) = (A \cap B) \cup (A \cap C)\,\!

Notice that the analogy between unions and intersections of sets, and addition and multiplication of numbers, is quite striking. Like addition and multiplication, the operations of union and intersection are commutative and associative, and intersection distributes over unions. However, unlike addition and multiplication, union also distributes over intersection.

The next proposition, states two additional pairs of laws involving three specials sets: the empty set, the universal set and the complement of a set.

PROPOSITION 2: For any subset A of universal set U, where Ø is the empty set, the following identities hold:

identity laws:
  • A \cup \varnothing = A\,\!
  • A \cap U = A\,\!
complement laws:
  • A \cup A^C = U\,\!
  • A \cap A^C = \varnothing\,\!

The identity laws (together with the commutative laws) say that, just like 0 and 1 for addition and multiplication, Ø and U are the identity elements for union and intersection, respectively.

Unlike addition and multiplication, union and intersection do not have inverse elements. However the complement laws give the fundamental properties of the somewhat inverse-like unary operation of set complementation.

The preceding five pairs of laws: the commutative, associative, distributive, identity and complement laws, can be said to encompass all of set algebra, in the sense that every valid proposition in the algebra of sets can be derived from them.

The principle of duality

The above propositions display the following interesting pattern. Each of the identities stated above is one of a pair of identities such that each can be transformed into the other by interchanging ∪ and ∩, and also Ø and U.

These are examples of an extremely important and powerful property of set algebra, namely, the principle of duality for sets, which asserts that for any true statement about sets, the dual statement obtained by interchanging unions and intersections, interchanging U and Ø and reversing inclusions is also true. A statement is said to be self-dual if it is equal to its own dual.

Some additional laws for unions and intersections

The following proposition states six more important laws of set algebra, involving unions and intersections.

PROPOSITION 3: For any subsets A and B of a universal set U, the following identities hold:

idempotent laws:
  • A \cup A = A\,\!
  • A \cap A = A\,\!
domination laws:
  • A \cup U = U\,\!
  • A \cap \varnothing = \varnothing\,\!
absorption laws:
  • A \cup (A \cap B) = A\,\!
  • A \cap (A \cup B) = A\,\!

As noted above each of the laws stated in proposition 3, can be derived from the five fundamental pairs of laws stated in proposition 1 and proposition 2. As an illustration, a proof is given below for the idempotent law for union.

Proof:

A \cup A\,\! =(A \cup A) \cap U\,\! by the identity law of intersection
=(A \cup A) \cap (A \cup A^C)\,\! by the complement law for union
=A \cup (A \cap A^C)\,\! by the distributive law of union over intersection
=A \cup \varnothing\,\! by the complement law for intersection
=A\,\! by the identity law for union

The following proof illustrates that the dual of the above proof is the proof of the dual of the idempotent law for union, namely the idempotent law for intersection.

Proof:

A \cap A\,\! =(A \cap A) \cup \varnothing by the identity law for union
=(A \cap A) \cup (A \cap A^C)\,\! by the complement law for intersection
=A \cap (A \cup A^C)\,\! by the distributive law of intersection over union
=A \cap U\,\! by the complement law for union
=A\,\! by the identity law for intersection

Intersection can be expressed in terms of union and set difference :

A \cap B\,\! = A \cup B -(A - B) - (B - A)

Some additional laws for complements

The following proposition states five more important laws of set algebra, involving complements.

PROPOSITION 4: Let A and B be subsets of a universe U, then:

De Morgan's laws:
  • (A \cup B)^C = A^C \cap B^C\,\!
  • (A \cap B)^C = A^C \cup B^C\,\!
double complement or Involution law:
  • A^{CC} = A\,\!
complement laws for the universal set and the empty set:
  • \varnothing^C = U
  • U^C = \varnothing

Notice that the double complement law is self-dual.

The next proposition, which is also self-dual, says that the complement of a set is the only set that satisfies the complement laws. In other words, complementation is characterized by the complement laws.

PROPOSITION 5: Let A and B be subsets of a universe U, then:

uniqueness of complements:
  • If A \cup B = U\,\!, and A \cap B = \varnothing\,\!, then B = A^C\,\!

The algebra of inclusion

The following proposition says that inclusion is a partial order.

PROPOSITION 6: If A, B and C are sets then the following hold:

reflexivity:
  • A \subseteq A\,\!
antisymmetry:
  • A \subseteq B\,\! and B \subseteq A\,\! if and only if A = B\,\!
transitivity:
  • If A \subseteq B\,\! and B \subseteq C\,\!, then A \subseteq C\,\!

The following proposition says that for any set S, the power set of S, ordered by inclusion, is a bounded lattice, and hence together with the distributive and complement laws above, show that it is a Boolean algebra.

PROPOSITION 7: If A, B and C are subsets of a set S then the following hold:

existence of a least element and a greatest element:
  • \varnothing \subseteq A \subseteq S\,\!
existence of joins:
  • A \subseteq A \cup B\,\!
  • If A \subseteq C\,\! and B \subseteq C\,\!, then A \cup B \subseteq C\,\!
existence of meets:
  • A \cap B \subseteq A\,\!
  • If C \subseteq A\,\! and C \subseteq B\,\!, then C \subseteq A \cap B\,\!

The following proposition says that the statement A \subseteq B\,\! is equivalent to various other statements involving unions, intersections and complements.

PROPOSITION 8: For any two sets A and B, the following are equivalent:

  • A \subseteq B\,\!
  • A \cap B = A\,\!
  • A \cup B = B\,\!
  • A \setminus B = \varnothing
  • B^C \subseteq A^C

The above proposition shows that the relation of set inclusion can be characterized by either of the operations of set union or set intersection, which means that the notion of set inclusion is axiomatically superfluous.

The algebra of relative complements

The following proposition lists several identities concerning relative complements or set-theoretic difference.

PROPOSITION 9: For any universe U and subsets A, B, and C of U, the following identities hold:

  • C \setminus (A \cap B) = (C \setminus A) \cup (C \setminus B)\,\!
  • C \setminus (A \cup B) = (C \setminus A) \cap (C \setminus B)\,\!
  • C \setminus (B \setminus A) = (A \cap C)\cup(C \setminus B)\,\!
  • (B \setminus A) \cap C = (B \cap C) \setminus A = B \cap (C \setminus A)\,\!
  • (B \setminus A) \cup C = (B \cup C) \setminus (A \setminus C)\,\!
  • A \setminus A = \varnothing\,\!
  • \varnothing \setminus A = \varnothing\,\!
  • A \setminus \varnothing = A\,\!
  • B \setminus A = A^C \cap B\,\!
  • (B \setminus A)^C = A \cup B^C\,\!
  • U \setminus A = A^C\,\!
  • A \setminus U = \varnothing\,\!

See also

References

External links


Wikimedia Foundation. 2010.

Игры ⚽ Нужна курсовая?

Look at other dictionaries:

  • algebra of sets — Math. a nonempty collection of sets having the property that the union of two sets of the collection is a set of the collection and the complement of each set of the collection is a set in the collection. Cf. Boolean ring. * * * …   Universalium

  • algebra of sets — Math. a nonempty collection of sets having the property that the union of two sets of the collection is a set of the collection and the complement of each set of the collection is a set in the collection. Cf. Boolean ring …   Useful english dictionary

  • Simple theorems in the algebra of sets — Elementary discrete mathematics courses sometimes leave students under an erroneous impression that the subject matter of set theory is the algebra of union, intersection, and complementation of sets. Those topics are treated below: they would… …   Wikipedia

  • Algebra tiles — Algebra tiles are known as mathematical manipulatives that allow students to better understand ways of algebraic thinking and the concepts of algebra. These tiles have proven to provide concrete models for elementary school, middle school, high …   Wikipedia

  • Algebra — This article is about the branch of mathematics. For other uses, see Algebra (disambiguation). Algebra is the branch of mathematics concerning the study of the rules of operations and relations, and the constructions and concepts arising from… …   Wikipedia

  • algebra, modern — ▪ mathematics Introduction also called  abstract algebra        branch of mathematics concerned with the general algebraic structure of various sets (such as real numbers (real number), complex numbers (complex number), matrices (matrix), and… …   Universalium

  • algebra — /al jeuh breuh/, n. 1. the branch of mathematics that deals with general statements of relations, utilizing letters and other symbols to represent specific sets of numbers, values, vectors, etc., in the description of such relations. 2. any of… …   Universalium

  • Algebra over a field — This article is about a particular kind of vector space. For other uses of the term algebra , see algebra (disambiguation). In mathematics, an algebra over a field is a vector space equipped with a bilinear vector product. That is to say, it is… …   Wikipedia

  • algebra — noun Etymology: Medieval Latin, from Arabic al jabr, literally, the reduction Date: 1551 1. a generalization of arithmetic in which letters representing numbers are combined according to the rules of arithmetic 2. any of various systems or… …   New Collegiate Dictionary

  • algebra — al•ge•bra [[t]ˈæl dʒə brə[/t]] n. 1) math. the branch of mathematics that deals with general statements of relations, utilizing letters and other symbols to represent specific sets of numbers, values, vectors, etc., in the description of such… …   From formal English to slang

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”