# 自然數 ℕ

[數學](/math/math.md) ⟩ [數系](/math/num.md) ⟩ 自然數 ℕ

{% hint style="success" %}
:star: 注意：現代的「<mark style="color:purple;">自然數</mark>」通常認為是由 0 開始，也就是 $${\color{orange}\mathbb{N}} = { \ 0,1,2,3, \dots \ }$$
{% endhint %}

{% tabs %}
{% tab title="📗 參考" %}

* Wikipedia ⟩&#x20;
  * [Natural number](https://en.wikipedia.org/wiki/Natural_number)
  * [Peano axioms](https://en.wikipedia.org/wiki/Peano_axioms)&#x20;
    {% endtab %}

{% tab title="🖥️ 影片" %}
{% embed url="<https://youtu.be/zXFl3ojjmJM?si=5w0DsGWQ_BggAX4C>" %}
自然數的公理化：「皮亞諾公理」
{% endembed %}
{% endtab %}
{% endtabs %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://lochiwei.gitbook.io/math/num/natural.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
