![]() |
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 5102 | . . . . . 6 ⊢ ∅ ∈ V | |
3 | finds2.1 | . . . . . . 7 ⊢ (𝑥 = ∅ → (𝜑 ↔ 𝜓)) | |
4 | 3 | imbi2d 342 | . . . . . 6 ⊢ (𝑥 = ∅ → ((𝜏 → 𝜑) ↔ (𝜏 → 𝜓))) |
5 | 2, 4 | elab 3605 | . . . . 5 ⊢ (∅ ∈ {𝑥 ∣ (𝜏 → 𝜑)} ↔ (𝜏 → 𝜓)) |
6 | 1, 5 | mpbir 232 | . . . 4 ⊢ ∅ ∈ {𝑥 ∣ (𝜏 → 𝜑)} |
7 | finds2.5 | . . . . . . 7 ⊢ (𝑦 ∈ ω → (𝜏 → (𝜒 → 𝜃))) | |
8 | 7 | a2d 29 | . . . . . 6 ⊢ (𝑦 ∈ ω → ((𝜏 → 𝜒) → (𝜏 → 𝜃))) |
9 | vex 3440 | . . . . . . 7 ⊢ 𝑦 ∈ V | |
10 | finds2.2 | . . . . . . . 8 ⊢ (𝑥 = 𝑦 → (𝜑 ↔ 𝜒)) | |
11 | 10 | imbi2d 342 | . . . . . . 7 ⊢ (𝑥 = 𝑦 → ((𝜏 → 𝜑) ↔ (𝜏 → 𝜒))) |
12 | 9, 11 | elab 3605 | . . . . . 6 ⊢ (𝑦 ∈ {𝑥 ∣ (𝜏 → 𝜑)} ↔ (𝜏 → 𝜒)) |
13 | 9 | sucex 7382 | . . . . . . 7 ⊢ suc 𝑦 ∈ V |
14 | finds2.3 | . . . . . . . 8 ⊢ (𝑥 = suc 𝑦 → (𝜑 ↔ 𝜃)) | |
15 | 14 | imbi2d 342 | . . . . . . 7 ⊢ (𝑥 = suc 𝑦 → ((𝜏 → 𝜑) ↔ (𝜏 → 𝜃))) |
16 | 13, 15 | elab 3605 | . . . . . 6 ⊢ (suc 𝑦 ∈ {𝑥 ∣ (𝜏 → 𝜑)} ↔ (𝜏 → 𝜃)) |
17 | 8, 12, 16 | 3imtr4g 297 | . . . . 5 ⊢ (𝑦 ∈ ω → (𝑦 ∈ {𝑥 ∣ (𝜏 → 𝜑)} → suc 𝑦 ∈ {𝑥 ∣ (𝜏 → 𝜑)})) |
18 | 17 | rgen 3115 | . . . 4 ⊢ ∀𝑦 ∈ ω (𝑦 ∈ {𝑥 ∣ (𝜏 → 𝜑)} → suc 𝑦 ∈ {𝑥 ∣ (𝜏 → 𝜑)}) |
19 | peano5 7461 | . . . 4 ⊢ ((∅ ∈ {𝑥 ∣ (𝜏 → 𝜑)} ∧ ∀𝑦 ∈ ω (𝑦 ∈ {𝑥 ∣ (𝜏 → 𝜑)} → suc 𝑦 ∈ {𝑥 ∣ (𝜏 → 𝜑)})) → ω ⊆ {𝑥 ∣ (𝜏 → 𝜑)}) | |
20 | 6, 18, 19 | mp2an 688 | . . 3 ⊢ ω ⊆ {𝑥 ∣ (𝜏 → 𝜑)} |
21 | 20 | sseli 3885 | . 2 ⊢ (𝑥 ∈ ω → 𝑥 ∈ {𝑥 ∣ (𝜏 → 𝜑)}) |
22 | abid 2779 | . 2 ⊢ (𝑥 ∈ {𝑥 ∣ (𝜏 → 𝜑)} ↔ (𝜏 → 𝜑)) | |
23 | 21, 22 | sylib 219 | 1 ⊢ (𝑥 ∈ ω → (𝜏 → 𝜑)) |
Colors of variables: wff setvar class |
Syntax hints: → wi 4 ↔ wb 207 = wceq 1522 ∈ wcel 2081 {cab 2775 ∀wral 3105 ⊆ wss 3859 ∅c0 4211 suc csuc 6068 ωcom 7436 |
This theorem was proved from axioms: ax-mp 5 ax-1 6 ax-2 7 ax-3 8 ax-gen 1777 ax-4 1791 ax-5 1888 ax-6 1947 ax-7 1992 ax-8 2083 ax-9 2091 ax-10 2112 ax-11 2126 ax-12 2141 ax-13 2344 ax-ext 2769 ax-sep 5094 ax-nul 5101 ax-pr 5221 ax-un 7319 |
This theorem depends on definitions: df-bi 208 df-an 397 df-or 843 df-3or 1081 df-3an 1082 df-tru 1525 df-ex 1762 df-nf 1766 df-sb 2043 df-mo 2576 df-eu 2612 df-clab 2776 df-cleq 2788 df-clel 2863 df-nfc 2935 df-ne 2985 df-ral 3110 df-rex 3111 df-rab 3114 df-v 3439 df-sbc 3707 df-dif 3862 df-un 3864 df-in 3866 df-ss 3874 df-pss 3876 df-nul 4212 df-if 4382 df-pw 4455 df-sn 4473 df-pr 4475 df-tp 4477 df-op 4479 df-uni 4746 df-br 4963 df-opab 5025 df-tr 5064 df-eprel 5353 df-po 5362 df-so 5363 df-fr 5402 df-we 5404 df-ord 6069 df-on 6070 df-lim 6071 df-suc 6072 df-om 7437 |
This theorem is referenced by: finds1 7467 onnseq 7833 nnacl 8087 nnmcl 8088 nnecl 8089 nnacom 8093 nnaass 8098 nndi 8099 nnmass 8100 nnmsucr 8101 nnmcom 8102 nnmordi 8107 omsmolem 8130 isinf 8577 unblem2 8617 fiint 8641 dffi3 8741 card2inf 8865 cantnfle 8980 cantnflt 8981 cantnflem1 8998 cnfcom 9009 trcl 9016 fseqenlem1 9296 infpssrlem3 9573 fin23lem26 9593 axdc3lem2 9719 axdc4lem 9723 axdclem2 9788 wunr1om 9987 wuncval2 10015 tskr1om 10035 grothomex 10097 peano5nni 11489 neibastop2lem 33317 finxpreclem6 34208 domalom 34216 |
Copyright terms: Public domain | W3C validator |