| 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 5254 | . . . . . 6 ⊢ ∅ ∈ V | |
| 3 | finds2.1 | . . . . . . 7 ⊢ (𝑥 = ∅ → (𝜑 ↔ 𝜓)) | |
| 4 | 3 | imbi2d 340 | . . . . . 6 ⊢ (𝑥 = ∅ → ((𝜏 → 𝜑) ↔ (𝜏 → 𝜓))) |
| 5 | 2, 4 | elab 3636 | . . . . 5 ⊢ (∅ ∈ {𝑥 ∣ (𝜏 → 𝜑)} ↔ (𝜏 → 𝜓)) |
| 6 | 1, 5 | mpbir 231 | . . . 4 ⊢ ∅ ∈ {𝑥 ∣ (𝜏 → 𝜑)} |
| 7 | finds2.5 | . . . . . . 7 ⊢ (𝑦 ∈ ω → (𝜏 → (𝜒 → 𝜃))) | |
| 8 | 7 | a2d 29 | . . . . . 6 ⊢ (𝑦 ∈ ω → ((𝜏 → 𝜒) → (𝜏 → 𝜃))) |
| 9 | vex 3446 | . . . . . . 7 ⊢ 𝑦 ∈ V | |
| 10 | finds2.2 | . . . . . . . 8 ⊢ (𝑥 = 𝑦 → (𝜑 ↔ 𝜒)) | |
| 11 | 10 | imbi2d 340 | . . . . . . 7 ⊢ (𝑥 = 𝑦 → ((𝜏 → 𝜑) ↔ (𝜏 → 𝜒))) |
| 12 | 9, 11 | elab 3636 | . . . . . 6 ⊢ (𝑦 ∈ {𝑥 ∣ (𝜏 → 𝜑)} ↔ (𝜏 → 𝜒)) |
| 13 | 9 | sucex 7761 | . . . . . . 7 ⊢ suc 𝑦 ∈ V |
| 14 | finds2.3 | . . . . . . . 8 ⊢ (𝑥 = suc 𝑦 → (𝜑 ↔ 𝜃)) | |
| 15 | 14 | imbi2d 340 | . . . . . . 7 ⊢ (𝑥 = suc 𝑦 → ((𝜏 → 𝜑) ↔ (𝜏 → 𝜃))) |
| 16 | 13, 15 | elab 3636 | . . . . . 6 ⊢ (suc 𝑦 ∈ {𝑥 ∣ (𝜏 → 𝜑)} ↔ (𝜏 → 𝜃)) |
| 17 | 8, 12, 16 | 3imtr4g 296 | . . . . 5 ⊢ (𝑦 ∈ ω → (𝑦 ∈ {𝑥 ∣ (𝜏 → 𝜑)} → suc 𝑦 ∈ {𝑥 ∣ (𝜏 → 𝜑)})) |
| 18 | 17 | rgen 3054 | . . . 4 ⊢ ∀𝑦 ∈ ω (𝑦 ∈ {𝑥 ∣ (𝜏 → 𝜑)} → suc 𝑦 ∈ {𝑥 ∣ (𝜏 → 𝜑)}) |
| 19 | peano5 7845 | . . . 4 ⊢ ((∅ ∈ {𝑥 ∣ (𝜏 → 𝜑)} ∧ ∀𝑦 ∈ ω (𝑦 ∈ {𝑥 ∣ (𝜏 → 𝜑)} → suc 𝑦 ∈ {𝑥 ∣ (𝜏 → 𝜑)})) → ω ⊆ {𝑥 ∣ (𝜏 → 𝜑)}) | |
| 20 | 6, 18, 19 | mp2an 693 | . . 3 ⊢ ω ⊆ {𝑥 ∣ (𝜏 → 𝜑)} |
| 21 | 20 | sseli 3931 | . 2 ⊢ (𝑥 ∈ ω → 𝑥 ∈ {𝑥 ∣ (𝜏 → 𝜑)}) |
| 22 | abid 2719 | . 2 ⊢ (𝑥 ∈ {𝑥 ∣ (𝜏 → 𝜑)} ↔ (𝜏 → 𝜑)) | |
| 23 | 21, 22 | sylib 218 | 1 ⊢ (𝑥 ∈ ω → (𝜏 → 𝜑)) |
| Colors of variables: wff setvar class |
| Syntax hints: → wi 4 ↔ wb 206 = wceq 1542 ∈ wcel 2114 {cab 2715 ∀wral 3052 ⊆ wss 3903 ∅c0 4287 suc csuc 6327 ωcom 7818 |
| This theorem was proved from axioms: ax-mp 5 ax-1 6 ax-2 7 ax-3 8 ax-gen 1797 ax-4 1811 ax-5 1912 ax-6 1969 ax-7 2010 ax-8 2116 ax-9 2124 ax-12 2185 ax-ext 2709 ax-sep 5243 ax-nul 5253 ax-pr 5379 ax-un 7690 |
| This theorem depends on definitions: df-bi 207 df-an 396 df-or 849 df-3or 1088 df-3an 1089 df-tru 1545 df-fal 1555 df-ex 1782 df-sb 2069 df-clab 2716 df-cleq 2729 df-clel 2812 df-ne 2934 df-ral 3053 df-rex 3063 df-rab 3402 df-v 3444 df-dif 3906 df-un 3908 df-in 3910 df-ss 3920 df-pss 3923 df-nul 4288 df-if 4482 df-pw 4558 df-sn 4583 df-pr 4585 df-op 4589 df-uni 4866 df-br 5101 df-opab 5163 df-tr 5208 df-eprel 5532 df-po 5540 df-so 5541 df-fr 5585 df-we 5587 df-ord 6328 df-on 6329 df-lim 6330 df-suc 6331 df-om 7819 |
| This theorem is referenced by: finds1 7851 onnseq 8286 nnacl 8549 nnmcl 8550 nnecl 8551 nnacom 8555 nnaass 8560 nndi 8561 nnmass 8562 nnmsucr 8563 nnmcom 8564 nnmordi 8569 omsmolem 8595 isinf 9177 unblem2 9205 fiint 9239 dffi3 9346 card2inf 9472 cantnfle 9592 cantnflt 9593 cantnflem1 9610 cnfcom 9621 trcl 9649 fseqenlem1 9946 nnadju 10120 infpssrlem3 10227 fin23lem26 10247 axdc3lem2 10373 axdc4lem 10377 axdclem2 10442 wunr1om 10642 wuncval2 10670 tskr1om 10690 grothomex 10752 peano5nni 12160 precsexlem6 28220 precsexlem7 28221 noseqind 28300 om2noseqlt 28307 fineqvinfep 35303 neibastop2lem 36576 finxpreclem6 37651 domalom 37659 oaabsb 43651 |
| Copyright terms: Public domain | W3C validator |