Set Theory/Set Operations

From testwiki
Revision as of 22:00, 12 October 2007 by imported>Mike's bot account (re-categorization for Subject: pages)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Subset

We can define the subset relation on two sets A and B as A is a subset of B if for every x, xA implies xB. We denote this relation AB. If we also have the fact that AB, then we call A a proper subset of B, and write AB.

Operations

We can define the union of two sets A and B using the axioms of union and pair. By axiom of pair {A,B} is a set, so define by axiom of union AB={A,B}.

We define the intersection of two sets using the axiom of separation. Let P(x) hold if and only if xB, then define AB={xxAP(x)}.

We define the difference of two sets using the axiom of separation. Let P(x) hold if and only if x∉B, then define AB={xxAP(x)}.