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

Definition df-cj 8003
Description: Define the complex conjugate function. See cjcli 8017 for its closure and cjval 8013 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 7999 . 2 class *
2 vx . . . . . 6 set x
32cv 1297 . . . . 5 class x
4 cc 6384 . . . . 5 class CC
53, 4wcel 1300 . . . 4 wff x e. CC
6 vy . . . . . 6 set y
76cv 1297 . . . . 5 class y
8 cre 7997 . . . . . . 7 class Re
93, 8cfv 3998 . . . . . 6 class (Re` x)
10 ci 6388 . . . . . . 7 class _i
11 cim 7998 . . . . . . . 8 class Im
123, 11cfv 3998 . . . . . . 7 class (Im` x)
13 cmul 6391 . . . . . . 7 class x.
1410, 12, 13co 4884 . . . . . 6 class (_i x. (Im` x))
15 cmin 6445 . . . . . 6 class -
169, 14, 15co 4884 . . . . 5 class ((Re` x) - (_i x. (Im` x)))
177, 16wceq 1298 . . . 4 wff y = ((Re` x) - (_i x. (Im` x)))
185, 17wa 240 . . 3 wff (x e. CC /\ y = ((Re` x) - (_i x. (Im` x))))
1918, 2, 6copab 3395 . 2 class {<.x, y>. | (x e. CC /\ y = ((Re` x) - (_i x. (Im` x))))}
201, 19wceq 1298 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:  cjval 8013  cjcncf 8540
Copyright terms: Public domain