본 포스트는 고려대학교 수학과 김일두 교수님의 강의와 Rudin의 Principle of Mathematical Analysis을 바탕으로 작성되었습니다.
Def 1.1 Ordered pair
순서쌍(Ordered pair)의 정의를 알아보자.
Let x and y be elements
(x,y):={{x},{x,y}}
Def 1.4 Cartesian product
Let S and T be sets.
S×T:={(x,y):x∈S, y∈T}
Def 1.5 Relation
Let S : set
A (binary) relation on S is a subset of the Cartesian product S×S.
Let R be a relation on S.
R⊂S×S
So R is denoted by ∼ if (x,y)∈R⇔x∼y
Def 1.7 Order
Let S : set
An order of on S is a relation on S, denoted by <, with the following two properties:
(i) 만약 x∈S and y∈S라면 다음 세 관계(statements) 중 하나만을 만족해야한다.
x<y, x=y, y<x
(ii) Let x,y,z∈S If x<y and y<z, then x<z
Def 1.8 Ordered set
An ordered set is a set S in which an order is defined.
즉, if ∃ an order on S
Def 1.9 the maximum and minimum
Let S be an ordered set and E⊂S
(i) if a∈E and e≤a ∀e∈E, then a is the maximum of E
(ii) if a∈E and a≤e ∀e∈E, then a is the maximum of E
핵심은 최소 또는 최대인 a가 집합 E의 원소여야한다는 것이다.
Def 1.10 Upper bound and Lower bound
상계(Upper bound)와 하계(Lower bound)에 대해 알아보자.
S가 집합이고 E⊂S를 만족할 때,
(i) α,β∈S such that x≤β, ∀x∈E 라면 E는 bounded above이고 β는 upper bound이다.
(ii) α,β∈S such that x≥β, ∀x∈E 라면 E는 bounded below이고 β는 lower bound이다.
상계와 하계는 따라서 여러 점의 집합일 수 있다.
Def 1.11 Supremum (상한)
S가 집합이고 E⊂S를 만족하며 E가 bounded above이고 α∈S일 때,
(i) α가 E의 upper bound이고
(ii) 만약 γ<α인 γ가 E의 upper bound가 아니라면
α는 least upper bound of E 또는 the supremum of E라고 한다.
⇔ If γ is an upper bound of E then ∀γ≥α
Supremum은 다음과 같이 쓴다.
α=supE
supE는 E의 모든 upper bounds 집합 중 가장 작은 member이다.
Def 1.13 Infimum (하한)
S가 집합이고 E⊂S를 만족하며 E가 bounded above이고 α∈S일 때,
(i) α가 E의 lower bound이고
(ii) 만약 γ>α인 γ가 E의 lower bound가 아니라면
α는 greatest lower bound of E 또는 the infimum of E라고 한다.
⇔ If γ is a lower bound of E then ∀γ≤α
Infimum은 다음과 같이 쓴다.
α=infE
infE는 E의 모든 lower bounds 집합 중 가장 큰 member이다.
Def 1.14 Rational numbers
유리수(rational numbers) Q에 대해 알아보자.
Q={nm:m, n are integers, n=0}
Example 1.15
(a)
아래 두 집합은 p>0인 Q에 대해 여집합 관계에 놓여있다.
A={p∈Q:p>0 and p2<2}B={p∈Q:p>0 and p2>2}
집합 A는 분명 upper bounds를 갖고있으므로 bounded above이다. upper bounds of A는 정확히 집합 B인데 B는 Q에 대해 smallest member가 없으므로 supA는 존재하지 않는다.
마찬가지로 집합 B 역시 lower bounds를 갖고 있으므로 bounded below이지만 A가 Q에 대해 greatest member가 없으므로 infB는 존재하지 않는다.
(b)
만약 α=supE가 존재한다면, α는 집합 E에 포함이 될 수도 있고, 안될 수도 있다. 다음 상황을 따져보자.
E1={r∈Q:r<0}E2={r∈Q:r≤0}
이 때, maxE1=not exist이고 supE=0인 반면, maxE2=0이고 supE=0이다.
즉, supE1=supE2=0이며 0∈/E1, 0∈E2이다.