Mathematical induction and recursive definitions 再帰的定義 さいきてきていぎ
In
1Induction form
Suppose we want to prove a
The first statement is the
Both the
2Why it works
For a rigorous view, use the
The
3Worked 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
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
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.