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

Definition df-cj 6692
Description: Define the complex conjugate function. See cjcl 6707 for its closure and cjvalt 6703 for its value.
Assertion
Ref Expression
df-cj |- * = {<.x, y>. | (x e. CC /\ y = ((Re` x) - (i x. (Im` x))))}
Distinct variable group:   x,y

Detailed syntax breakdown of Definition df-cj
StepHypRef Expression
1 ccj 6688 . 2 class *
2 vx . . . . . 6 set x
32cv 953 . . . . 5 class x
4 cc 5212 . . . . 5 class CC
53, 4wcel 956 . . . 4 wff x e. CC
6 vy . . . . . 6 set y
76cv 953 . . . . 5 class y
8 cre 6686 . . . . . . 7 class Re
93, 8cfv 3177 . . . . . 6 class (Re` x)
10 ci 5216 . . . . . . 7 class i
11 cim 6687 . . . . . . . 8 class Im
123, 11cfv 3177 . . . . . . 7 class (Im` x)
13 cmul 5219 . . . . . . 7 class x.
1410, 12, 13co 3954 . . . . . 6 class (i x. (Im` x))
15 cmin 5272 . . . . . 6 class -
169, 14, 15co 3954 . . . . 5 class ((Re` x) - (i x. (Im` x)))
177, 16wceq 954 . . . 4 wff y = ((Re` x) - (i x. (Im` x)))
185, 17wa 223 . . 3 wff (x e. CC /\ y = ((Re` x) - (i x. (Im` x))))
1918, 2, 6copab 2661 . 2 class {<.x, y>. | (x e. CC /\ y = ((Re` x) - (i x. (Im` x))))}
201, 19wceq 954 1 wff * = {<.x, y>. | (x e. CC /\ y = ((Re` x) - (i x. (Im` x))))}
Colors of variables: wff set class
This definition is referenced by:  cjvalt 6703  cjcncf 7221
Copyright terms: Public domain