Fundamental Concepts of Sets

Set Representation

  • Roster notation: A={1,2,3}
  • Set-builder notation: B={xx is even,1x10}
  • Interval notation: C=[1,5]={x1x5}

集合的表示

  • 列举法A={1,2,3}
  • 描述法B={xx 是偶数,1x10}
  • 区间表示C=[1,5]={x1x5}

Set Operations

OperationSymbolDefinitionExample
UnionAB{xxA or xB}{1,2}{2,3}={1,2,3}
IntersectionAB{xxA and xB}{1,2}{2,3}={2}
DifferenceAB{xxA and xB}{1,2,3}{2}={1,3}
ComplementAElements in universal set U not in AIf U={1,2,3,4},A={1,2}
Symmetric differenceAB(AB)(BA){1,2}{2,3}={1,3}

评论

Leave a Reply