20260429:一些新东西

This commit is contained in:
2026-04-29 16:28:13 +08:00
parent 0b1535dfaf
commit 56c4d3ef7c
70 changed files with 2798 additions and 3 deletions

View File

@@ -0,0 +1,14 @@
# 蔡廷常数 Ω (Chaitin's Constant)
- **领域**: 算法信息论
- **定义者**: Gregory Chaitin
- **来源**: [[godel-incompleteness-tutorial|哥德尔不完备定理教程]]
## 概述
Ω = Σ_{p: U(p)↓} 2^{-|p|},即随机输入一个程序时通用图灵机停机的概率。Ω 具有不可计算性(无法计算任意位)、不可压缩性(前 n 位的信息量至少为 n和完备性前 n 位足以判定所有长度 ≤ n 的停机问题)。
> 📌 *占位符页面 — 待补充完整内容。*
## 相关概念
[[chaitin-algorithmic-information-theory]] · [[kolmogorov-complexity]] · [[halting-problem]]