集合演算
集合演算(しゅうごうえんざん、set operation)
table:集合演算
$ \cap 又は(または)、共通集合、積集合、intersection $ \cup 且つ(かつ)、合併集合、和集合、union $ A\backslash B 差集合、difference $ A^{C} 補集合、complement set $ \bar{A} 補集合、complement set $ A \times B 直積、direct product、デカルト積、cartesian product $ \mathcal{P}(A) べき集合、power set $ A \cap B := \{ x | x \in A \wedge x \in B \}
$ A \cup B := \{ x | x \in A \lor x \in B \}
$ A - B := \{ x | x \in A \land x \notin B \}
$ A^C := X - A
X={1,2,3}、Y={1,2,3}、Z={2,3,4} のとき
X=Y , Y≠Z
関連
メモ