Submitted Successfully!
To reward your contribution, here is a gift for you: A free trial for our video production service.
Thank you for your contribution! You can also upload a video entry or images related to this topic.
Version Summary Created by Modification Content Size Created at Operation
1 handwiki -- 2049 2022-10-17 01:43:18

Video Upload Options

Do you have a full video?

Confirm

Are you sure to Delete?
Cite
If you have any further questions, please contact Encyclopedia Editorial Office.
HandWiki. Symmetric Difference. Encyclopedia. Available online: https://encyclopedia.pub/entry/29476 (accessed on 02 May 2024).
HandWiki. Symmetric Difference. Encyclopedia. Available at: https://encyclopedia.pub/entry/29476. Accessed May 02, 2024.
HandWiki. "Symmetric Difference" Encyclopedia, https://encyclopedia.pub/entry/29476 (accessed May 02, 2024).
HandWiki. (2022, October 17). Symmetric Difference. In Encyclopedia. https://encyclopedia.pub/entry/29476
HandWiki. "Symmetric Difference." Encyclopedia. Web. 17 October, 2022.
Symmetric Difference
Edit

In mathematics, the symmetric difference, also known as the disjunctive union, of two sets is the set of elements which are in either of the sets and not in their intersection. The symmetric difference of the sets A and B is commonly denoted by or or For example, the symmetric difference of the sets [math]\displaystyle{ \{1,2,3\} }[/math] and [math]\displaystyle{ \{3,4\} }[/math] is [math]\displaystyle{ \{1,2,4\} }[/math]. The power set of any set becomes an abelian group under the operation of symmetric difference, with the empty set 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 as the multiplication of the ring.

symmetric difference abelian group power set

1. Properties

Venn diagram of [math]\displaystyle{ ~A \triangle B \triangle C }[/math] . https://handwiki.org/wiki/index.php?curid=2067573

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

[math]\displaystyle{ A\,\triangle\,B = \left(A \setminus B\right) \cup \left(B \setminus A\right), }[/math]

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

[math]\displaystyle{ A\,\triangle\,B = \{x : (x \in A) \oplus (x \in B)\}. }[/math]

The same fact can be stated as the indicator function (which we denote here by [math]\displaystyle{ \chi }[/math]) of the symmetric difference being the XOR (or addition mod 2) of the indicator functions of its two arguments: [math]\displaystyle{ \chi_{(A\,\triangle\,B)} = \chi_A \oplus \chi_B }[/math] or using the Iverson bracket notation [math]\displaystyle{ [x \in A\,\triangle\,B] = [x \in A] \oplus [x \in B] }[/math].

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

[math]\displaystyle{ A\,\triangle\,B = (A \cup B) \setminus (A \cap B), }[/math]

In particular, [math]\displaystyle{ A\triangle B\subseteq A\cup B }[/math]; the equality in this non-strict inclusion occurs if and only if [math]\displaystyle{ A }[/math] and [math]\displaystyle{ B }[/math] are disjoint sets. Furthermore, if we denote [math]\displaystyle{ D = A\triangle B }[/math] and [math]\displaystyle{ I = A \cap B }[/math], then [math]\displaystyle{ D }[/math] and [math]\displaystyle{ I }[/math] are always disjoint, so [math]\displaystyle{ D }[/math] and [math]\displaystyle{ I }[/math] partition [math]\displaystyle{ A \cup B }[/math]. 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

[math]\displaystyle{ A\,\cup\,B = (A\,\triangle\,B)\,\triangle\,(A \cap B) }[/math].

The symmetric difference is commutative and associative (and consequently the leftmost set of parentheses in the previous expression were thus redundant):

[math]\displaystyle{ \begin{align} A\,\triangle\,B &= B\,\triangle\,A, \\ (A\,\triangle\,B)\,\triangle\,C &= A\,\triangle\,(B\,\triangle\,C). \end{align} }[/math]

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

[math]\displaystyle{ \begin{align} A\,\triangle\,\varnothing &= A, \\ A\,\triangle\,A &= \varnothing. \end{align} }[/math]

Taken together, we see that the power set of any set X becomes an abelian group if we use the symmetric difference as 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;[1][2] 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.[3] In the case where X has only two elements, the group thus obtained is the Klein four-group.

Equivalently, a Boolean group is an elementary abelian 2-group. Consequently, the group induced by the symmetric difference is in fact a vector space over the field with 2 elements Z2. If X is finite, then the singletons form a basis of this vector space, and its 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:

