MPE Home Metamath Proof Explorer < Previous   Next >
Nearby theorems
Mirrors  >  Home  >  MPE Home  >  Th. List  >  findes Structured version   Visualization version   GIF version

Theorem findes 6988
Description: Finite induction with explicit substitution. The first hypothesis is the basis and the second is the induction step. Theorem Schema 22 of [Suppes] p. 136. See tfindes 6954 for the transfinite version. This is an alternative for Metamath 100 proof #74. (Contributed by Raph Levien, 9-Jul-2003.)
Hypotheses
Ref Expression
findes.1 [∅ / 𝑥]𝜑
findes.2 (𝑥 ∈ ω → (𝜑[suc 𝑥 / 𝑥]𝜑))
Assertion
Ref Expression
findes (𝑥 ∈ ω → 𝜑)

Proof of Theorem findes
Dummy variables 𝑦 𝑧 are mutually distinct and distinct from all other variables.
StepHypRef Expression
1 dfsbcq2 3405 . 2 (𝑧 = ∅ → ([𝑧 / 𝑥]𝜑[∅ / 𝑥]𝜑))
2 sbequ 2364 . 2 (𝑧 = 𝑦 → ([𝑧 / 𝑥]𝜑 ↔ [𝑦 / 𝑥]𝜑))
3 dfsbcq2 3405 . 2 (𝑧 = suc 𝑦 → ([𝑧 / 𝑥]𝜑[suc 𝑦 / 𝑥]𝜑))
4 sbequ12r 2098 . 2 (𝑧 = 𝑥 → ([𝑧 / 𝑥]𝜑𝜑))
5 findes.1 . 2 [∅ / 𝑥]𝜑
6 nfv 1830 . . . 4 𝑥 𝑦 ∈ ω
7 nfs1v 2425 . . . . 5 𝑥[𝑦 / 𝑥]𝜑
8 nfsbc1v 3422 . . . . 5 𝑥[suc 𝑦 / 𝑥]𝜑
97, 8nfim 1813 . . . 4 𝑥([𝑦 / 𝑥]𝜑[suc 𝑦 / 𝑥]𝜑)
106, 9nfim 1813 . . 3 𝑥(𝑦 ∈ ω → ([𝑦 / 𝑥]𝜑[suc 𝑦 / 𝑥]𝜑))
11 eleq1 2676 . . . 4 (𝑥 = 𝑦 → (𝑥 ∈ ω ↔ 𝑦 ∈ ω))
12 sbequ12 2097 . . . . 5 (𝑥 = 𝑦 → (𝜑 ↔ [𝑦 / 𝑥]𝜑))
13 suceq 5707 . . . . . 6 (𝑥 = 𝑦 → suc 𝑥 = suc 𝑦)
1413sbceq1d 3407 . . . . 5 (𝑥 = 𝑦 → ([suc 𝑥 / 𝑥]𝜑[suc 𝑦 / 𝑥]𝜑))
1512, 14imbi12d 333 . . . 4 (𝑥 = 𝑦 → ((𝜑[suc 𝑥 / 𝑥]𝜑) ↔ ([𝑦 / 𝑥]𝜑[suc 𝑦 / 𝑥]𝜑)))
1611, 15imbi12d 333 . . 3 (𝑥 = 𝑦 → ((𝑥 ∈ ω → (𝜑[suc 𝑥 / 𝑥]𝜑)) ↔ (𝑦 ∈ ω → ([𝑦 / 𝑥]𝜑[suc 𝑦 / 𝑥]𝜑))))
17 findes.2 . . 3 (𝑥 ∈ ω → (𝜑[suc 𝑥 / 𝑥]𝜑))
1810, 16, 17chvar 2250 . 2 (𝑦 ∈ ω → ([𝑦 / 𝑥]𝜑[suc 𝑦 / 𝑥]𝜑))
191, 2, 3, 4, 5, 18finds 6984 1 (𝑥 ∈ ω → 𝜑)
Colors of variables: wff setvar class
Syntax hints:  wi 4  [wsb 1867  wcel 1977  [wsbc 3402  c0 3874  suc csuc 5642  ωcom 6957
This theorem was proved from axioms:  ax-mp 5  ax-1 6  ax-2 7  ax-3 8  ax-gen 1713  ax-4 1728  ax-5 1827  ax-6 1875  ax-7 1922  ax-8 1979  ax-9 1986  ax-10 2006  ax-11 2021  ax-12 2034  ax-13 2234  ax-ext 2590  ax-sep 4709  ax-nul 4717  ax-pr 4833  ax-un 6847
This theorem depends on definitions:  df-bi 196  df-or 384  df-an 385  df-3or 1032  df-3an 1033  df-tru 1478  df-ex 1696  df-nf 1701  df-sb 1868  df-eu 2462  df-mo 2463  df-clab 2597  df-cleq 2603  df-clel 2606  df-nfc 2740  df-ne 2782  df-ral 2901  df-rex 2902  df-rab 2905  df-v 3175  df-sbc 3403  df-dif 3543  df-un 3545  df-in 3547  df-ss 3554  df-pss 3556  df-nul 3875  df-if 4037  df-pw 4110  df-sn 4126  df-pr 4128  df-tp 4130  df-op 4132  df-uni 4373  df-br 4584  df-opab 4644  df-tr 4681  df-eprel 4949  df-po 4959  df-so 4960  df-fr 4997  df-we 4999  df-ord 5643  df-on 5644  df-lim 5645  df-suc 5646  df-om 6958
This theorem is referenced by:  rdgeqoa  32394
  Copyright terms: Public domain W3C validator