HomeHome Metamath Proof Explorer < Previous   Next >
Related theorems
Unicode version

Definition df-oadd 5179
Description: Define the ordinal addition operation.
Assertion
Ref Expression
df-oadd |- +o = {<.<.x, y>., z>. | ((x e. On /\ y e. On) /\ z = (rec({<.w, v>. | v = suc w}, x)` y))}
Distinct variable group:   x,y,z,w,v

Detailed syntax breakdown of Definition df-oadd
StepHypRef Expression
1 coa 5174 . 2 class +o
2 vx . . . . . . 7 set x
32cv 1297 . . . . . 6 class x
4 con0 3657 . . . . . 6 class On
53, 4wcel 1300 . . . . 5 wff x e. On
6 vy . . . . . . 7 set y
76cv 1297 . . . . . 6 class y
87, 4wcel 1300 . . . . 5 wff y e. On
95, 8wa 240 . . . 4 wff (x e. On /\ y e. On)
10 vz . . . . . 6 set z
1110cv 1297 . . . . 5 class z
12 vv . . . . . . . . . 10 set v
1312cv 1297 . . . . . . . . 9 class v
14 vw . . . . . . . . . . 11 set w
1514cv 1297 . . . . . . . . . 10 class w
1615csuc 3659 . . . . . . . . 9 class suc w
1713, 16wceq 1298 . . . . . . . 8 wff v = suc w
1817, 14, 12copab 3395 . . . . . . 7 class {<.w, v>. | v = suc w}
1918, 3crdg 5139 . . . . . 6 class rec({<.w, v>. | v = suc w}, x)
207, 19cfv 3998 . . . . 5 class (rec({<.w, v>. | v = suc w}, x)` y)
2111, 20wceq 1298 . . . 4 wff z = (rec({<.w, v>. | v = suc w}, x)` y)
229, 21wa 240 . . 3 wff ((x e. On /\ y e. On) /\ z = (rec({<.w, v>. | v = suc w}, x)` y))
2322, 2, 6, 10copab2 4885 . 2 class {<.<.x, y>., z>. | ((x e. On /\ y e. On) /\ z = (rec({<.w, v>. | v = suc w}, x)` y))}
241, 23wceq 1298 1 wff +o = {<.<.x, y>., z>. | ((x e. On /\ y e. On) /\ z = (rec({<.w, v>. | v = suc w}, x)` y))}
Colors of variables: wff set class
This definition is referenced by:  fnoa 5193  oav 5195
Copyright terms: Public domain