[math]\displaystyle{ (A\,\triangle\,B)\,\triangle\,(B\,\triangle\,C) = A\,\triangle\,C. }[/math]

This implies triangle inequality:[4] 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. (But note that for the diameter of the symmetric difference the triangle inequality does not hold.)

Intersection distributes over symmetric difference:

[math]\displaystyle{ A \cap (B\,\triangle\,C) = (A \cap B)\,\triangle\,(A \cap C), }[/math]

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:

  • [math]\displaystyle{ A\triangle B = A^c\triangle B^c }[/math], where [math]\displaystyle{ A^c }[/math], [math]\displaystyle{ B^c }[/math] is [math]\displaystyle{ A }[/math]'s complement, [math]\displaystyle{ B }[/math]'s complement, respectively, relative to any (fixed) set that contains both.
  • [math]\displaystyle{ \left(\bigcup_{\alpha\in\mathcal{I}}A_\alpha\right)\triangle\left(\bigcup_{\alpha\in\mathcal{I}}B_\alpha\right)\subseteq\bigcup_{\alpha\in\mathcal{I}}\left(A_\alpha\triangle B_\alpha\right) }[/math], where [math]\displaystyle{ \mathcal{I} }[/math] is an arbitrary non-empty index set.
  • If [math]\displaystyle{ f : S \rightarrow T }[/math] is any function and [math]\displaystyle{ A, B \subseteq T }[/math] are any sets in [math]\displaystyle{ f }[/math]'s codomain, then [math]\displaystyle{ f^{-1}\left(A \triangle B\right) = f^{-1}\left(A\right) \triangle f^{-1}\left(B\right) }[/math].

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

[math]\displaystyle{ x\,\triangle\,y = (x \lor y) \land \lnot(x \land y) = (x \land \lnot y) \lor (y \land \lnot x) = x \oplus y. }[/math]

This operation has the same properties as the symmetric difference of sets.

2. n-ary Symmetric Difference

The repeated symmetric difference is in a sense equivalent to an operation on a multiset of sets giving the set of elements which are in an odd number of sets.

As above, the symmetric difference of a collection of sets contains just elements which are in an odd number of the sets in the collection:

[math]\displaystyle{ \triangle M = \left\{ a \in \bigcup M: \left|\{A \in M:a \in A\}\right| \mbox{ is odd}\right\} }[/math].

Evidently, this is well-defined only when each element of the union [math]\displaystyle{ \bigcup M }[/math] is contributed by a finite number of elements of [math]\displaystyle{ M }[/math].

Suppose [math]\displaystyle{ M = \left\{M_1, M_2, \ldots, M_n\right\} }[/math] is a multiset and [math]\displaystyle{ n \ge 2 }[/math]. Then there is a formula for [math]\displaystyle{ |\triangle M| }[/math], the number of elements in [math]\displaystyle{ \triangle M }[/math], given solely in terms of intersections of elements of [math]\displaystyle{ M }[/math]:

[math]\displaystyle{ |\triangle M| = \sum_{l=1}^n (-2)^{l-1} \sum_{1 \leq i_1 \lt i_2 \lt \ldots \lt i_l \leq n} \left|M_{i_1} \cap M_{i_2} \cap \ldots \cap M_{i_l}\right| }[/math].

3. 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 so that the power set on S is 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.[5]

Using the ideas of measure theory, 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

[math]\displaystyle{ d_\mu(X, Y) = \mu(X\,\triangle\,Y) }[/math]

is a pseudometric on Σ. dμ becomes a metric if Σ is considered modulo the equivalence relation X ~ Y if and only if [math]\displaystyle{ \mu(X\,\triangle\,Y) = 0 }[/math]. It is sometimes called Fréchet-Nikodym metric. The resulting metric space is separable if and only if L2(μ) is separable.

If [math]\displaystyle{ \mu(X), \mu(Y) \lt \infty }[/math], we have: [math]\displaystyle{ |\mu(X) - \mu(Y)| \leq \mu(X\,\triangle\,Y) }[/math]. Indeed,

[math]\displaystyle{ \begin{align} |\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)\right| \\ &= \left|\mu\left(X \setminus Y\right) - \mu\left(Y \setminus X\right)\right| \\ &\leq \left|\mu\left(X \setminus Y\right)\right| + \left|\mu\left(Y \setminus X\right)\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\, \triangle \, Y\right) \end{align} }[/math]

