mirror of
https://github.com/blackboxprogramming/simulation-theory.git
synced 2026-03-17 03:57:11 -05:00
Update peano-derivative.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -27,7 +27,7 @@ PA is five core axioms (in first-order logic, with the equality and logical axio
|
||||
5. (P(0) ∧ ∀n: P(n) → P(S(n))) → ∀n: P(n) (induction)
|
||||
```
|
||||
|
||||
That is the whole thing. Five lines. The natural numbers follow from these.
|
||||
That is the whole thing. Five lines. In the standard model, what we call “the natural numbers” are exactly those objects satisfying these axioms.
|
||||
|
||||
## The Derivative
|
||||
|
||||
|
||||
Reference in New Issue
Block a user