728x90
Automata Prove: Infinite Countable
포스트 난이도: HOO_Junior
# Infinite Countable
Infinite number임에도 규칙이 있으며 bijective가 된다면 countable에 해당한다.
이를 Infinite countable이라고 하며 Backward 방식을 통해 증명이 가능하다.
- f: N -> A such that f(n) = 2n-1
- for every(all) y ∈ B
- x ∈ A: let x = (y+1)/2
- f(x) = 2x-1 = 2((y+1)/2) - 1 = y
- Exists x ∈ A such that f(x) = y
- f is onto if for every y ∈ B, there exists x ∈ A such that f(x) = y [Definiton of onto function]
- for every x1 and x2
- assume(if) f(x1) = f(x2)
- 2(x1)-1 = 2(x2)-1 by f(x1) = f(x2) and definition of f
- x1 = x2
- f(x1) = f(x2) implies x1 = x2
- for every x1 and x2, f(x1) = f(x2) implies x1 = x2
- f is one-one if for every x1 and x2, f(x1) = f(x2) implies x1 = x2 [Definition of one-one function]
- There is bijective function from N to A [Definition of bijective function]
- A is countably infinite if there is a bijective function from N to A [Definition of countably infinite]
- A is countable infinite
- A is countable if it is finite or countably infinite [Definition of countable with a set]
- A = {1, 3, 5, 7, 9, 11,...} is countably infinite
- QED
728x90
'Computer Science' 카테고리의 다른 글
[Programming] RAID: RAID 0, RAID 1, RAID 4, RAID 5, RAID 10 (0) | 2022.03.18 |
---|---|
[Programming] Magnetic Hard Disk Drive (0) | 2022.03.17 |
[Automata] Automata Prove: Examples of Proving Sets (0) | 2022.03.09 |
[Automata] Automata Definitions: Yield Definition (0) | 2022.03.08 |
[Automata] Language Expression to Regular Expression Examples (0) | 2022.03.08 |
댓글