Description: Principle of Finite Induction (inference schema), using implicit substitutions. The first three hypotheses establish the substitutions we need. The last two are the basis and the induction step. Theorem Schema 22 of Suppes p. 136. (Contributed by NM, 22-Mar-2006)
Ref | Expression | ||
---|---|---|---|
Hypotheses | finds1.1 | |- ( x = (/) -> ( ph <-> ps ) ) |
|
finds1.2 | |- ( x = y -> ( ph <-> ch ) ) |
||
finds1.3 | |- ( x = suc y -> ( ph <-> th ) ) |
||
finds1.4 | |- ps |
||
finds1.5 | |- ( y e. _om -> ( ch -> th ) ) |
||
Assertion | finds1 | |- ( x e. _om -> ph ) |
Step | Hyp | Ref | Expression |
---|---|---|---|
1 | finds1.1 | |- ( x = (/) -> ( ph <-> ps ) ) |
|
2 | finds1.2 | |- ( x = y -> ( ph <-> ch ) ) |
|
3 | finds1.3 | |- ( x = suc y -> ( ph <-> th ) ) |
|
4 | finds1.4 | |- ps |
|
5 | finds1.5 | |- ( y e. _om -> ( ch -> th ) ) |
|
6 | eqid | |- (/) = (/) |
|
7 | 4 | a1i | |- ( (/) = (/) -> ps ) |
8 | 5 | a1d | |- ( y e. _om -> ( (/) = (/) -> ( ch -> th ) ) ) |
9 | 1 2 3 7 8 | finds2 | |- ( x e. _om -> ( (/) = (/) -> ph ) ) |
10 | 6 9 | mpi | |- ( x e. _om -> ph ) |