数学的帰納法 と再帰的定義
Mathematical induction and recursive definitions 再帰的定義 さいきてきていぎ
In
1数学的帰納法 すうがくてききのうほう の形 かたち
1Induction form
Suppose we want to prove a
The first statement is the
Both the
2なぜこれで十分 じゅうぶん か
2Why it works
More rigorously, induction can be understood as a principle equivalent to the
The
3具体例 ぐたいれい :有限集合 ゆうげんしゅうごう の冪集合 べきしゅうごう の大 おお きさ
この
のとき、 を
なので である。ここで の
である。
data/lecture/math/discrete-math/べき集合の基本-講義.n.md3Worked theorem: size of a power set
This example appears before the formal lecture on
We prove that if , then .
As the
so . It is important to state the case explicitly. The empty set is not an exception; it is the starting point of the formula.
For the
4再帰的定義 さいきてきていぎ
たとえば
で
初期値 しょきち が指定 してい されている。次 つぎ を作 つく る規則 きそく が明確 めいかく である。- どの
範囲 はんい の に対 たい して規則 きそく を使 つか うかが明確 めいかく である。
4Recursive definitions
A recursive definition gives initial data and a rule for producing the next object, such as
Specifying is necessary; the rule for producing the next term alone does not determine the values.
For a
- Initial values are specified.
- The rule for producing the next object is clear.
- The range of for which the rule is used is clear.
For a
5注意 ちゅうい
5Warning
The induction hypothesis is not the statement to be proved for all at once. It is a temporary assumption for one arbitrary , used only to prove the next case.