If [math]\displaystyle{ S = \left(\Omega, \mathcal{A},\mu\right) }[/math] is a measure space and [math]\displaystyle{ F, G \in \mathcal{A} }[/math] are measurable sets, then their symmetric difference is also measurable: [math]\displaystyle{ F \triangle G \in \mathcal{A} }[/math]. One may define an equivalence relation on measurable sets by letting F and G be related if [math]\displaystyle{ \mu\left(F \triangle G\right) = 0 }[/math]. This relation is denoted [math]\displaystyle{ F = G\left[\mathcal{A}, \mu\right] }[/math].

Given [math]\displaystyle{ \mathcal{D}, \mathcal{E} \subseteq \mathcal{A} }[/math], one writes [math]\displaystyle{ \mathcal{D}\subseteq\mathcal{E}\left[\mathcal{A}, \mu\right] }[/math] if to each [math]\displaystyle{ D\in\mathcal{D} }[/math] there's some [math]\displaystyle{ E \in \mathcal{E} }[/math] such that [math]\displaystyle{ D = E\left[\mathcal{A}, \mu\right] }[/math]. The relation "[math]\displaystyle{ \subseteq\left[\mathcal{A}, \mu\right] }[/math]" is a partial order on the family of subsets of [math]\displaystyle{ \mathcal{A} }[/math].

We write [math]\displaystyle{ \mathcal{D} = \mathcal{E}\left[\mathcal{A}, \mu\right] }[/math] if [math]\displaystyle{ \mathcal{D}\subseteq\mathcal{E}\left[\mathcal{A}, \mu\right] }[/math] and [math]\displaystyle{ \mathcal{E} \subseteq \mathcal{D}\left[\mathcal{A}, \mu\right] }[/math]. The relation "[math]\displaystyle{ = \left[\mathcal{A}, \mu\right] }[/math]" is an equivalence relationship between the subsets of [math]\displaystyle{ \mathcal{A} }[/math].

The symmetric closure of [math]\displaystyle{ \mathcal{D} }[/math] is the collection of all [math]\displaystyle{ \mathcal{A} }[/math]-measurable sets that are [math]\displaystyle{ = \left[\mathcal{A}, \mu\right] }[/math] to some [math]\displaystyle{ D \in \mathcal{D} }[/math]. The symmetric closure of [math]\displaystyle{ \mathcal{D} }[/math] contains [math]\displaystyle{ \mathcal{D} }[/math]. If [math]\displaystyle{ \mathcal{D} }[/math] is a sub-[math]\displaystyle{ \sigma }[/math]-algebra of [math]\displaystyle{ \mathcal{A} }[/math], so is the symmetric closure of [math]\displaystyle{ \mathcal{D} }[/math].

[math]\displaystyle{ F = G\left[\mathcal{A}, \mu\right] }[/math] iff [math]\displaystyle{ \left|\mathbf{1}_F - \mathbf{1}_G\right| = 0 }[/math] [math]\displaystyle{ \left[\mathcal{A}, \mu\right] }[/math] almost everywhere.

4. Hausdorff Distance Vs. Symmetric Difference

HausdorffVsSymmetric. https://handwiki.org/wiki/index.php?curid=1918200

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.

References

  1. Givant, Steven; Halmos, Paul (2009). Introduction to Boolean Algebras. Springer Science & Business Media. p. 6. ISBN 978-0-387-40293-2. 
  2. Humberstone, Lloyd (2011). The Connectives. MIT Press. p. 782. ISBN 978-0-262-01654-4. https://archive.org/details/connectives00humb. 
  3. Rotman, Joseph J. (2010). Advanced Modern Algebra. American Mathematical Soc.. p. 19. ISBN 978-0-8218-4741-1. 
  4. Rudin, Walter (January 1, 1976). Principles of Mathematical Analysis (3rd ed.). McGraw-Hill Education. p. 306. ISBN 978-0070542358. https://archive.org/details/principlesofmath00rudi. 
  5. Claude Flament (1963) Applications of Graph Theory to Group Structure, page 16, Prentice-Hall MR0157785 https://mathscinet.ams.org/mathscinet-getitem?mr=0157785
More
Information
Subjects: Mathematics
Contributor MDPI registered users' name will be linked to their SciProfiles pages. To register with us, please refer to https://encyclopedia.pub/register :
View Times: 940
Entry Collection: HandWiki
Revision: 1 time (View History)
Update Date: 17 Oct 2022
1000/1000