| 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 5282 | . . . . . 6 ⊢ ∅ ∈ V | |
| 3 | finds2.1 | . . . . . . 7 ⊢ (𝑥 = ∅ → (𝜑 ↔ 𝜓)) | |
| 4 | 3 | imbi2d 340 | . . . . . 6 ⊢ (𝑥 = ∅ → ((𝜏 → 𝜑) ↔ (𝜏 → 𝜓))) |
| 5 | 2, 4 | elab 3663 | . . . . 5 ⊢ (∅ ∈ {𝑥 ∣ (𝜏 → 𝜑)} ↔ (𝜏 → 𝜓)) |
| 6 | 1, 5 | mpbir 231 | . . . 4 ⊢ ∅ ∈ {𝑥 ∣ (𝜏 → 𝜑)} |
| 7 | finds2.5 | . . . . . . 7 ⊢ (𝑦 ∈ ω → (𝜏 → (𝜒 → 𝜃))) | |
| 8 | 7 | a2d 29 | . . . . . 6 ⊢ (𝑦 ∈ ω → ((𝜏 → 𝜒) → (𝜏 → 𝜃))) |
| 9 | vex 3468 | . . . . . . 7 ⊢ 𝑦 ∈ V | |
| 10 | finds2.2 | . . . . . . . 8 ⊢ (𝑥 = 𝑦 → (𝜑 ↔ 𝜒)) | |
| 11 | 10 | imbi2d 340 | . . . . . . 7 ⊢ (𝑥 = 𝑦 → ((𝜏 → 𝜑) ↔ (𝜏 → 𝜒))) |
| 12 | 9, 11 | elab 3663 | . . . . . 6 ⊢ (𝑦 ∈ {𝑥 ∣ (𝜏 → 𝜑)} ↔ (𝜏 → 𝜒)) |
| 13 | 9 | sucex 7805 | . . . . . . 7 ⊢ suc 𝑦 ∈ V |
| 14 | finds2.3 | . . . . . . . 8 ⊢ (𝑥 = suc 𝑦 → (𝜑 ↔ 𝜃)) | |
| 15 | 14 | imbi2d 340 | . . . . . . 7 ⊢ (𝑥 = suc 𝑦 → ((𝜏 → 𝜑) ↔ (𝜏 → 𝜃))) |
| 16 | 13, 15 | elab 3663 | . . . . . 6 ⊢ (suc 𝑦 ∈ {𝑥 ∣ (𝜏 → 𝜑)} ↔ (𝜏 → 𝜃)) |
| 17 | 8, 12, 16 | 3imtr4g 296 | . . . . 5 ⊢ (𝑦 ∈ ω → (𝑦 ∈ {𝑥 ∣ (𝜏 → 𝜑)} → suc 𝑦 ∈ {𝑥 ∣ (𝜏 → 𝜑)})) |
| 18 | 17 | rgen 3054 | . . . 4 ⊢ ∀𝑦 ∈ ω (𝑦 ∈ {𝑥 ∣ (𝜏 → 𝜑)} → suc 𝑦 ∈ {𝑥 ∣ (𝜏 → 𝜑)}) |
| 19 | peano5 7894 | . . . 4 ⊢ ((∅ ∈ {𝑥 ∣ (𝜏 → 𝜑)} ∧ ∀𝑦 ∈ ω (𝑦 ∈ {𝑥 ∣ (𝜏 → 𝜑)} → suc 𝑦 ∈ {𝑥 ∣ (𝜏 → 𝜑)})) → ω ⊆ {𝑥 ∣ (𝜏 → 𝜑)}) | |
| 20 | 6, 18, 19 | mp2an 692 | . . 3 ⊢ ω ⊆ {𝑥 ∣ (𝜏 → 𝜑)} |
| 21 | 20 | sseli 3959 | . 2 ⊢ (𝑥 ∈ ω → 𝑥 ∈ {𝑥 ∣ (𝜏 → 𝜑)}) |
| 22 | abid 2718 | . 2 ⊢ (𝑥 ∈ {𝑥 ∣ (𝜏 → 𝜑)} ↔ (𝜏 → 𝜑)) | |
| 23 | 21, 22 | sylib 218 | 1 ⊢ (𝑥 ∈ ω → (𝜏 → 𝜑)) |
| Colors of variables: wff setvar class |
| Syntax hints: → wi 4 ↔ wb 206 = wceq 1540 ∈ wcel 2109 {cab 2714 ∀wral 3052 ⊆ wss 3931 ∅c0 4313 suc csuc 6359 ωcom 7866 |
| This theorem was proved from axioms: ax-mp 5 ax-1 6 ax-2 7 ax-3 8 ax-gen 1795 ax-4 1809 ax-5 1910 ax-6 1967 ax-7 2008 ax-8 2111 ax-9 2119 ax-12 2178 ax-ext 2708 ax-sep 5271 ax-nul 5281 ax-pr 5407 ax-un 7734 |
| This theorem depends on definitions: df-bi 207 df-an 396 df-or 848 df-3or 1087 df-3an 1088 df-tru 1543 df-fal 1553 df-ex 1780 df-sb 2066 df-clab 2715 df-cleq 2728 df-clel 2810 df-ne 2934 df-ral 3053 df-rex 3062 df-rab 3421 df-v 3466 df-dif 3934 df-un 3936 df-in 3938 df-ss 3948 df-pss 3951 df-nul 4314 df-if 4506 df-pw 4582 df-sn 4607 df-pr 4609 df-op 4613 df-uni 4889 df-br 5125 df-opab 5187 df-tr 5235 df-eprel 5558 df-po 5566 df-so 5567 df-fr 5611 df-we 5613 df-ord 6360 df-on 6361 df-lim 6362 df-suc 6363 df-om 7867 |
| This theorem is referenced by: finds1 7900 onnseq 8363 nnacl 8628 nnmcl 8629 nnecl 8630 nnacom 8634 nnaass 8639 nndi 8640 nnmass 8641 nnmsucr 8642 nnmcom 8643 nnmordi 8648 omsmolem 8674 isinf 9273 isinfOLD 9274 unblem2 9306 fiint 9343 fiintOLD 9344 dffi3 9448 card2inf 9574 cantnfle 9690 cantnflt 9691 cantnflem1 9708 cnfcom 9719 trcl 9747 fseqenlem1 10043 nnadju 10217 infpssrlem3 10324 fin23lem26 10344 axdc3lem2 10470 axdc4lem 10474 axdclem2 10539 wunr1om 10738 wuncval2 10766 tskr1om 10786 grothomex 10848 peano5nni 12248 precsexlem6 28171 precsexlem7 28172 noseqind 28243 om2noseqlt 28250 neibastop2lem 36383 finxpreclem6 37419 domalom 37427 oaabsb 43285 |
| Copyright terms: Public domain | W3C validator |