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

Definition df-re 6751
Description: Define a function whose value is the real part of a complex number. See revalt 6755 for its value, recl 6765 for its closure, and replimt 6761 for its use in decomposing a complex number.
Assertion
Ref Expression
df-re |- Re = {<.x, y>. | (x e. CC /\ y = U.{z e. RR | E.w e. RR x = (z + (i x. w))})}
Distinct variable group:   x,y,z,w

Detailed syntax breakdown of Definition df-re
StepHypRef Expression
1 cre 6747 . 2 class Re
2 vx . . . . . 6 set x
32cv 955 . . . . 5 class x
4 cc 5232 . . . . 5 class CC
53, 4wcel 958 . . . 4 wff x e. CC
6 vy . . . . . 6 set y
76cv 955 . . . . 5 class y
8 vz . . . . . . . . . . 11 set z
98cv 955 . . . . . . . . . 10 class z
10 ci 5236 . . . . . . . . . . 11 class i
11 vw . . . . . . . . . . . 12 set w
1211cv 955 . . . . . . . . . . 11 class w
13 cmul 5239 . . . . . . . . . . 11 class x.
1410, 12, 13co 3963 . . . . . . . . . 10 class (i x. w)
15 caddc 5237 . . . . . . . . . 10 class +
169, 14, 15co 3963 . . . . . . . . 9 class (z + (i x. w))
173, 16wceq 956 . . . . . . . 8 wff x = (z + (i x. w))
18 cr 5233 . . . . . . . 8 class RR
1917, 11, 18wrex 1646 . . . . . . 7 wff E.w e. RR x = (z + (i x. w))
2019, 8, 18crab 1648 . . . . . 6 class {z e. RR | E.w e. RR x = (z + (i x. w))}
2120cuni 2503 . . . . 5 class U.{z e. RR | E.w e. RR x = (z + (i x. w))}
227, 21wceq 956 . . . 4 wff y = U.{z e. RR | E.w e. RR x = (z + (i x. w))}
235, 22wa 223 . . 3 wff (x e. CC /\ y = U.{z e. RR | E.w e. RR x = (z + (i x. w))})
2423, 2, 6copab 2666 . 2 class {<.x, y>. | (x e. CC /\ y = U.{z e. RR | E.w e. RR x = (z + (i x. w))})}
251, 24wceq 956 1 wff Re = {<.x, y>. | (x e. CC /\ y = U.{z e. RR | E.w e. RR x = (z + (i x. w))})}
Colors of variables: wff set class
This definition is referenced by:  revalt 6755  ref 6759
Copyright terms: Public domain