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

Definition df-plpq 6553
Description: Define pre-addition on positive fractions. This is a "temporary" set used in the construction of complex numbers df-c 6758, and is intended to be used only by the construction. This "pre-addition" operation works works directly with ordered pairs of integers. The actual positive fraction addition +Q (df-plq 6557) works with the equivalence classes of these ordered pairs determined by the equivalence relation ~Q (df-enq 6555). (Analogous remarks apply to the other "pre-" operations in the complex number construction that follows.) From Proposition 9-2.3 of [Gleason] p. 117.
Assertion
Ref Expression
df-plpq |- +pQ = {<.<.x, y>., z>. | ((x e. (N. X. N.) /\ y e. (N. X. N.)) /\ E.wE.vE.uE.f((x = <.w, v>. /\ y = <.u, f>.) /\ z = <.((w .N f) +N (v .N u)), (v .N f)>.))}
Distinct variable group:   x,y,z,w,v,u,f

Detailed syntax breakdown of Definition df-plpq
StepHypRef Expression
1 cplpq 6494 . 2 class +pQ
2 vx . . . . . . 7 set x
32cv 1585 . . . . . 6 class x
4 cnpi 6490 . . . . . . 7 class N.
54, 4cxp 4117 . . . . . 6 class (N. X. N.)
63, 5wcel 1588 . . . . 5 wff x e. (N. X. N.)
7 vy . . . . . . 7 set y
87cv 1585 . . . . . 6 class y
98, 5wcel 1588 . . . . 5 wff y e. (N. X. N.)
106, 9wa 337 . . . 4 wff (x e. (N. X. N.) /\ y e. (N. X. N.))
11 vw . . . . . . . . . . . . 13 set w
1211cv 1585 . . . . . . . . . . . 12 class w
13 vv . . . . . . . . . . . . 13 set v
1413cv 1585 . . . . . . . . . . . 12 class v
1512, 14cop 3240 . . . . . . . . . . 11 class <.w, v>.
163, 15wceq 1586 . . . . . . . . . 10 wff x = <.w, v>.
17 vu . . . . . . . . . . . . 13 set u
1817cv 1585 . . . . . . . . . . . 12 class u
19 vf . . . . . . . . . . . . 13 set f
2019cv 1585 . . . . . . . . . . . 12 class f
2118, 20cop 3240 . . . . . . . . . . 11 class <.u, f>.
228, 21wceq 1586 . . . . . . . . . 10 wff y = <.u, f>.
2316, 22wa 337 . . . . . . . . 9 wff (x = <.w, v>. /\ y = <.u, f>.)
24 vz . . . . . . . . . . 11 set z
2524cv 1585 . . . . . . . . . 10 class z
26 cmi 6492 . . . . . . . . . . . . 13 class .N
2712, 20, 26co 4981 . . . . . . . . . . . 12 class (w .N f)
2814, 18, 26co 4981 . . . . . . . . . . . 12 class (v .N u)
29 cpli 6491 . . . . . . . . . . . 12 class +N
3027, 28, 29co 4981 . . . . . . . . . . 11 class ((w .N f) +N (v .N u))
3114, 20, 26co 4981 . . . . . . . . . . 11 class (v .N f)
3230, 31cop 3240 . . . . . . . . . 10 class <.((w .N f) +N (v .N u)), (v .N f)>.
3325, 32wceq 1586 . . . . . . . . 9 wff z = <.((w .N f) +N (v .N u)), (v .N f)>.
3423, 33wa 337 . . . . . . . 8 wff ((x = <.w, v>. /\ y = <.u, f>.) /\ z = <.((w .N f) +N (v .N u)), (v .N f)>.)
3534, 19wex 1615 . . . . . . 7 wff E.f((x = <.w, v>. /\ y = <.u, f>.) /\ z = <.((w .N f) +N (v .N u)), (v .N f)>.)
3635, 17wex 1615 . . . . . 6 wff E.uE.f((x = <.w, v>. /\ y = <.u, f>.) /\ z = <.((w .N f) +N (v .N u)), (v .N f)>.)
3736, 13wex 1615 . . . . 5 wff E.vE.uE.f((x = <.w, v>. /\ y = <.u, f>.) /\ z = <.((w .N f) +N (v .N u)), (v .N f)>.)
3837, 11wex 1615 . . . 4 wff E.wE.vE.uE.f((x = <.w, v>. /\ y = <.u, f>.) /\ z = <.((w .N f) +N (v .N u)), (v .N f)>.)
3910, 38wa 337 . . 3 wff ((x e. (N. X. N.) /\ y e. (N. X. N.)) /\ E.wE.vE.uE.f((x = <.w, v>. /\ y = <.u, f>.) /\ z = <.((w .N f) +N (v .N u)), (v .N f)>.))
4039, 2, 7, 24copab2 4982 . 2 class {<.<.x, y>., z>. | ((x e. (N. X. N.) /\ y e. (N. X. N.)) /\ E.wE.vE.uE.f((x = <.w, v>. /\ y = <.u, f>.) /\ z = <.((w .N f) +N (v .N u)), (v .N f)>.))}
411, 40wceq 1586 1 wff +pQ = {<.<.x, y>., z>. | ((x e. (N. X. N.) /\ y e. (N. X. N.)) /\ E.wE.vE.uE.f((x = <.w, v>. /\ y = <.u, f>.) /\ z = <.((w .N f) +N (v .N u)), (v .N f)>.))}
Colors of variables: wff set class
This definition is referenced by:  addpipq 6572
Copyright terms: Public domain