HomeHome Metamath Proof Explorer < Previous   Next >
Related theorems
Unicode version

Theorem findes 3150
Description: Finite induction with explicit substitution. The first hypothesis is the basis and the second is the induction hypothesis. Theorem Schema 22 of [Suppes] p. 136. (Contributed by Raph Levien, 9-Jul-2003.)
Hypotheses
Ref Expression
findes.1 |- [(/) / x]ph
findes.2 |- (x e. om -> (ph -> [suc x / x]ph))
Assertion
Ref Expression
findes |- (x e. om -> ph)

Proof of Theorem findes
StepHypRef Expression
1 dfsbcq 1933 . 2 |- (z = (/) -> ([z / x]ph <-> [(/) / x]ph))
2 sbequ 1224 . 2 |- (z = y -> ([z / x]ph <-> [y / x]ph))
3 dfsbcq 1933 . 2 |- (z = suc y -> ([z / x]ph <-> [suc y / x]ph))
4 sbequ12r 1178 . 2 |- (z = x -> ([z / x]ph <-> ph))
5 findes.1 . 2 |- [(/) / x]ph
6 ax-17 968 . . . 4 |- (y e. om -> A.x y e. om)
7 hbs1 1327 . . . . 5 |- ([y / x]ph -> A.x[y / x]ph)
8 visset 1804 . . . . . . 7 |- y e. V
98sucex 3040 . . . . . 6 |- suc y e. V
109hbsbc1v 1940 . . . . 5 |- ([suc y / x]ph -> A.x[suc y / x]ph)
117, 10hbim 1004 . . . 4 |- (([y / x]ph -> [suc y / x]ph) -> A.x([y / x]ph -> [suc y / x]ph))
126, 11hbim 1004 . . 3 |- ((y e. om -> ([y / x]ph -> [suc y / x]ph)) -> A.x(y e. om -> ([y / x]ph -> [suc y / x]ph)))
13 eleq1 1526 . . . 4 |- (x = y -> (x e. om <-> y e. om))
14 sbequ12 1177 . . . . 5 |- (x = y -> (ph <-> [y / x]ph))
15 suceq 3024 . . . . . 6 |- (x = y -> suc x = suc y)
16 dfsbcq 1933 . . . . . 6 |- (suc x = suc y -> ([suc x / x]ph <-> [suc y / x]ph))
1715, 16syl 10 . . . . 5 |- (x = y -> ([suc x / x]ph <-> [suc y / x]ph))
1814, 17imbi12d 624 . . . 4 |- (x = y -> ((ph -> [suc x / x]ph) <-> ([y / x]ph -> [suc y / x]ph)))
1913, 18imbi12d 624 . . 3 |- (x = y -> ((x e. om -> (ph -> [suc x / x]ph)) <-> (y e. om -> ([y / x]ph -> [suc y / x]ph))))
20 findes.2 . . 3 |- (x e. om -> (ph -> [suc x / x]ph))
2112, 19, 20chvar 1163 . 2 |- (y e. om -> ([y / x]ph -> [suc y / x]ph))
221, 2, 3, 4, 5, 21finds 3146 1 |- (x e. om -> ph)
Colors of variables: wff set class
Syntax hints:   -> wi 3   <-> wb 146   = wceq 953   e. wcel 955  [wsbc 1166  (/)c0 2270  suc csuc 2940  omcom 3121
This theorem was proved from axioms:  ax-1 4  ax-2 5  ax-3 6  ax-mp 7  ax-7 959  ax-gen 960  ax-8 961  ax-9 962  ax-10 963  ax-11 964  ax-12 965  ax-13 966  ax-14 967  ax-17 968  ax-4 970  ax-5o 972  ax-6o 975  ax-9o 1119  ax-10o 1136  ax-16 1206  ax-11o 1213  ax-ext 1452  ax-sep 2693  ax-nul 2700  ax-pow 2732  ax-pr 2769  ax-un 2857
This theorem depends on definitions:  df-bi 147  df-or 224  df-an 225  df-3or 774  df-3an 775  df-ex 978  df-sb 1168  df-eu 1375  df-mo 1376  df-clab 1457  df-cleq 1462  df-clel 1465  df-ne 1579  df-ral 1641  df-rex 1642  df-v 1803  df-sbc 1932  df-dif 2039  df-un 2040  df-in 2041  df-ss 2043  df-nul 2271  df-if 2352  df-pw 2392  df-sn 2402  df-pr 2403  df-tp 2405  df-op 2406  df-uni 2494  df-br 2610  df-opab 2657  df-tr 2671  df-eprel 2821  df-po 2831  df-so 2841  df-fr 2907  df-we 2924  df-ord 2941  df-on 2942  df-lim 2943  df-suc 2944  df-om 3122
Copyright terms: Public domain