| Metamath Proof Explorer |
< Previous
Next >
Nearby theorems |
||
| Mirrors > Home > MPE Home > Th. List > oev | Structured version Visualization version GIF version | ||
| Description: Value of ordinal exponentiation. (Contributed by NM, 30-Dec-2004.) (Revised by Mario Carneiro, 23-Aug-2014.) |
| Ref | Expression |
|---|---|
| oev | ⊢ ((𝐴 ∈ On ∧ 𝐵 ∈ On) → (𝐴 ↑o 𝐵) = if(𝐴 = ∅, (1o ∖ 𝐵), (rec((𝑥 ∈ V ↦ (𝑥 ·o 𝐴)), 1o)‘𝐵))) |
| Step | Hyp | Ref | Expression |
|---|---|---|---|
| 1 | eqeq1 2766 | . . 3 ⊢ (𝑦 = 𝐴 → (𝑦 = ∅ ↔ 𝐴 = ∅)) | |
| 2 | oveq2 7425 | . . . . . 6 ⊢ (𝑦 = 𝐴 → (𝑥 ·o 𝑦) = (𝑥 ·o 𝐴)) | |
| 3 | 2 | mpteq2dv 5203 | . . . . 5 ⊢ (𝑦 = 𝐴 → (𝑥 ∈ V ↦ (𝑥 ·o 𝑦)) = (𝑥 ∈ V ↦ (𝑥 ·o 𝐴))) |
| 4 | rdgeq1 8404 | . . . . 5 ⊢ ((𝑥 ∈ V ↦ (𝑥 ·o 𝑦)) = (𝑥 ∈ V ↦ (𝑥 ·o 𝐴)) → rec((𝑥 ∈ V ↦ (𝑥 ·o 𝑦)), 1o) = rec((𝑥 ∈ V ↦ (𝑥 ·o 𝐴)), 1o)) | |
| 5 | 3, 4 | syl 18 | . . . 4 ⊢ (𝑦 = 𝐴 → rec((𝑥 ∈ V ↦ (𝑥 ·o 𝑦)), 1o) = rec((𝑥 ∈ V ↦ (𝑥 ·o 𝐴)), 1o)) |
| 6 | 5 | fveq1d 6884 | . . 3 ⊢ (𝑦 = 𝐴 → (rec((𝑥 ∈ V ↦ (𝑥 ·o 𝑦)), 1o)‘𝑧) = (rec((𝑥 ∈ V ↦ (𝑥 ·o 𝐴)), 1o)‘𝑧)) |
| 7 | 1, 6 | ifbieq2d 4512 | . 2 ⊢ (𝑦 = 𝐴 → if(𝑦 = ∅, (1o ∖ 𝑧), (rec((𝑥 ∈ V ↦ (𝑥 ·o 𝑦)), 1o)‘𝑧)) = if(𝐴 = ∅, (1o ∖ 𝑧), (rec((𝑥 ∈ V ↦ (𝑥 ·o 𝐴)), 1o)‘𝑧))) |
| 8 | difeq2 4071 | . . 3 ⊢ (𝑧 = 𝐵 → (1o ∖ 𝑧) = (1o ∖ 𝐵)) | |
| 9 | fveq2 6882 | . . 3 ⊢ (𝑧 = 𝐵 → (rec((𝑥 ∈ V ↦ (𝑥 ·o 𝐴)), 1o)‘𝑧) = (rec((𝑥 ∈ V ↦ (𝑥 ·o 𝐴)), 1o)‘𝐵)) | |
| 10 | 8, 9 | ifeq12d 4507 | . 2 ⊢ (𝑧 = 𝐵 → if(𝐴 = ∅, (1o ∖ 𝑧), (rec((𝑥 ∈ V ↦ (𝑥 ·o 𝐴)), 1o)‘𝑧)) = if(𝐴 = ∅, (1o ∖ 𝐵), (rec((𝑥 ∈ V ↦ (𝑥 ·o 𝐴)), 1o)‘𝐵))) |
| 11 | df-oexp 8465 | . 2 ⊢ ↑o = (𝑦 ∈ On, 𝑧 ∈ On ↦ if(𝑦 = ∅, (1o ∖ 𝑧), (rec((𝑥 ∈ V ↦ (𝑥 ·o 𝑦)), 1o)‘𝑧))) | |
| 12 | 1oex 8469 | . . . 4 ⊢ 1o ∈ V | |
| 13 | 12 | difexi 5299 | . . 3 ⊢ (1o ∖ 𝐵) ∈ V |
| 14 | fvex 6895 | . . 3 ⊢ (rec((𝑥 ∈ V ↦ (𝑥 ·o 𝐴)), 1o)‘𝐵) ∈ V | |
| 15 | 13, 14 | ifex 4536 | . 2 ⊢ if(𝐴 = ∅, (1o ∖ 𝐵), (rec((𝑥 ∈ V ↦ (𝑥 ·o 𝐴)), 1o)‘𝐵)) ∈ V |
| 16 | 7, 10, 11, 15 | ovmpo 7577 | 1 ⊢ ((𝐴 ∈ On ∧ 𝐵 ∈ On) → (𝐴 ↑o 𝐵) = if(𝐴 = ∅, (1o ∖ 𝐵), (rec((𝑥 ∈ V ↦ (𝑥 ·o 𝐴)), 1o)‘𝐵))) |
| Colors of variables: wff setvar class |
| This proof depends on syntax axioms: → wi 4 ∧ wa 401 = wceq 1570 ∈ wcel 2145 Vcvv 3453 ∖ cdif 3899 ∅c0 4282 ifcif 4485 ↦ cmpt 5190 Oncon0 6361 ‘cfv 6537 (class class class)co 7417 reccrdg 8402 1oc1o 8452 ·o comu 8457 ↑o coe 8458 |
| This proof depends on axioms: ax-mp 5 ax-1 6 ax-2 7 ax-3 8 ax-gen 1828 ax-4 1842 ax-5 1943 ax-6 2000 ax-7 2041 ax-8 2147 ax-9 2155 ax-10 2178 ax-11 2194 ax-12 2215 ax-ext 2734 ax-sep 5255 ax-nul 5267 ax-pr 5402 |
| This proof depends on definitions: df-bi 210 df-an 402 df-or 862 df-3an 1105 df-tru 1573 df-fal 1583 df-ex 1813 df-nf 1817 df-sb 2100 df-mo 2566 df-eu 2596 df-clab 2741 df-cleq 2754 df-clel 2837 df-nfc 2911 df-ne 2958 df-ral 3079 df-rex 3089 df-rab 3415 df-v 3455 df-sbc 3743 df-dif 3905 df-un 3907 df-in 3909 df-ss 3919 df-nul 4283 df-if 4486 df-sn 4588 df-pr 4590 df-op 4594 df-uni 4871 df-br 5108 df-opab 5172 df-mpt 5191 df-id 5554 df-xp 5665 df-rel 5666 df-cnv 5667 df-co 5668 df-dm 5669 df-rn 5670 df-res 5671 df-ima 5672 df-pred 6303 df-suc 6367 df-iota 6493 df-fun 6539 df-fv 6545 df-ov 7420 df-oprab 7421 df-mpo 7422 df-frecs 8284 df-wrecs 8315 df-recs 8364 df-rdg 8403 df-1o 8459 df-oexp 8465 |
| This theorem is used by: oevn0 8506 oe0m 8509 |
| Copyright terms: Public domain | W3C validator |