![]() |
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 5308 | . . . . . 6 ⊢ ∅ ∈ V | |
3 | finds2.1 | . . . . . . 7 ⊢ (𝑥 = ∅ → (𝜑 ↔ 𝜓)) | |
4 | 3 | imbi2d 341 | . . . . . 6 ⊢ (𝑥 = ∅ → ((𝜏 → 𝜑) ↔ (𝜏 → 𝜓))) |
5 | 2, 4 | elab 3669 | . . . . 5 ⊢ (∅ ∈ {𝑥 ∣ (𝜏 → 𝜑)} ↔ (𝜏 → 𝜓)) |
6 | 1, 5 | mpbir 230 | . . . 4 ⊢ ∅ ∈ {𝑥 ∣ (𝜏 → 𝜑)} |
7 | finds2.5 | . . . . . . 7 ⊢ (𝑦 ∈ ω → (𝜏 → (𝜒 → 𝜃))) | |
8 | 7 | a2d 29 | . . . . . 6 ⊢ (𝑦 ∈ ω → ((𝜏 → 𝜒) → (𝜏 → 𝜃))) |
9 | vex 3479 | . . . . . . 7 ⊢ 𝑦 ∈ V | |
10 | finds2.2 | . . . . . . . 8 ⊢ (𝑥 = 𝑦 → (𝜑 ↔ 𝜒)) | |
11 | 10 | imbi2d 341 | . . . . . . 7 ⊢ (𝑥 = 𝑦 → ((𝜏 → 𝜑) ↔ (𝜏 → 𝜒))) |
12 | 9, 11 | elab 3669 | . . . . . 6 ⊢ (𝑦 ∈ {𝑥 ∣ (𝜏 → 𝜑)} ↔ (𝜏 → 𝜒)) |
13 | 9 | sucex 7794 | . . . . . . 7 ⊢ suc 𝑦 ∈ V |
14 | finds2.3 | . . . . . . . 8 ⊢ (𝑥 = suc 𝑦 → (𝜑 ↔ 𝜃)) | |
15 | 14 | imbi2d 341 | . . . . . . 7 ⊢ (𝑥 = suc 𝑦 → ((𝜏 → 𝜑) ↔ (𝜏 → 𝜃))) |
16 | 13, 15 | elab 3669 | . . . . . 6 ⊢ (suc 𝑦 ∈ {𝑥 ∣ (𝜏 → 𝜑)} ↔ (𝜏 → 𝜃)) |
17 | 8, 12, 16 | 3imtr4g 296 | . . . . 5 ⊢ (𝑦 ∈ ω → (𝑦 ∈ {𝑥 ∣ (𝜏 → 𝜑)} → suc 𝑦 ∈ {𝑥 ∣ (𝜏 → 𝜑)})) |
18 | 17 | rgen 3064 | . . . 4 ⊢ ∀𝑦 ∈ ω (𝑦 ∈ {𝑥 ∣ (𝜏 → 𝜑)} → suc 𝑦 ∈ {𝑥 ∣ (𝜏 → 𝜑)}) |
19 | peano5 7884 | . . . 4 ⊢ ((∅ ∈ {𝑥 ∣ (𝜏 → 𝜑)} ∧ ∀𝑦 ∈ ω (𝑦 ∈ {𝑥 ∣ (𝜏 → 𝜑)} → suc 𝑦 ∈ {𝑥 ∣ (𝜏 → 𝜑)})) → ω ⊆ {𝑥 ∣ (𝜏 → 𝜑)}) | |
20 | 6, 18, 19 | mp2an 691 | . . 3 ⊢ ω ⊆ {𝑥 ∣ (𝜏 → 𝜑)} |
21 | 20 | sseli 3979 | . 2 ⊢ (𝑥 ∈ ω → 𝑥 ∈ {𝑥 ∣ (𝜏 → 𝜑)}) |
22 | abid 2714 | . 2 ⊢ (𝑥 ∈ {𝑥 ∣ (𝜏 → 𝜑)} ↔ (𝜏 → 𝜑)) | |
23 | 21, 22 | sylib 217 | 1 ⊢ (𝑥 ∈ ω → (𝜏 → 𝜑)) |
Colors of variables: wff setvar class |
Syntax hints: → wi 4 ↔ wb 205 = wceq 1542 ∈ wcel 2107 {cab 2710 ∀wral 3062 ⊆ wss 3949 ∅c0 4323 suc csuc 6367 ωcom 7855 |
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 1914 ax-6 1972 ax-7 2012 ax-8 2109 ax-9 2117 ax-12 2172 ax-ext 2704 ax-sep 5300 ax-nul 5307 ax-pr 5428 ax-un 7725 |
This theorem depends on definitions: df-bi 206 df-an 398 df-or 847 df-3or 1089 df-3an 1090 df-tru 1545 df-fal 1555 df-ex 1783 df-sb 2069 df-clab 2711 df-cleq 2725 df-clel 2811 df-ne 2942 df-ral 3063 df-rex 3072 df-rab 3434 df-v 3477 df-dif 3952 df-un 3954 df-in 3956 df-ss 3966 df-pss 3968 df-nul 4324 df-if 4530 df-pw 4605 df-sn 4630 df-pr 4632 df-op 4636 df-uni 4910 df-br 5150 df-opab 5212 df-tr 5267 df-eprel 5581 df-po 5589 df-so 5590 df-fr 5632 df-we 5634 df-ord 6368 df-on 6369 df-lim 6370 df-suc 6371 df-om 7856 |
This theorem is referenced by: finds1 7892 onnseq 8344 nnacl 8611 nnmcl 8612 nnecl 8613 nnacom 8617 nnaass 8622 nndi 8623 nnmass 8624 nnmsucr 8625 nnmcom 8626 nnmordi 8631 omsmolem 8656 isinf 9260 isinfOLD 9261 unblem2 9296 fiint 9324 dffi3 9426 card2inf 9550 cantnfle 9666 cantnflt 9667 cantnflem1 9684 cnfcom 9695 trcl 9723 fseqenlem1 10019 nnadju 10192 infpssrlem3 10300 fin23lem26 10320 axdc3lem2 10446 axdc4lem 10450 axdclem2 10515 wunr1om 10714 wuncval2 10742 tskr1om 10762 grothomex 10824 peano5nni 12215 precsexlem6 27658 precsexlem7 27659 neibastop2lem 35245 finxpreclem6 36277 domalom 36285 oaabsb 42044 |
Copyright terms: Public domain | W3C validator |