Metamath Proof Explorer |
< Previous
Next >
Nearby theorems |
||
Mirrors > Home > MPE Home > Th. List > findes | Structured version Visualization version GIF version |
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 7709 for the transfinite version. This is an alternative for Metamath 100 proof #74. (Contributed by Raph Levien, 9-Jul-2003.) |
Ref | Expression |
---|---|
findes.1 | ⊢ [∅ / 𝑥]𝜑 |
findes.2 | ⊢ (𝑥 ∈ ω → (𝜑 → [suc 𝑥 / 𝑥]𝜑)) |
Ref | Expression |
---|---|
findes | ⊢ (𝑥 ∈ ω → 𝜑) |
Step | Hyp | Ref | Expression |
---|---|---|---|
1 | dfsbcq2 3719 | . 2 ⊢ (𝑧 = ∅ → ([𝑧 / 𝑥]𝜑 ↔ [∅ / 𝑥]𝜑)) | |
2 | sbequ 2086 | . 2 ⊢ (𝑧 = 𝑦 → ([𝑧 / 𝑥]𝜑 ↔ [𝑦 / 𝑥]𝜑)) | |
3 | dfsbcq2 3719 | . 2 ⊢ (𝑧 = suc 𝑦 → ([𝑧 / 𝑥]𝜑 ↔ [suc 𝑦 / 𝑥]𝜑)) | |
4 | sbequ12r 2245 | . 2 ⊢ (𝑧 = 𝑥 → ([𝑧 / 𝑥]𝜑 ↔ 𝜑)) | |
5 | findes.1 | . 2 ⊢ [∅ / 𝑥]𝜑 | |
6 | nfv 1917 | . . . 4 ⊢ Ⅎ𝑥 𝑦 ∈ ω | |
7 | nfs1v 2153 | . . . . 5 ⊢ Ⅎ𝑥[𝑦 / 𝑥]𝜑 | |
8 | nfsbc1v 3736 | . . . . 5 ⊢ Ⅎ𝑥[suc 𝑦 / 𝑥]𝜑 | |
9 | 7, 8 | nfim 1899 | . . . 4 ⊢ Ⅎ𝑥([𝑦 / 𝑥]𝜑 → [suc 𝑦 / 𝑥]𝜑) |
10 | 6, 9 | nfim 1899 | . . 3 ⊢ Ⅎ𝑥(𝑦 ∈ ω → ([𝑦 / 𝑥]𝜑 → [suc 𝑦 / 𝑥]𝜑)) |
11 | eleq1w 2821 | . . . 4 ⊢ (𝑥 = 𝑦 → (𝑥 ∈ ω ↔ 𝑦 ∈ ω)) | |
12 | sbequ12 2244 | . . . . 5 ⊢ (𝑥 = 𝑦 → (𝜑 ↔ [𝑦 / 𝑥]𝜑)) | |
13 | suceq 6331 | . . . . . 6 ⊢ (𝑥 = 𝑦 → suc 𝑥 = suc 𝑦) | |
14 | 13 | sbceq1d 3721 | . . . . 5 ⊢ (𝑥 = 𝑦 → ([suc 𝑥 / 𝑥]𝜑 ↔ [suc 𝑦 / 𝑥]𝜑)) |
15 | 12, 14 | imbi12d 345 | . . . 4 ⊢ (𝑥 = 𝑦 → ((𝜑 → [suc 𝑥 / 𝑥]𝜑) ↔ ([𝑦 / 𝑥]𝜑 → [suc 𝑦 / 𝑥]𝜑))) |
16 | 11, 15 | imbi12d 345 | . . 3 ⊢ (𝑥 = 𝑦 → ((𝑥 ∈ ω → (𝜑 → [suc 𝑥 / 𝑥]𝜑)) ↔ (𝑦 ∈ ω → ([𝑦 / 𝑥]𝜑 → [suc 𝑦 / 𝑥]𝜑)))) |
17 | findes.2 | . . 3 ⊢ (𝑥 ∈ ω → (𝜑 → [suc 𝑥 / 𝑥]𝜑)) | |
18 | 10, 16, 17 | chvarfv 2233 | . 2 ⊢ (𝑦 ∈ ω → ([𝑦 / 𝑥]𝜑 → [suc 𝑦 / 𝑥]𝜑)) |
19 | 1, 2, 3, 4, 5, 18 | finds 7745 | 1 ⊢ (𝑥 ∈ ω → 𝜑) |
Colors of variables: wff setvar class |
Syntax hints: → wi 4 [wsb 2067 ∈ wcel 2106 [wsbc 3716 ∅c0 4256 suc csuc 6268 ωcom 7712 |
This theorem was proved from axioms: ax-mp 5 ax-1 6 ax-2 7 ax-3 8 ax-gen 1798 ax-4 1812 ax-5 1913 ax-6 1971 ax-7 2011 ax-8 2108 ax-9 2116 ax-10 2137 ax-11 2154 ax-12 2171 ax-ext 2709 ax-sep 5223 ax-nul 5230 ax-pr 5352 ax-un 7588 |
This theorem depends on definitions: df-bi 206 df-an 397 df-or 845 df-3or 1087 df-3an 1088 df-tru 1542 df-fal 1552 df-ex 1783 df-nf 1787 df-sb 2068 df-clab 2716 df-cleq 2730 df-clel 2816 df-nfc 2889 df-ne 2944 df-ral 3069 df-rex 3070 df-rab 3073 df-v 3434 df-sbc 3717 df-dif 3890 df-un 3892 df-in 3894 df-ss 3904 df-pss 3906 df-nul 4257 df-if 4460 df-pw 4535 df-sn 4562 df-pr 4564 df-op 4568 df-uni 4840 df-br 5075 df-opab 5137 df-tr 5192 df-eprel 5495 df-po 5503 df-so 5504 df-fr 5544 df-we 5546 df-ord 6269 df-on 6270 df-lim 6271 df-suc 6272 df-om 7713 |
This theorem is referenced by: rdgeqoa 35541 |
Copyright terms: Public domain | W3C validator |