数学的帰納法 と再帰的定義
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
For a rigorous view, use the
The
3具体例 ぐたいれい :有限集合 ゆうげんしゅうごう の冪集合 べきしゅうごう の大 おお きさ
ここまでに
を「
なので である。ここで の
である。
data/lecture/math/discrete-math/power-set-basics.lecture.n.md data/lecture/math/discrete-math/cardinality-and-countability.lecture.n.md3Worked theorem: size of a power set
We now use the
Let mean “for every set with elements, .” We prove for every .
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
Specifying is necessary; the rule for producing the next term alone does not determine the values.
For a
- Base values or base objects are specified.
- Rules for constructing new objects from previously constructed ones are clear.
- For a sequence, the range of is clear; for a structure, the permitted constructors are 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.