HOME

TheInfoList



OR:

In
mathematics Mathematics is a field of study that discovers and organizes methods, Mathematical theory, theories and theorems that are developed and Mathematical proof, proved for the needs of empirical sciences and mathematics itself. There are many ar ...
, the symmetric difference of two sets, also known as the disjunctive union and set sum, is the set of elements which are in either of the sets, but not in their intersection. For example, the symmetric difference of the sets \ and \ is \. The symmetric difference of the sets ''A'' and ''B'' is commonly denoted by A \operatorname\Delta B (alternatively, A \operatorname\vartriangle B), A \oplus B, or A \ominus B. It can be viewed as a form of addition modulo 2. The
power set In mathematics, the power set (or powerset) of a set is the set of all subsets of , including the empty set and itself. In axiomatic set theory (as developed, for example, in the ZFC axioms), the existence of the power set of any set is po ...
of any set becomes an abelian group under the operation of symmetric difference, with the
empty set In mathematics, the empty set or void set is the unique Set (mathematics), set having no Element (mathematics), elements; its size or cardinality (count of elements in a set) is 0, zero. Some axiomatic set theories ensure that the empty set exi ...
as the neutral element of the group and every element in this group being its own inverse. The power set of any set becomes a Boolean ring, with symmetric difference as the addition of the ring and
intersection In mathematics, the intersection of two or more objects is another object consisting of everything that is contained in all of the objects simultaneously. For example, in Euclidean geometry, when two lines in a plane are not parallel, their ...
as the multiplication of the ring.


Properties

