Symmetric difference

Source: Wikipedia, the free encyclopedia.
Symmetric difference
Venn diagram of . The symmetric difference is the union without the intersection:
TypeSet operation
FieldSet theory
StatementThe symmetric difference is the set of elements that are in either set, but not in the intersection.
Symbolic statement

In mathematics, 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 (traditionally, ), , or . It can be viewed as a form of addition modulo 2.

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
as the multiplication of the ring.

Properties

Venn diagram of

The symmetric difference is equivalent to the union of both relative complements, that is:[1]

The symmetric difference can also be expressed using the XOR operation ⊕ on the predicates describing the two sets in set-builder notation:

The same fact can be stated as the indicator function (denoted here by ) of the symmetric difference, being the XOR (or addition mod 2) of the indicator functions of its two arguments: or using the Iverson bracket notation .

The symmetric difference can also be expressed as the union of the two sets, minus their intersection:

[1]

In particular, ; the equality in this non-strict inclusion occurs if and only if and are disjoint sets. Furthermore, denoting and , then and are always disjoint, so and partition . 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

.

The symmetric difference is

associative
:

The empty set is neutral, and every set is its own inverse:

Thus, the

Boolean group;[2][3] 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.[4] In the case where X has only two elements, the group thus obtained is the Klein four-group
.

Equivalently, a Boolean group is an

dimension is therefore equal to the number of elements of X. This construction is used in graph theory, 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:

This implies triangle inequality:[5] 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:

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:

  • if and only if .
  • , where , is 's complement, 's complement, respectively, relative to any (fixed) set that contains both.
  • , where is an arbitrary non-empty index set.
  • If is any function and are any sets in 's codomain, then

The symmetric difference can be defined in any Boolean algebra, by writing

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:

Evidently, this is well-defined only when each element of the union is contributed by a finite number of elements of .

Suppose is a multiset and . Then there is a formula for , the number of elements in , given solely in terms of intersections of elements of :

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

metric, which makes the power set on S a metric space. If S has n elements, then the distance from the empty set to S is n, and this is the maximum distance for any pair of subsets.[6]

Using the ideas of

σ-algebra
Σ, the function

is a pseudometric on Σ. dμ becomes a metric if Σ is considered modulo the equivalence relation X ~ Y if and only if . It is sometimes called

L2(μ)
is separable.

If , we have: . Indeed,

If is a measure space and are measurable sets, then their symmetric difference is also measurable: . One may define an equivalence relation on measurable sets by letting and be related if . This relation is denoted .

Given , one writes if to each there's some such that . The relation "" is a partial order on the family of subsets of .

We write if and . The relation "" is an equivalence relationship between the subsets of .

The symmetric closure of is the collection of all -measurable sets that are to some . The symmetric closure of contains . If is a sub--algebra of , so is the symmetric closure of .

iff 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

References

  1. ^ a b Taylor, Courtney (March 31, 2019). "What Is Symmetric Difference in Math?". ThoughtCo. Retrieved 2020-09-05.
  2. .
  3. .
  4. .
  5. .

Bibliography