집합: 두 판 사이의 차이

누리위키, 온 누리의 백과사전
잔글편집 요약 없음
편집 요약 없음
 
(다른 사용자 한 명의 중간 판 2개는 보이지 않습니다)
5번째 줄: 5번째 줄:


== 관련 기호 ==
== 관련 기호 ==
* <math>x</math>가 <math>X</math>의 원소이다. <math>x \in X.</math>
* <math>x</math>가 <math>X</math>의 원소이다 <math>:x \in X.</math>
* <math>X</math>가 <math>Y</math>의 [[부분집합]]이다. <math>X \subset Y.</math>
* <math>X</math>가 <math>Y</math>의 [[부분집합]]이다 <math>:X \subset Y.</math>
* 두 원소 <math>x, y</math>가 서로 같다. <math>x=y.</math>
* 두 원소 <math>x, y</math>가 서로 같다 <math>:x=y.</math>
* 두 집합 <math>X, Y</math>가 서로 같다. <math>X=Y.</math>
* 두 집합 <math>X, Y</math>가 서로 같다 <math>:X=Y.</math>
* <math>X, Y</math>의 [[합집합]]. <math>X \cup Y.</math>
* <math>X, Y</math>의 [[합집합]] <math>:X \cup Y.</math>
* <math>X, Y</math>의 [[교집합]]. <math>X \cap Y.</math>
* <math>X, Y</math>의 [[교집합]] <math>:X \cap Y.</math>
* <math>X, Y</math>의 [[차집합]]. <math>X-Y.</math>
* <math>X, Y</math>의 [[차집합]] <math>:X-Y.</math>
* <math>X</math>의 [[여집합]]. <math>X^C.</math>
* <math>X</math>의 [[여집합]] <math>:X^C.</math>
* <math>X</math>의 [[멱집합]]. <math>\mathcal{P}(X).</math>
* <math>X</math>의 [[멱집합]] <math>:\mathcal{P}(X).</math>


== 집합의 표현 ==
== 집합의 표현 ==
45번째 줄: 45번째 줄:
* [[서로소(집합)|서로소]] (disjoint)
* [[서로소(집합)|서로소]] (disjoint)


[[분류:수학]]
[[분류:수학]][[분류:집합론]]
[[분류:집합론]]

2021년 8월 23일 (월) 23:27 기준 최신판

수학에서 집합(set)은 어떤 조건에 의해 결정되는 요소를 순서와 무관하게 모아 놓은 모임이다. 이때, 모인 요소들을 그 집합의 원소라고 부른다. 수학적으로 어떤 모임이 집합이라면, 그것은 다음 두 조건을 만족한다.

  1. 어떤 원소를 선택하면, 그것은 집합에 속해있거나 속해있지 않다.
  2. 어떤 두 원소를 선택하면, 그것들은 서로 같거나 같지 않다.

집합을 다루는 수학의 학문을 집합론이라고 한다.

관련 기호[편집]

  • [math]\displaystyle{ x }[/math][math]\displaystyle{ X }[/math]의 원소이다 [math]\displaystyle{ :x \in X. }[/math]
  • [math]\displaystyle{ X }[/math][math]\displaystyle{ Y }[/math]부분집합이다 [math]\displaystyle{ :X \subset Y. }[/math]
  • 두 원소 [math]\displaystyle{ x, y }[/math]가 서로 같다 [math]\displaystyle{ :x=y. }[/math]
  • 두 집합 [math]\displaystyle{ X, Y }[/math]가 서로 같다 [math]\displaystyle{ :X=Y. }[/math]
  • [math]\displaystyle{ X, Y }[/math]합집합 [math]\displaystyle{ :X \cup Y. }[/math]
  • [math]\displaystyle{ X, Y }[/math]교집합 [math]\displaystyle{ :X \cap Y. }[/math]
  • [math]\displaystyle{ X, Y }[/math]차집합 [math]\displaystyle{ :X-Y. }[/math]
  • [math]\displaystyle{ X }[/math]여집합 [math]\displaystyle{ :X^C. }[/math]
  • [math]\displaystyle{ X }[/math]멱집합 [math]\displaystyle{ :\mathcal{P}(X). }[/math]

집합의 표현[편집]

집합을 표현하는 방법에는 원소나열법조건제시법이 있다.

원소나열법[편집]

말 그대로 원소를 직접 나열하여 집합을 표현하는 방법이다.

  • [math]\displaystyle{ A=\{ a,\ b,\ c \},\ B=\{ 1,\ 3,\ 5,\ 7,\ \cdots \}. }[/math]

조건제시법[편집]

어떤 것이 집합의 원소가 되는 것인지 표현하여 집합을 정의하는 방법이다. 표현법은 사람마다 다르지만, 최대한 간략하게 표현하려는 노력이 보인다.

  • 바(|)를 이용한 표현.
    • [math]\displaystyle{ A=\{x|x=2n,\ n \in \mathbb{N} \}. }[/math]
    • [math]\displaystyle{ B=\{y|y<9,\ y \in \mathbb{Q} \}. }[/math]
  • 콜론(:)을 이용한 표현.
    • [math]\displaystyle{ A=\{x:x=2n,\ n \in \mathbb{N} \}. }[/math]
    • [math]\displaystyle{ B=\{y:y<9,\ y \in \mathbb{Q} \}. }[/math]
  • 다른 표현들
    • [math]\displaystyle{ A=\{x|x=2n,\ n =1,\ 2,\ 3,\ \cdots \}. }[/math]
    • [math]\displaystyle{ B=\{y \in \mathbb{Q}:y<9 \}. }[/math]

같이 보기[편집]