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,13 @@
# 皮亚诺算术 (Peano Arithmetic, PA)
- **领域**: 数理逻辑、数学基础
- **来源**: [[godel-incompleteness-tutorial|哥德尔不完备定理教程]]
## 概述
皮亚诺算术是[[godel-incompleteness-theorems|哥德尔不完备定理]]中最常使用的形式系统。它是基于一阶逻辑的算术公理系统,包含常数 0、后继函数 S、加法 + 和乘法 ·,以及归纳公理模式。
> 📌 *占位符页面 — 待补充完整内容。*
## 相关概念
[[godel-incompleteness-theorems]] · [[godel-numbering]] · [[hilberts-program]] · [[formal-systems]]