Algebra of sets

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

The algebra of sets defines the 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.

Any set of sets closed under the set-theoretic operations forms a Boolean algebra with the join operator being union, the meet operator being intersection, and the complement operator being set complement.

Fundamentals

The algebra of sets is the set-theoretic analogue of the algebra of numbers. Just as arithmetic addition and multiplication are associative and commutative, so are set union and intersection; just as the arithmetic relation "less than or equal" is reflexive, antisymmetric and transitive, so is the set relation of "subset".

It is the algebra of the set-theoretic operations of union, intersection and complementation, and the relations of equality and inclusion. 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 (\cup) and intersection (\cap) satisfy many identities. Several of these identities or "laws" have well established names.

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)\,\!

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.

Two additional pairs of laws involve the special sets called the empty set Ø and the universal set U; together with the complement operator (AC denotes the complement of A). The empty set has no members, and the universal set has all possible members (in a particular context).

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—encompass all of set algebra, in the sense that every valid proposition in the algebra of sets can be derived from them.

Note that if the complement laws are weakened to the rule  (A^C)^C = A , then this is exactly the algebra of propositional linear logic[clarification needed].

The principle of duality

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

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 above. 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 set difference :

A \cap B\,\! = A \smallsetminus (A \smallsetminus B)

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^{C})}^{C} = 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, that is the binary relation of one set being a subset of another, 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 \smallsetminus 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 and set-theoretic differences.

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

ja:集合代数 ru:Алгебра множеств uk:Алгебра множин