The symmetric difference is equivalent to the union of both relative complements, that is: :A\, \Delta\,B = \left(A \setminus B\right) \cup \left(B \setminus A\right), The symmetric difference can also be expressed using the XOR operation ⊕ on the predicates describing the two sets in set-builder notation: :A\mathbinB = \. The same fact can be stated as the
indicator function In mathematics, an indicator function or a characteristic function of a subset of a set is a function that maps elements of the subset to one, and all other elements to zero. That is, if is a subset of some set , then the indicator functio ...
(denoted here by \chi) of the symmetric difference, being the XOR (or addition mod 2) of the indicator functions of its two arguments: \chi_ = \chi_A \oplus \chi_B or using the Iverson bracket notation \in A\, \Delta\,B= \in A\oplus \in B/math>. The symmetric difference can also be expressed as the union of the two sets, minus their
intersection In mathematics, the intersection of two or more objects is another object consisting of everything that is contained in all of the objects simultaneously. For example, in Euclidean geometry, when two lines in a plane are not parallel, their ...
: :A\, \Delta\,B = (A \cup B) \setminus (A \cap B), In particular, A \mathbin B\subseteq A\cup B; the equality in this non-strict inclusion occurs
if and only if In logic and related fields such as mathematics and philosophy, "if and only if" (often shortened as "iff") is paraphrased by the biconditional, a logical connective between statements. The biconditional is true in two cases, where either bo ...
A and B are disjoint sets. Furthermore, denoting D = A \mathbin B and I = A \cap B, then D and I are always disjoint, so D and I partition A \cup B. Consequently, assuming intersection and symmetric difference as primitive operations, the union of two sets can be well ''defined'' in terms of symmetric difference by the right-hand side of the equality :A\,\cup\,B = (A\, \Delta\,B)\, \Delta\,(A \cap B). The symmetric difference is
commutative In mathematics, a binary operation is commutative if changing the order of the operands does not change the result. It is a fundamental property of many binary operations, and many mathematical proofs depend on it. Perhaps most familiar as a pr ...
and
associative In mathematics, the associative property is a property of some binary operations that rearranging the parentheses in an expression will not change the result. In propositional logic, associativity is a valid rule of replacement for express ...
: :\begin A\, \Delta\,B &= B\, \Delta\,A, \\ (A\, \Delta\,B)\, \Delta\,C &= A\, \Delta\,(B\, \Delta\,C). \end The
empty set In mathematics, the empty set or void set is the unique Set (mathematics), set having no Element (mathematics), elements; its size or cardinality (count of elements in a set) is 0, zero. Some axiomatic set theories ensure that the empty set exi ...
is neutral, and every set is its own inverse: :\begin A\, \Delta\,\varnothing &= A, \\ A\, \Delta\,A &= \varnothing. \end Thus, the
power set In mathematics, the power set (or powerset) of a set is the set of all subsets of , including the empty set and itself. In axiomatic set theory (as developed, for example, in the ZFC axioms), the existence of the power set of any set is po ...
of any set ''X'' becomes an abelian group under the symmetric difference operation. (More generally, any field of sets forms a group with the symmetric difference as operation.) A group in which every element is its own inverse (or, equivalently, in which every element has order 2) is sometimes called a Boolean group; the symmetric difference provides a prototypical example of such groups. Sometimes the Boolean group is actually defined as the symmetric difference operation on a set. In the case where ''X'' has only two elements, the group thus obtained is the
Klein four-group In mathematics, the Klein four-group is an abelian group with four elements, in which each element is Involution (mathematics), self-inverse (composing it with itself produces the identity) and in which composing any two of the three non-identi ...
. Equivalently, a Boolean group is an elementary abelian 2-group. Consequently, the group induced by the symmetric difference is in fact a
vector space In mathematics and physics, a vector space (also called a linear space) is a set (mathematics), set whose elements, often called vector (mathematics and physics), ''vectors'', can be added together and multiplied ("scaled") by numbers called sc ...
over the field with 2 elements Z2. If ''X'' is finite, then the singletons form a basis of this vector space, and its
dimension In physics and mathematics, the dimension of a mathematical space (or object) is informally defined as the minimum number of coordinates needed to specify any point within it. Thus, a line has a dimension of one (1D) because only one coo ...
is therefore equal to the number of elements of ''X''. This construction is used in
graph theory In mathematics and computer science, graph theory is the study of ''graph (discrete mathematics), graphs'', which are mathematical structures used to model pairwise relations between objects. A graph in this context is made up of ''Vertex (graph ...
, to define the cycle space of a graph. From the property of the inverses in a Boolean group, it follows that the symmetric difference of two repeated symmetric differences is equivalent to the repeated symmetric difference of the join of the two multisets, where for each double set both can be removed. In particular: :(A\, \Delta\,B)\, \Delta\,(B\, \Delta\,C) = A\, \Delta\,C. This implies triangle inequality: the symmetric difference of ''A'' and ''C'' is contained in the union of the symmetric difference of ''A'' and ''B'' and that of ''B'' and ''C''. Intersection distributes over symmetric difference: :A \cap (B\, \Delta\,C) = (A \cap B)\, \Delta\,(A \cap C), and this shows that the power set of ''X'' becomes a ring, with symmetric difference as addition and intersection as multiplication. This is the prototypical example of a Boolean ring. Further properties of the symmetric difference include: * A \mathbin B = \emptyset if and only if A = B. * A \mathbin B = A^c \mathbin B^c, where A^c, B^c is A's complement, B's complement, respectively, relative to any (fixed) set that contains both. * \left(\bigcup_A_\alpha\right) \Delta\left(\bigcup_B_\alpha\right)\subseteq\bigcup_\left(A_\alpha \mathbin B_\alpha\right), where \mathcal is an arbitrary non-empty index set. * If f : S \rightarrow T is any function and A, B \subseteq T are any sets in f's codomain, then f^\left(A \mathbin B\right) = f^\left(A\right) \mathbin f^\left(B\right). The symmetric difference can be defined in any Boolean algebra, by writing : x\, \Delta\,y = (x \lor y) \land \lnot(x \land y) = (x \land \lnot y) \lor (y \land \lnot x) = x \oplus y. This operation has the same properties as the symmetric difference of sets.


''n''-ary symmetric difference

Repeated symmetric difference is in a sense equivalent to an operation on a multitude of sets (possibly with multiple appearances of the same set) giving the set of elements which are in an odd number of sets. The symmetric difference of a collection of sets contains just elements which are in an odd number of the sets in the collection: \Delta M = \left\. Evidently, this is well-defined only when each element of the union \bigcup M is contributed by a finite number of elements of M. Suppose M = \left\ is a multiset and n \ge 2. Then there is a formula for , \Delta M, , the number of elements in \Delta M, given solely in terms of intersections of elements of M: , \Delta M, = \sum_^n (-2)^ \sum_ \left, M_ \cap M_ \cap \ldots \cap M_\.


Symmetric difference on measure spaces

As long as there is a notion of "how big" a set is, the symmetric difference between two sets can be considered a measure of how "far apart" they are. First consider a finite set ''S'' and the counting measure on subsets given by their size. Now consider two subsets of ''S'' and set their distance apart as the size of their symmetric difference. This distance is in fact a metric, which makes the
power set In mathematics, the power set (or powerset) of a set is the set of all subsets of , including the empty set and itself. In axiomatic set theory (as developed, for example, in the ZFC axioms), the existence of the power set of any set is po ...
on ''S'' a
metric space In mathematics, a metric space is a Set (mathematics), set together with a notion of ''distance'' between its Element (mathematics), elements, usually called point (geometry), points. The distance is measured by a function (mathematics), functi ...
. If ''S'' has ''n'' elements, then the distance from the
empty set In mathematics, the empty set or void set is the unique Set (mathematics), set having no Element (mathematics), elements; its size or cardinality (count of elements in a set) is 0, zero. Some axiomatic set theories ensure that the empty set exi ...
to ''S'' is ''n'', and this is the maximum distance for any pair of subsets.Claude Flament (1963) ''Applications of Graph Theory to Group Structure'', page 16,
Prentice-Hall Prentice Hall was a major American educational publisher. It published print and digital content for the 6–12 and higher-education market. It was an independent company throughout the bulk of the twentieth century. In its last few years it ...
Using the ideas of
measure theory In mathematics, the concept of a measure is a generalization and formalization of geometrical measures (length, area, volume) and other common notions, such as magnitude (mathematics), magnitude, mass, and probability of events. These seemingl ...
, the separation of measurable sets can be defined to be the measure of their symmetric difference. If μ is a σ-finite measure defined on a σ-algebra Σ, the function :d_\mu(X, Y) = \mu(X\, \Delta\,Y) is a pseudometric on Σ. ''dμ'' becomes a metric if Σ is considered modulo the equivalence relation ''X'' ~ ''Y'' if and only if \mu(X\, \Delta\,Y) = 0. It is sometimes called Fréchet- Nikodym metric. The resulting metric space is separable if and only if L2(μ) is separable. If \mu(X), \mu(Y) < \infty, we have: , \mu(X) - \mu(Y), \leq \mu(X\, \Delta\,Y). Indeed, :\begin , \mu(X) - \mu(Y), &= \left, \left(\mu\left(X \setminus Y\right) + \mu\left(X \cap Y\right)\right) - \left(\mu\left(X \cap Y\right) + \mu\left(Y \setminus X\right)\right)\ \\ &= \left, \mu\left(X \setminus Y\right) - \mu\left(Y \setminus X\right)\ \\ &\leq \left, \mu\left(X \setminus Y\right)\ + \left, \mu\left(Y \setminus X\right)\ \\ &= \mu\left(X \setminus Y\right) + \mu\left(Y \setminus X\right) \\ &= \mu\left(\left(X \setminus Y\right) \cup \left(Y \setminus X\right)\right) \\ &= \mu\left(X\, \Delta \, Y\right) \end If S = \left(\Omega, \mathcal,\mu\right) is a measure space and F, G \in \mathcal are measurable sets, then their symmetric difference is also measurable: F \Delta G \in \mathcal. One may define an equivalence relation on measurable sets by letting F and G be related if \mu\left(F \Delta G\right) = 0. This relation is denoted F = G\left mathcal, \mu\right/math>. Given \mathcal, \mathcal \subseteq \mathcal, one writes \mathcal\subseteq\mathcal\left mathcal, \mu\right/math> if to each D\in\mathcal there's some E \in \mathcal such that D = E\left mathcal, \mu\right/math>. The relation "\subseteq\left mathcal, \mu\right/math>" is a partial order on the family of subsets of \mathcal. We write \mathcal = \mathcal\left mathcal, \mu\right/math> if \mathcal\subseteq\mathcal\left mathcal, \mu\right/math> and \mathcal \subseteq \mathcal\left mathcal, \mu\right/math>. The relation "= \left mathcal, \mu\right/math>" is an equivalence relationship between the subsets of \mathcal. The ''symmetric closure'' of \mathcal is the collection of all \mathcal-measurable sets that are = \left mathcal, \mu\right/math> to some D \in \mathcal. The symmetric closure of \mathcal contains \mathcal. If \mathcal is a sub-\sigma-algebra of \mathcal, so is the symmetric closure of \mathcal. F = G\left mathcal, \mu\right/math> iff \left, \mathbf_F - \mathbf_G\ = 0 \left mathcal, \mu\right/math> almost everywhere.


Hausdorff distance vs. symmetric difference

The Hausdorff distance and the (area of the) symmetric difference are both pseudo-metrics on the set of measurable geometric shapes. However, they behave quite differently. The figure at the right shows two sequences of shapes, "Red" and "Red ∪ Green". When the Hausdorff distance between them becomes smaller, the area of the symmetric difference between them becomes larger, and vice versa. By continuing these sequences in both directions, it is possible to get two sequences such that the Hausdorff distance between them converges to 0 and the symmetric distance between them diverges, or vice versa.


See also

* Algebra of sets * Boolean function *
Complement (set theory) In set theory, the complement of a Set (mathematics), set , often denoted by A^c (or ), is the set of Element (mathematics), elements not in . When all elements in the Universe (set theory), universe, i.e. all elements under consideration, are c ...
*
Difference (set theory) In set theory, the complement of a set , often denoted by A^c (or ), is the set of elements not in . When all elements in the universe, i.e. all elements under consideration, are considered to be members of a given set , the absolute complemen ...
* Exclusive or *
Fuzzy set Fuzzy or Fuzzies may refer to: Music * Fuzzy (band), a 1990s Boston indie pop band * Fuzzy (composer), Danish composer Jens Vilhelm Pedersen (born 1939) * Fuzzy (album), ''Fuzzy'' (album), 1993 debut album of American rock band Grant Lee Buffalo ...
*
Intersection (set theory) In set theory, the intersection of two Set (mathematics), sets A and B, denoted by A \cap B, is the set containing all elements of A that also belong to B or equivalently, all elements of B that also belong to A. Notation and terminology Int ...
* Jaccard index * List of set identities and relations * Logical graph * Separable sigma algebras *
Set theory Set theory is the branch of mathematical logic that studies Set (mathematics), sets, which can be informally described as collections of objects. Although objects of any kind can be collected into a set, set theory – as a branch of mathema ...
*
Symmetry Symmetry () in everyday life refers to a sense of harmonious and beautiful proportion and balance. In mathematics, the term has a more precise definition and is usually used to refer to an object that is Invariant (mathematics), invariant und ...
*
Union (set theory) In set theory, the union (denoted by ∪) of a collection of Set (mathematics), sets is the set of all element (set theory), elements in the collection. It is one of the fundamental operations through which sets can be combined and related to e ...
* inclusion–exclusion principle


References


Bibliography

*
''Symmetric difference of sets''
In Encyclopaedia of Mathematics {{Set theory Basic concepts in set theory Operations on sets Subtraction