| Metamath Proof Explorer |
< Previous
Next >
Nearby theorems |
||
| Mirrors > Home > MPE Home > Th. List > finds2 | Structured version Visualization version GIF version | ||
| 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, 29-Nov-2002.) |
| Ref | Expression |
|---|---|
| finds2.1 | ⊢ (𝑥 = ∅ → (𝜑 ↔ 𝜓)) |
| finds2.2 | ⊢ (𝑥 = 𝑦 → (𝜑 ↔ 𝜒)) |
| finds2.3 | ⊢ (𝑥 = suc 𝑦 → (𝜑 ↔ 𝜃)) |
| finds2.4 | ⊢ (𝜏 → 𝜓) |
| finds2.5 | ⊢ (𝑦 ∈ ω → (𝜏 → (𝜒 → 𝜃))) |
| Ref | Expression |
|---|---|
| finds2 | ⊢ (𝑥 ∈ ω → (𝜏 → 𝜑)) |
| Step | Hyp | Ref | Expression |
|---|---|---|---|
| 1 | finds2.4 | . . . . 5 ⊢ (𝜏 → 𝜓) | |
| 2 | 0ex 5252 | . . . . . 6 ⊢ ∅ ∈ V | |
| 3 | finds2.1 | . . . . . . 7 ⊢ (𝑥 = ∅ → (𝜑 ↔ 𝜓)) | |
| 4 | 3 | imbi2d 340 | . . . . . 6 ⊢ (𝑥 = ∅ → ((𝜏 → 𝜑) ↔ (𝜏 → 𝜓))) |
| 5 | 2, 4 | elab 3634 | . . . . 5 ⊢ (∅ ∈ {𝑥 ∣ (𝜏 → 𝜑)} ↔ (𝜏 → 𝜓)) |
| 6 | 1, 5 | mpbir 231 | . . . 4 ⊢ ∅ ∈ {𝑥 ∣ (𝜏 → 𝜑)} |
| 7 | finds2.5 | . . . . . . 7 ⊢ (𝑦 ∈ ω → (𝜏 → (𝜒 → 𝜃))) | |
| 8 | 7 | a2d 29 | . . . . . 6 ⊢ (𝑦 ∈ ω → ((𝜏 → 𝜒) → (𝜏 → 𝜃))) |
| 9 | vex 3444 | . . . . . . 7 ⊢ 𝑦 ∈ V | |
| 10 | finds2.2 | . . . . . . . 8 ⊢ (𝑥 = 𝑦 → (𝜑 ↔ 𝜒)) | |
| 11 | 10 | imbi2d 340 | . . . . . . 7 ⊢ (𝑥 = 𝑦 → ((𝜏 → 𝜑) ↔ (𝜏 → 𝜒))) |
| 12 | 9, 11 | elab 3634 | . . . . . 6 ⊢ (𝑦 ∈ {𝑥 ∣ (𝜏 → 𝜑)} ↔ (𝜏 → 𝜒)) |
| 13 | 9 | sucex 7751 | . . . . . . 7 ⊢ suc 𝑦 ∈ V |
| 14 | finds2.3 | . . . . . . . 8 ⊢ (𝑥 = suc 𝑦 → (𝜑 ↔ 𝜃)) | |
| 15 | 14 | imbi2d 340 | . . . . . . 7 ⊢ (𝑥 = suc 𝑦 → ((𝜏 → 𝜑) ↔ (𝜏 → 𝜃))) |
| 16 | 13, 15 | elab 3634 | . . . . . 6 ⊢ (suc 𝑦 ∈ {𝑥 ∣ (𝜏 → 𝜑)} ↔ (𝜏 → 𝜃)) |
| 17 | 8, 12, 16 | 3imtr4g 296 | . . . . 5 ⊢ (𝑦 ∈ ω → (𝑦 ∈ {𝑥 ∣ (𝜏 → 𝜑)} → suc 𝑦 ∈ {𝑥 ∣ (𝜏 → 𝜑)})) |
| 18 | 17 | rgen 3053 | . . . 4 ⊢ ∀𝑦 ∈ ω (𝑦 ∈ {𝑥 ∣ (𝜏 → 𝜑)} → suc 𝑦 ∈ {𝑥 ∣ (𝜏 → 𝜑)}) |
| 19 | peano5 7835 | . . . 4 ⊢ ((∅ ∈ {𝑥 ∣ (𝜏 → 𝜑)} ∧ ∀𝑦 ∈ ω (𝑦 ∈ {𝑥 ∣ (𝜏 → 𝜑)} → suc 𝑦 ∈ {𝑥 ∣ (𝜏 → 𝜑)})) → ω ⊆ {𝑥 ∣ (𝜏 → 𝜑)}) | |
| 20 | 6, 18, 19 | mp2an 692 | . . 3 ⊢ ω ⊆ {𝑥 ∣ (𝜏 → 𝜑)} |
| 21 | 20 | sseli 3929 | . 2 ⊢ (𝑥 ∈ ω → 𝑥 ∈ {𝑥 ∣ (𝜏 → 𝜑)}) |
| 22 | abid 2718 | . 2 ⊢ (𝑥 ∈ {𝑥 ∣ (𝜏 → 𝜑)} ↔ (𝜏 → 𝜑)) | |
| 23 | 21, 22 | sylib 218 | 1 ⊢ (𝑥 ∈ ω → (𝜏 → 𝜑)) |
| Colors of variables: wff setvar class |
| Syntax hints: → wi 4 ↔ wb 206 = wceq 1541 ∈ wcel 2113 {cab 2714 ∀wral 3051 ⊆ wss 3901 ∅c0 4285 suc csuc 6319 ωcom 7808 |
| This theorem was proved from axioms: ax-mp 5 ax-1 6 ax-2 7 ax-3 8 ax-gen 1796 ax-4 1810 ax-5 1911 ax-6 1968 ax-7 2009 ax-8 2115 ax-9 2123 ax-12 2184 ax-ext 2708 ax-sep 5241 ax-nul 5251 ax-pr 5377 ax-un 7680 |
| This theorem depends on definitions: df-bi 207 df-an 396 df-or 848 df-3or 1087 df-3an 1088 df-tru 1544 df-fal 1554 df-ex 1781 df-sb 2068 df-clab 2715 df-cleq 2728 df-clel 2811 df-ne 2933 df-ral 3052 df-rex 3061 df-rab 3400 df-v 3442 df-dif 3904 df-un 3906 df-in 3908 df-ss 3918 df-pss 3921 df-nul 4286 df-if 4480 df-pw 4556 df-sn 4581 df-pr 4583 df-op 4587 df-uni 4864 df-br 5099 df-opab 5161 df-tr 5206 df-eprel 5524 df-po 5532 df-so 5533 df-fr 5577 df-we 5579 df-ord 6320 df-on 6321 df-lim 6322 df-suc 6323 df-om 7809 |
| This theorem is referenced by: finds1 7841 onnseq 8276 nnacl 8539 nnmcl 8540 nnecl 8541 nnacom 8545 nnaass 8550 nndi 8551 nnmass 8552 nnmsucr 8553 nnmcom 8554 nnmordi 8559 omsmolem 8585 isinf 9165 unblem2 9193 fiint 9227 dffi3 9334 card2inf 9460 cantnfle 9580 cantnflt 9581 cantnflem1 9598 cnfcom 9609 trcl 9637 fseqenlem1 9934 nnadju 10108 infpssrlem3 10215 fin23lem26 10235 axdc3lem2 10361 axdc4lem 10365 axdclem2 10430 wunr1om 10630 wuncval2 10658 tskr1om 10678 grothomex 10740 peano5nni 12148 precsexlem6 28208 precsexlem7 28209 noseqind 28288 om2noseqlt 28295 fineqvinfep 35281 neibastop2lem 36554 finxpreclem6 37601 domalom 37609 oaabsb 43536 |
| Copyright terms: Public domain | W3C validator |