1 개요[ | ]
- symmetric difference
- 대칭차, 대칭차집합
- 둘 중 한 집합에는 속하지만 둘 모두에는 속하지는 않는 원소들의 집합
- 합집합에서 교집합을 뺀 것과 같다.
- 표기: [math]\displaystyle{ A \triangle B }[/math] 또는 [math]\displaystyle{ A \ominus B }[/math] 또는 [math]\displaystyle{ A \oplus B }[/math]
2 성질[ | ]
- [math]\displaystyle{ A \triangle B = ( A \smallsetminus B ) \cup (B \smallsetminus A) }[/math]