Mathbox for Scott Fenton |
< Previous
Next >
Nearby theorems |
||
Mirrors > Home > MPE Home > Th. List > Mathboxes > setinds | Structured version Visualization version GIF version |
Description: Principle of set induction (or E-induction). If a property passes from all elements of 𝑥 to 𝑥 itself, then it holds for all 𝑥. (Contributed by Scott Fenton, 10-Mar-2011.) |
Ref | Expression |
---|---|
setinds.1 | ⊢ (∀𝑦 ∈ 𝑥 [𝑦 / 𝑥]𝜑 → 𝜑) |
Ref | Expression |
---|---|
setinds | ⊢ 𝜑 |
Step | Hyp | Ref | Expression |
---|---|---|---|
1 | vex 3435 | . 2 ⊢ 𝑥 ∈ V | |
2 | setind 9492 | . . . . 5 ⊢ (∀𝑧(𝑧 ⊆ {𝑥 ∣ 𝜑} → 𝑧 ∈ {𝑥 ∣ 𝜑}) → {𝑥 ∣ 𝜑} = V) | |
3 | dfss3 3914 | . . . . . . 7 ⊢ (𝑧 ⊆ {𝑥 ∣ 𝜑} ↔ ∀𝑦 ∈ 𝑧 𝑦 ∈ {𝑥 ∣ 𝜑}) | |
4 | df-sbc 3721 | . . . . . . . . 9 ⊢ ([𝑦 / 𝑥]𝜑 ↔ 𝑦 ∈ {𝑥 ∣ 𝜑}) | |
5 | 4 | ralbii 3093 | . . . . . . . 8 ⊢ (∀𝑦 ∈ 𝑧 [𝑦 / 𝑥]𝜑 ↔ ∀𝑦 ∈ 𝑧 𝑦 ∈ {𝑥 ∣ 𝜑}) |
6 | nfcv 2909 | . . . . . . . . . . 11 ⊢ Ⅎ𝑥𝑧 | |
7 | nfsbc1v 3740 | . . . . . . . . . . 11 ⊢ Ⅎ𝑥[𝑦 / 𝑥]𝜑 | |
8 | 6, 7 | nfralw 3152 | . . . . . . . . . 10 ⊢ Ⅎ𝑥∀𝑦 ∈ 𝑧 [𝑦 / 𝑥]𝜑 |
9 | nfsbc1v 3740 | . . . . . . . . . 10 ⊢ Ⅎ𝑥[𝑧 / 𝑥]𝜑 | |
10 | 8, 9 | nfim 1903 | . . . . . . . . 9 ⊢ Ⅎ𝑥(∀𝑦 ∈ 𝑧 [𝑦 / 𝑥]𝜑 → [𝑧 / 𝑥]𝜑) |
11 | raleq 3341 | . . . . . . . . . 10 ⊢ (𝑥 = 𝑧 → (∀𝑦 ∈ 𝑥 [𝑦 / 𝑥]𝜑 ↔ ∀𝑦 ∈ 𝑧 [𝑦 / 𝑥]𝜑)) | |
12 | sbceq1a 3731 | . . . . . . . . . 10 ⊢ (𝑥 = 𝑧 → (𝜑 ↔ [𝑧 / 𝑥]𝜑)) | |
13 | 11, 12 | imbi12d 345 | . . . . . . . . 9 ⊢ (𝑥 = 𝑧 → ((∀𝑦 ∈ 𝑥 [𝑦 / 𝑥]𝜑 → 𝜑) ↔ (∀𝑦 ∈ 𝑧 [𝑦 / 𝑥]𝜑 → [𝑧 / 𝑥]𝜑))) |
14 | setinds.1 | . . . . . . . . 9 ⊢ (∀𝑦 ∈ 𝑥 [𝑦 / 𝑥]𝜑 → 𝜑) | |
15 | 10, 13, 14 | chvarfv 2237 | . . . . . . . 8 ⊢ (∀𝑦 ∈ 𝑧 [𝑦 / 𝑥]𝜑 → [𝑧 / 𝑥]𝜑) |
16 | 5, 15 | sylbir 234 | . . . . . . 7 ⊢ (∀𝑦 ∈ 𝑧 𝑦 ∈ {𝑥 ∣ 𝜑} → [𝑧 / 𝑥]𝜑) |
17 | 3, 16 | sylbi 216 | . . . . . 6 ⊢ (𝑧 ⊆ {𝑥 ∣ 𝜑} → [𝑧 / 𝑥]𝜑) |
18 | df-sbc 3721 | . . . . . 6 ⊢ ([𝑧 / 𝑥]𝜑 ↔ 𝑧 ∈ {𝑥 ∣ 𝜑}) | |
19 | 17, 18 | sylib 217 | . . . . 5 ⊢ (𝑧 ⊆ {𝑥 ∣ 𝜑} → 𝑧 ∈ {𝑥 ∣ 𝜑}) |
20 | 2, 19 | mpg 1804 | . . . 4 ⊢ {𝑥 ∣ 𝜑} = V |
21 | 20 | eqcomi 2749 | . . 3 ⊢ V = {𝑥 ∣ 𝜑} |
22 | 21 | abeq2i 2877 | . 2 ⊢ (𝑥 ∈ V ↔ 𝜑) |
23 | 1, 22 | mpbi 229 | 1 ⊢ 𝜑 |
Colors of variables: wff setvar class |
Syntax hints: → wi 4 = wceq 1542 ∈ wcel 2110 {cab 2717 ∀wral 3066 Vcvv 3431 [wsbc 3720 ⊆ wss 3892 |
This theorem was proved from axioms: ax-mp 5 ax-1 6 ax-2 7 ax-3 8 ax-gen 1802 ax-4 1816 ax-5 1917 ax-6 1975 ax-7 2015 ax-8 2112 ax-9 2120 ax-10 2141 ax-11 2158 ax-12 2175 ax-ext 2711 ax-rep 5214 ax-sep 5227 ax-nul 5234 ax-pr 5356 ax-un 7582 ax-reg 9329 ax-inf2 9377 |
This theorem depends on definitions: df-bi 206 df-an 397 df-or 845 df-3or 1087 df-3an 1088 df-tru 1545 df-fal 1555 df-ex 1787 df-nf 1791 df-sb 2072 df-mo 2542 df-eu 2571 df-clab 2718 df-cleq 2732 df-clel 2818 df-nfc 2891 df-ne 2946 df-ral 3071 df-rex 3072 df-reu 3073 df-rab 3075 df-v 3433 df-sbc 3721 df-csb 3838 df-dif 3895 df-un 3897 df-in 3899 df-ss 3909 df-pss 3911 df-nul 4263 df-if 4466 df-pw 4541 df-sn 4568 df-pr 4570 df-op 4574 df-uni 4846 df-iun 4932 df-br 5080 df-opab 5142 df-mpt 5163 df-tr 5197 df-id 5490 df-eprel 5496 df-po 5504 df-so 5505 df-fr 5545 df-we 5547 df-xp 5596 df-rel 5597 df-cnv 5598 df-co 5599 df-dm 5600 df-rn 5601 df-res 5602 df-ima 5603 df-pred 6201 df-ord 6268 df-on 6269 df-lim 6270 df-suc 6271 df-iota 6390 df-fun 6434 df-fn 6435 df-f 6436 df-f1 6437 df-fo 6438 df-f1o 6439 df-fv 6440 df-ov 7274 df-om 7707 df-2nd 7825 df-frecs 8088 df-wrecs 8119 df-recs 8193 df-rdg 8232 |
This theorem is referenced by: setinds2f 33751 |
Copyright terms: Public domain | W3C validator |