并集
并集 | |
---|---|
术语名称 | 并集 |
英语名称 | union |
别名 | 并 |
并集(union)是对两个或多个集合,由所有属于这些集合中任意一个的元素构成的新的集合。
定义
并集 | |
---|---|
运算名称 | 并集 |
运算符号 | [math]\displaystyle{ \cup }[/math] |
Latex | \cup
|
运算对象 | 集合 |
运算元数 | 2 |
运算结果 | 集合 |
结构 | 布尔代数
|
对集合 [math]\displaystyle{ A }[/math] 、 [math]\displaystyle{ B }[/math] ,由所有属于集合 [math]\displaystyle{ A }[/math] 或属于集合 [math]\displaystyle{ B }[/math] 的元素所构成的集合,叫做集合 [math]\displaystyle{ A }[/math] 与集合 [math]\displaystyle{ B }[/math] 的并集(union),简称并,记作 [math]\displaystyle{ A \cup B }[/math]。即: [math]\displaystyle{ A \cup B = \left\{ x \mid x \in A \lor x \in B \right\} }[/math]。
∪ | |
---|---|
字符 | ∪ |
Unicode码位 | U+222A Union[1]
|
Latex命令序列 | \cup
|
性质
布尔代数的运算。
- 运算性质:
- 结合律:对于任意集合 [math]\displaystyle{ A }[/math] 、 [math]\displaystyle{ B }[/math] 和 [math]\displaystyle{ C }[/math],有 [math]\displaystyle{ (A \cup B) \cup C = A \cup (B \cup C) }[/math]。
- 交换律:对于任意集合 [math]\displaystyle{ A }[/math] 和 [math]\displaystyle{ B }[/math],有 [math]\displaystyle{ A \cup B = B \cup A }[/math]。
- 分配律:对于任意集合 [math]\displaystyle{ A }[/math] 、 [math]\displaystyle{ B }[/math] 和 [math]\displaystyle{ C }[/math],有 [math]\displaystyle{ A \cup (B \cap C) = (A \cup B) \cap (A \cup C) }[/math]。
- 吸收律:对于任意集合 [math]\displaystyle{ A }[/math] 和 [math]\displaystyle{ B }[/math],有 [math]\displaystyle{ A \cap (A \cup B) = A }[/math]、[math]\displaystyle{ A \cup (A \cap B) = A }[/math]。
- 德·摩根律:对于任意集合 [math]\displaystyle{ A }[/math] 和 [math]\displaystyle{ B }[/math],有 [math]\displaystyle{ (A \cap B)^c = A^c \cup B^c }[/math]、[math]\displaystyle{ (A \cup B)^c = A^c \cap B^c }[/math]。
- 特殊值:
- [math]\displaystyle{ A \cup A = A }[/math]
- [math]\displaystyle{ A \cup \varnothing = A }[/math]
- 空集是并集运算的单位元。
- [math]\displaystyle{ A \cup U = U }[/math]
- 全集是并集运算的零元。
- 包含关系:
- [math]\displaystyle{ A \cup B \supseteq A }[/math]
- [math]\displaystyle{ A \cup B = A \Leftrightarrow A \supseteq B }[/math]
- [math]\displaystyle{ A \cup B \supseteq A }[/math]
多元并集
对集合 [math]\displaystyle{ A_1, A_2, \dots , A_n }[/math] ,由所有属于这些集合中任意一个的元素所构成的集合,叫做这些集合的并集(union),记作 [math]\displaystyle{ A_1 \cup A_2 \cup \dots \cup A_n }[/math]。即 [math]\displaystyle{ A_1 \cup A_2 \cup \dots \cup A_n = \left\{ x \mid x \in A_1 \lor x \in A_2 \lor \dots \lor x \in A_n \right\} }[/math]。也记作 [math]\displaystyle{ \bigcup_{i=1}^n A_i }[/math] 。
在此基础上,1个集合的并集定义为集合自身,0个集合的并集定义为空集。
多个集合的并集与依次并集相同,所以不需要做区分。
广义并集
见广义并。
- ↑ 有别名 Cup。