Symmetric difference

In mathematics, the symmetric difference of two sets, also known as the disjunctive union, 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 {\displaystyle {1,2,3}}{1,2,3} and {\displaystyle {3,4}}{3,4} is {\displaystyle {1,2,4}}{1,2,4}.

The symmetric difference of the sets A and B is commonly denoted by {\displaystyle A\ominus B,}A\ominus B, or {\displaystyle A\operatorname {\triangle } B.}{\displaystyle A\operatorname {\triangle } B.}[1][2][3]

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.

在这里插入图片描述

1 Properties

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

{\displaystyle A,\triangle ,B=\left(A\setminus B\right)\cup \left(B\setminus A\right),}{\displaystyle A,\triangle ,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:

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

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

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

{\displaystyle A,\cup ,B=(A,\triangle ,B),\triangle ,(A\cap B)}A,\cup ,B=(A,\triangle ,B),\triangle ,(A\cap B).
The symmetric difference is commutative and associative:

{\displaystyle {\begin{aligned}A,\triangle ,B&=B,\triangle ,A,\(A,\triangle ,B),\triangle ,C&=A,\triangle ,(B,\triangle ,C).\end{aligned}}}{\displaystyle {\begin{aligned}A,\triangle ,B&=B,\triangle ,A,\(A,\triangle ,B),\triangle ,C&=A,\triangle ,(B,\triangle ,C).\end{aligned}}}
The empty set is neutral, and every set is its own inverse:

{\displaystyle {\begin{aligned}A,\triangle ,\varnothing &=A,\A,\triangle ,A&=\varnothing .\end{aligned}}}{\displaystyle {\begin{aligned}A,\triangle ,\varnothing &=A,\A,\triangle ,A&=\varnothing .\end{aligned}}}
Thus, the power set 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;[4][5] 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.[6] 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:

{\displaystyle (A,\triangle ,B),\triangle ,(B,\triangle ,C)=A,\triangle ,C.}{\displaystyle (A,\triangle ,B),\triangle ,(B,\triangle ,C)=A,\triangle ,C.}
This implies triangle inequality:[7] 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:

{\displaystyle A\cap (B,\triangle ,C)=(A\cap B),\triangle ,(A\cap C),}A\cap (B,\triangle ,C)=(A\cap B),\triangle ,(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:

{\displaystyle A\mathbin {\triangle } B=\emptyset }{\displaystyle A\mathbin {\triangle } B=\emptyset } if and only if {\displaystyle A=B}A=B.
{\displaystyle A\mathbin {\triangle } B=A^{c}\mathbin {\triangle } B^{c}}{\displaystyle A\mathbin {\triangle } B=A^{c}\mathbin {\triangle } B^{c}}, where {\displaystyle A{c}}A{c}, {\displaystyle B{c}}B{c} is {\displaystyle A}A’s complement, {\displaystyle B}B’s complement, respectively, relative to any (fixed) set that contains both.
{\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 }\mathbin {\triangle } B_{\alpha }\right)}{\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 }\mathbin {\triangle } B_{\alpha }\right)}, where {\displaystyle {\mathcal {I}}}{\mathcal {I}} is an arbitrary non-empty index set.
If {\displaystyle f:S\rightarrow T}f:S\rightarrow T is any function and {\displaystyle A,B\subseteq T}A,B\subseteq T are any sets in {\displaystyle f}f’s codomain, then {\displaystyle f^{-1}\left(A\mathbin {\triangle } B\right)=f^{-1}\left(A\right)\mathbin {\triangle } f^{-1}\left(B\right).}{\displaystyle f^{-1}\left(A\mathbin {\triangle } B\right)=f^{-1}\left(A\right)\mathbin {\triangle } f^{-1}\left(B\right).}
The symmetric difference can be defined in any Boolean algebra, by writing

{\displaystyle x,\triangle ,y=(x\lor y)\land \lnot (x\land y)=(x\land \lnot y)\lor (y\land \lnot x)=x\oplus y.}x,\triangle ,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.

在这里插入图片描述

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.[clarification needed]

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:

{\displaystyle \triangle M=\left{a\in \bigcup M:\left|{A\in M:a\in A}\right|{\text{ is odd}}\right}.}{\displaystyle \triangle M=\left{a\in \bigcup M:\left|{A\in M:a\in A}\right|{\text{ is odd}}\right}.}
Evidently, this is well-defined only when each element of the union {\textstyle \bigcup M}{\textstyle \bigcup M} is contributed by a finite number of elements of {\displaystyle M}M.

Suppose {\displaystyle M=\left{M_{1},M_{2},\ldots ,M_{n}\right}}{\displaystyle M=\left{M_{1},M_{2},\ldots ,M_{n}\right}} is a multiset and {\displaystyle n\geq 2}n\geq 2. Then there is a formula for {\displaystyle |\triangle M|}|\triangle M|, the number of elements in {\displaystyle \triangle M}\triangle M, given solely in terms of intersections of elements of {\displaystyle M}M:

{\displaystyle |\triangle M|=\sum {l=1}{n}(-2){l-1}\sum {1\leq i{1}<i{2}<\ldots <i_{l}\leq n}\left|M_{i_{1}}\cap M_{i_{2}}\cap \ldots \cap M_{i_{l}}\right|.}{\displaystyle |\triangle M|=\sum {l=1}{n}(-2){l-1}\sum {1\leq i{1}<i{2}<\ldots <i_{l}\leq n}\left|M_{i_{1}}\cap M_{i_{2}}\cap \ldots \cap M_{i_{l}}\right|.}

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, 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.[8]

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

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

If {\displaystyle \mu (X),\mu (Y)<\infty }\mu (X),\mu (Y)<\infty , we have: {\displaystyle |\mu (X)-\mu (Y)|\leq \mu (X,\triangle ,Y)}|\mu (X)-\mu (Y)|\leq \mu (X,\triangle ,Y). Indeed,

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

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

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

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

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

4 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.

在这里插入图片描述

5 See also

Algebra of sets
Boolean function
Complement (set theory)
Difference (set theory)
Exclusive or
Fuzzy set
Intersection (set theory)
Jaccard index
List of set identities and relations
Logical graph
Separable sigma algebras
Set theory
Symmetry
Union (set theory)
inclusion–exclusion principle

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值