FACTOID # 153: In all the countries surveyed, women do more housework than men.
 
 Home   Encyclopedia   Statistics   Countries A-Z   Flags   Maps   Education   Forum   FAQ   About 
 
WHAT'S NEW
RECENT ARTICLES
More Recent Articles »
 

FACTS & STATISTICS    Simple view

  1. Select countries to view: (hold down Control key and click to select several)

     

     

    Compare:

     

     

  1. Select fact or statistic: (* = graphable)

     

     

     

  2. (OPTIONAL) Compare to statistic: (both need to be graphable)

     

     

     

  3. View result as:

     

       
(OR) SEARCH ALL encyclopedia, stats & forums:   

Encyclopedia > The 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, Set, for a fuller account see Naive 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:
  • AB  =  BA
  • AB  =  BA
associative laws:
  • (AB) ∪C  =  A ∪(BC)
  • (AB) ∩C  =  A ∩(BC)
distributive laws:
  • A ∪(BC)  =  (AB) ∩(AC)
  • A ∩(BC)  =  (AB) ∪(AC)

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, the following identities hold:

identity laws:
  • A ∪Ø  =  A
  • AU  =  A
complement laws:
  • AAC  =  U
  • AAC  =  Ø

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:
  • AA  =  A
  • AA  =  A
domination laws:
  • AU  =  U
  • A ∩Ø  =  Ø
absorption laws:
  • A ∪(AB)  =  A
  • A ∩(AB)  =  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:

     AA = (AA) ∩U    by the identity law for intersection
  = (AA) ∩(AAC)    by the complement law for union
  = A ∪(AAC)    by the distributive law of union over intersection
  = A ∪Ø    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:

     AA = (AA) ∪Ø    by the identity law for union
  = (AA) ∪(AAC)    by the complement law for intersection
  = A ∩(AAC)    by the distributive law of intersection over union
  = AU    by the complement law for union
  = A    by the identity law for intersection

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:
  • (AB)C  =  ACBC
  • (AB)C  =  ACBC
double complement or Involution law:
  • ACC  =  A
complement laws for the universal set and the empty set:
  • ØC  =  U
  • UC  =  Ø

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 AB  =  U, and AB  =  Ø then B = AC.

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 ⊆ A
antisymmetry:
  • A ⊆ B and B ⊆ A if and only if A = B
transitivity:
  • If A ⊆ B and B ⊆ C then A ⊆ 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:
  • Ø ⊆ A ⊆ S
existence of joins:
  • A ⊆ AB
  • If A ⊆ C and B ⊆ C then AB ⊆ C
existence of meets:
  • AB ⊆ A
  • If C ⊆ A and C ⊆ B then C ⊆ AB

The following proposition says that, the statement "A ⊆ 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 ⊆ B
  • AB  =  A
  • AB  =  B
  • A − B  =  Ø
  • BC ⊆ AC

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 − (AB)  =  (C − A) ∪(CB)
  • C − (AB)  =  (C − A) ∩(CB)
  • C − (B − A)  =  (AC) ∪(C − B)
  • (B − A) ∩C  =  (BC) − A  =  B ∩(C − A)
  • (B − A) ∪C  =  (BC) − (A − C)
  • A − A  =  Ø
  • Ø − A  =  Ø
  • A − Ø  =  A
  • B − A  =  ACB
  • (B − A)C  =  ABC
  • U − A  =  AC
  • A − U  =  Ø

Further reading


  Results from FactBites:
 
The algebra of sets - Wikipedia, the free encyclopedia (1016 words)
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.
The algebra of sets is the development of the fundamental properties of set operations and set relations.
It is the algebra of the set-theoretic operations of union, intersection and complementation, and the relations of equality and inclusion.
Algebra Software Programs
Algebra Help
Algebra 1 and Algebra 2
(3195 words)
Advanced algebra students should complete both this "Algebra by Chapter Series" and the "Advanced Math Series" which would then be the equivalent of 2 years of Algebra (Algebra 1 and Algebra 2) including a complete course of Trigonometry.
Learn algebra as each topic is introduced and explained with sample algebra problems followed by practice sets of algebra problems with the algebra solutions offered to the student step-by-step.
Algebra 1 students will learn this material for the first time and algebra 2 students will review this very important material which is necessary for more advanced algebra studies.
  More results at FactBites »


 

COMMENTARY     


Share your thoughts, questions and commentary here
Your name
Your comments
Please enter the 5-letter protection code

Want to know more?
Search encyclopedia, statistics and forums:

 


Lesson Plans | Student Area | Student FAQ | Reviews | Press Releases |  Feeds | Contact
The Wikipedia article included on this page is licensed under the GFDL.
Images may be subject to relevant owners' copyright.
All other elements are (c) copyright NationMaster.com 2003-5. All Rights Reserved.
Usage implies agreement with terms.