diff --git a/education/mathematics/mathematical-induction.html b/education/mathematics/mathematical-induction.html index d8fa069..6259e66 100644 --- a/education/mathematics/mathematical-induction.html +++ b/education/mathematics/mathematical-induction.html @@ -2,7 +2,7 @@ title: 數學歸納法 (Mathematical Induction) description: published: true -date: 2026-02-11T17:20:14.172Z +date: 2026-02-11T17:20:55.457Z tags: editor: ckeditor dateCreated: 2026-02-11T17:14:35.544Z @@ -29,3 +29,11 @@ dateCreated: 2026-02-11T17:14:35.544Z

The statement is true for n = k + 1. By the principle of mathematical induction, the statement is true for all positive integers n.

+

 

+

Variation

+

There were cases where proof for each positive integer was needed, instead of all the integers.

+

 

+

For instance:

+

When n is in a range.

+

For all positive odd integers n.

+

For all positive real numbers.