[01] Sets and Propositions
개념적인 이야기가 많아서 그냥 나열해서 설명한다. X와 Y가 disjoint면, X∩Y=∅ Combinations of sets P−Q : difference {a,b,c}−{a,b,d}={c} P⊕Q : symmetric difference {a,b,c}⊕{a,c,d}={b,d} P와 Q에 동시에 속하지 않는 element이다. ¯Q : complement Q의 여집합 Power set P({a,b})={{},{a},{b},{a,b}} 집합의 크기가 k이면, 2k의 elements를 가짐 Properties of Sets Finite ..
2024.04.15