| 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 2770 | . . 3 ⊢ (𝑦 = 𝐴 → (𝑦 = ∅ ↔ 𝐴 = ∅)) | |
| 2 | oveq2 7431 | . . . . . 6 ⊢ (𝑦 = 𝐴 → (𝑥 ·o 𝑦) = (𝑥 ·o 𝐴)) | |
| 3 | 2 | mpteq2dv 5210 | . . . . 5 ⊢ (𝑦 = 𝐴 → (𝑥 ∈ V ↦ (𝑥 ·o 𝑦)) = (𝑥 ∈ V ↦ (𝑥 ·o 𝐴))) |
| 4 | rdgeq1 8407 | . . . . 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 6890 | . . 3 ⊢ (𝑦 = 𝐴 → (rec((𝑥 ∈ V ↦ (𝑥 ·o 𝑦)), 1o)‘𝑧) = (rec((𝑥 ∈ V ↦ (𝑥 ·o 𝐴)), 1o)‘𝑧)) |
| 7 | 1, 6 | ifbieq2d 4519 | . 2 ⊢ (𝑦 = 𝐴 → if(𝑦 = ∅, (1o ∖ 𝑧), (rec((𝑥 ∈ V ↦ (𝑥 ·o 𝑦)), 1o)‘𝑧)) = if(𝐴 = ∅, (1o ∖ 𝑧), (rec((𝑥 ∈ V ↦ (𝑥 ·o 𝐴)), 1o)‘𝑧))) |
| 8 | difeq2 4078 | . . 3 ⊢ (𝑧 = 𝐵 → (1o ∖ 𝑧) = (1o ∖ 𝐵)) | |
| 9 | fveq2 6888 | . . 3 ⊢ (𝑧 = 𝐵 → (rec((𝑥 ∈ V ↦ (𝑥 ·o 𝐴)), 1o)‘𝑧) = (rec((𝑥 ∈ V ↦ (𝑥 ·o 𝐴)), 1o)‘𝐵)) | |
| 10 | 8, 9 | ifeq12d 4514 | . 2 ⊢ (𝑧 = 𝐵 → if(𝐴 = ∅, (1o ∖ 𝑧), (rec((𝑥 ∈ V ↦ (𝑥 ·o 𝐴)), 1o)‘𝑧)) = if(𝐴 = ∅, (1o ∖ 𝐵), (rec((𝑥 ∈ V ↦ (𝑥 ·o 𝐴)), 1o)‘𝐵))) |
| 11 | df-oexp 8468 | . 2 ⊢ ↑o = (𝑦 ∈ On, 𝑧 ∈ On ↦ if(𝑦 = ∅, (1o ∖ 𝑧), (rec((𝑥 ∈ V ↦ (𝑥 ·o 𝑦)), 1o)‘𝑧))) | |
| 12 | 1oex 8472 | . . . 4 ⊢ 1o ∈ V | |
| 13 | 12 | difexi 5306 | . . 3 ⊢ (1o ∖ 𝐵) ∈ V |
| 14 | fvex 6901 | . . 3 ⊢ (rec((𝑥 ∈ V ↦ (𝑥 ·o 𝐴)), 1o)‘𝐵) ∈ V | |
| 15 | 13, 14 | ifex 4543 | . 2 ⊢ if(𝐴 = ∅, (1o ∖ 𝐵), (rec((𝑥 ∈ V ↦ (𝑥 ·o 𝐴)), 1o)‘𝐵)) ∈ V |
| 16 | 7, 10, 11, 15 | ovmpo 7583 | 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 2146 Vcvv 3458 ∖ cdif 3905 ∅c0 4289 ifcif 4492 ↦ cmpt 5197 Oncon0 6367 ‘cfv 6543 (class class class)co 7423 reccrdg 8405 1oc1o 8455 ·o comu 8460 ↑o coe 8461 |
| 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 2148 ax-9 2156 ax-10 2179 ax-11 2195 ax-12 2216 ax-ext 2738 ax-sep 5262 ax-nul 5274 ax-pr 5409 |
| 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 2570 df-eu 2600 df-clab 2745 df-cleq 2758 df-clel 2841 df-nfc 2915 df-ne 2962 df-ral 3083 df-rex 3093 df-rab 3420 df-v 3460 df-sbc 3748 df-dif 3911 df-un 3913 df-in 3915 df-ss 3925 df-nul 4290 df-if 4493 df-sn 4595 df-pr 4597 df-op 4601 df-uni 4878 df-br 5115 df-opab 5179 df-mpt 5198 df-id 5561 df-xp 5672 df-rel 5673 df-cnv 5674 df-co 5675 df-dm 5676 df-rn 5677 df-res 5678 df-ima 5679 df-pred 6309 df-suc 6373 df-iota 6499 df-fun 6545 df-fv 6551 df-ov 7426 df-oprab 7427 df-mpo 7428 df-frecs 8287 df-wrecs 8318 df-recs 8367 df-rdg 8406 df-1o 8462 df-oexp 8468 |
| This theorem is used by: oevn0 8509 oe0m 8512 |
| Copyright terms: Public domain | W3C validator |