Files
myWiki/concepts/countable-uncountable-infinity.md

56 lines
1.8 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: "可数与不可数无穷"
created: 2026-06-07
updated: 2026-06-07
type: concept
tags: [集合论, 无穷, 数学基础]
---
# 可数与不可数无穷
[[infinity-hierarchy|无穷层级体系]] 中最基本的一对概念可数无穷countable infinity与不可数无穷uncountable infinity。二者的区分是集合论的核心起点。
## 可数无穷
一个集合是**可数的**countable当且仅当其元素可以与自然数集 $\mathbb{N}$ 建立一一对应。
### 可数集的例子
- 自然数 $\mathbb{N}$
- 整数 $\mathbb{Z}$
- 有理数 $\mathbb{Q}$
- [[algebraic-numbers-countability|代数数]] — 狄德金1873年证明
### 关键直觉
可数无穷意味着你可以**逐一列举**集合中的所有元素(尽管需要无穷多时间)。存在一种明确的枚举顺序,确保没有元素被遗漏。
## 不可数无穷
一个集合是**不可数的**uncountable当且仅当其元素"多于"自然数,无法与 $\mathbb{N}$ 建立一一对应。
### 不可数集的例子
- 实数 $\mathbb{R}$ — 康托尔1874年证明
- 无理数
- 任意区间 $[0, 1]$ 中的实数
### 关键直觉
无论你如何试图枚举实数总有一些实数被遗漏。康托尔的对角线论证Cantor's diagonal argument是这一结论的经典证明。
## 数学意义
这两个概念的区分彻底改变了数学:
- 在此之前,"无穷"是一个模糊的、令人回避的概念
- 康托尔和狄德金证明:无穷有结构,可以严格比较大小
- 这为 [[set-theory-history|集合论]] 的建立铺平了道路
## 相关条目
- [[infinity-hierarchy|无穷层级体系]]
- [[algebraic-numbers-countability|代数数的可数性]]
- [[set-theory-history|集合论史]]
- [[georg-cantor|格奥尔格·康托尔]]