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

Definition df-plpq 5035
Description: Define pre-addition on positive fractions. This is a "temporary" set used in the construction of complex numbers df-c 5240, 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 5039) works with the equivalence classes of these ordered pairs determined by the equivalence relation ~Q (df-enq 5037). (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 4976 . 2 class +pQ
2 vx . . . . . . 7 set x
32cv 955 . . . . . 6 class x
4 cnpi 4972 . . . . . . 7 class N.
54, 4cxp 3168 . . . . . 6 class (N. X. N.)
63, 5wcel 958 . . . . 5 wff x e. (N. X. N.)
7 vy . . . . . . 7 set y
87cv 955 . . . . . 6 class y
98, 5wcel 958 . . . . 5 wff y e. (N. X. N.)
106, 9wa 223 . . . 4 wff (x e. (N. X. N.) /\ y e. (N. X. N.))
11 vw . . . . . . . . . . . . 13 set w
1211cv 955 . . . . . . . . . . . 12 class w
13 vv . . . . . . . . . . . . 13 set v
1413cv 955 . . . . . . . . . . . 12 class v
1512, 14cop 2411 . . . . . . . . . . 11 class <.w, v>.
163, 15wceq 956 . . . . . . . . . 10 wff x = <.w, v>.
17 vu . . . . . . . . . . . . 13 set u
1817cv 955 . . . . . . . . . . . 12 class u
19 vf . . . . . . . . . . . . 13 set f
2019cv 955 . . . . . . . . . . . 12 class f
2118, 20cop 2411 . . . . . . . . . . 11 class <.u, f>.
228, 21wceq 956 . . . . . . . . . 10 wff y = <.u, f>.
2316, 22wa 223 . . . . . . . . 9 wff (x = <.w, v>. /\ y = <.u, f>.)
24 vz . . . . . . . . . . 11 set z
2524cv 955 . . . . . . . . . 10 class z
26 cmi 4974 . . . . . . . . . . . . 13 class .N
2712, 20, 26co 3963 . . . . . . . . . . . 12 class (w .N f)
2814, 18, 26co 3963 . . . . . . . . . . . 12 class (v .N u)
29 cpli 4973 . . . . . . . . . . . 12 class +N
3027, 28, 29co 3963 . . . . . . . . . . 11 class ((w .N f) +N (v .N u))
3114, 20, 26co 3963 . . . . . . . . . . 11 class (v .N f)
3230, 31cop 2411 . . . . . . . . . 10 class <.((w .N f) +N (v .N u)), (v .N f)>.
3325, 32wceq 956 . . . . . . . . 9 wff z = <.((w .N f) +N (v .N u)), (v .N f)>.
3423, 33wa 223 . . . . . . . 8 wff ((x = <.w, v>. /\ y = <.u, f>.) /\ z = <.((w .N f) +N (v .N u)), (v .N f)>.)
3534, 19wex 980 . . . . . . 7 wff E.f((x = <.w, v>. /\ y = <.u, f>.) /\ z = <.((w .N f) +N (v .N u)), (v .N f)>.)
3635, 17wex 980 . . . . . 6 wff E.uE.f((x = <.w, v>. /\ y = <.u, f>.) /\ z = <.((w .N f) +N (v .N u)), (v .N f)>.)
3736, 13wex 980 . . . . 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 980 . . . 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 223 . . 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 3964 . 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 956 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 5054
Copyright terms: Public domain