You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2026-01-26-set_6.md
+8-10Lines changed: 8 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,25 +10,23 @@ sidebar:
10
10
use_math: true
11
11
---
12
12
13
-
14
13
### Function
15
-
A function is a relation $f ⊂ A \times B$ that is functional and serial. <br>
14
+
A function is a relation f ⊂ A × B that is functional and serial. <br>
16
15
This means that each element of the domain is related to exactly one element of the codomain, and every element of the domain appears in the relation. <br>
17
-
$\forall a \in A, ∃ ! b \in B : f: A \rightarrow B$ <br>
18
-
Notation: $f: A \rightarrow B$ <br>
16
+
f(A) := {f(a) ∈ B : a ∈ A} <br>
17
+
Notation: f: A → B <br>
19
18
20
19
### Range
21
-
A range is $f(A) := \{f(a) \in B| a \in A\}$.<br>
22
-
The range of $f$ is the set of all elements in the codomain that are related to element of the domain.
20
+
A range is f(A) := {f(a) ∈ B | a ∈ A}.<br>
21
+
The range of f is the set of all elements in the codomain that are related to element of the domain.
23
22
24
23
### 1 - 1 Function
25
24
A one-to-one function is a function in which each element of the codomain is related to exactly one element of the domain.<br>
26
-
$\forall b\in f(A), ∃! a\in A : f: A \rightarrow B$
25
+
∀ b ∈ f(A), ∃! a ∈ A : f: A → B
27
26
28
27
### 1 - 1 Correspondence
29
28
A bijective function is a function in which each element of the codomain is related to exactly one element of the domain.<br>
30
-
$\forall b\in B, ∃! a\in A : f A \rightarrow B$
29
+
∀ b ∈ B, ∃! a ∈ A : f A → B
31
30
32
31
### Inverse Function
33
-
The inverse function reverses the mapping of the original function $f:A \rightarrow B$, so that $f^{-1}: B\rightarrow A$
34
-
32
+
The inverse function reverses the mapping of the original function f: A → B, so that f⁻¹: B → A
Copy file name to clipboardExpand all lines: _posts/2026-02-01-set_7.md
+15-19Lines changed: 15 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,31 +11,27 @@ use_math: true
11
11
---
12
12
13
13
### Cardinality
14
-
Cardinality는 원소의 개수를 말하는 것으로 $|A|$라고 쓰고 $A = {a, b, c}$일 때, $|A|$는 3이다.
14
+
Cardinality는 원소의 개수를 말하는 것으로 |A|라고 쓰고 A = {a, b, c}일 때, |A|는 3이다.
15
15
16
-
Note that:
17
-
우리가 어떤 Objecte의 개수를 새는 방법은 자연수와 1-1으로 대응시켜 개수를 샌다.
18
-
예를들어 {사과, 오렌지, 귤} 집합에서 원소의 개수를 샌다면, 사과 = 1, 오렌지 = 2, 귤 = 3으로 대응시켜 개수를 샌다.
16
+
Note that:
17
+
우리가 어떤 Objecte의 개수를 새는 방법은 자연수와 1-1으로 대응시켜 개수를 샌다.
18
+
예를들어 {사과, 오렌지, 귤} 집합에서 원소의 개수를 샌다면,
19
+
사과 = 1, 오렌지 = 2, 귤 = 3으로 대응시켜 개수를 샌다.
19
20
20
21
### Finite
21
-
finite은 원소의 개수가 유한함을 뜻한다.
22
-
정의는 $A = ∅$ or $∃ A \rightarrow \{1, ..., n\}$ bijective. for some $n\in ℕ$이다.
23
-
22
+
finite은 원소의 개수가 유한함을 뜻한다.
23
+
정의는 A = ∅ or ∃ A → {1, …, n} bijective. for some n ∈ ℕ 이다.
24
24
25
25
### Infinite
26
-
infinite은 finite이 아닌 것을 infinite이라고 한다.
27
-
즉, $A Not= ∅$ and $\forall A \rightarrow \{1,...,n\}$ not bijective. for all $n\not\in ℕ$가 되며, 공집합이 아니고 어떤 $n$을 가져와도 $A$를 1-1 corr으로 $\{1,...,n\}$으로 매칭시킬 수 없음을 뜻한다.
28
-
26
+
infinite은 finite이 아닌 것을 infinite이라고 한다.
27
+
즉, A ≠ ∅ and ∀ A → {1, …, n} not bijective. for all n ∉ ℕ 가 되며,
28
+
공집합이 아니고 어떤 n을 가져와도 A를 1-1 corr으로 {1, …, n}으로 매칭시킬 수 없음을 뜻한다.
29
29
30
30
### Countable
31
-
Countable은 infinite하면서 셀 수 있는 것을 말한다.
32
-
즉, 1-1 corr $A \rightarrow ℕ$이다.
33
-
31
+
Countable은 infinite하면서 셀 수 있는 것을 말한다.
32
+
즉, 1-1 corr A → ℕ 이다.
34
33
35
34
### Uncountable
36
-
Uncountable은 infinite하면서 셀 수 없는 것을 말한다.(자연수로 대응시킬 수 없을 만큼 많은 개수를 가진 집합)
37
-
Uncountable은 countable이 아닌 것으로 not 1-1 corr $A\rightarrow ℕ$이다.
38
-
39
-
40
-
41
-
35
+
Uncountable은 infinite하면서 셀 수 없는 것을 말한다.
36
+
(자연수로 대응시킬 수 없을 만큼 많은 개수를 가진 집합)
37
+
Uncountable은 countable이 아닌 것으로 not 1-1 corr A → ℕ 이다.
0 commit comments