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

Definition df-re 8001
Description: Define a function whose value is the real part of a complex number. See reval 8005 for its value, recli 8015 for its closure, and replim 8011 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 7997 . 2 class Re
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 vz . . . . . . . . . . 11 set z
98cv 1297 . . . . . . . . . 10 class z
10 ci 6388 . . . . . . . . . . 11 class _i
11 vw . . . . . . . . . . . 12 set w
1211cv 1297 . . . . . . . . . . 11 class w
13 cmul 6391 . . . . . . . . . . 11 class x.
1410, 12, 13co 4884 . . . . . . . . . 10 class (_i x. w)
15 caddc 6389 . . . . . . . . . 10 class +
169, 14, 15co 4884 . . . . . . . . 9 class (z + (_i x. w))
173, 16wceq 1298 . . . . . . . 8 wff x = (z + (_i x. w))
18 cr 6385 . . . . . . . 8 class RR
1917, 11, 18wrex 2106 . . . . . . 7 wff E.w e. RR x = (z + (_i x. w))
2019, 8, 18crab 2108 . . . . . 6 class {z e. RR | E.w e. RR x = (z + (_i x. w))}
2120cuni 3177 . . . . 5 class U.{z e. RR | E.w e. RR x = (z + (_i x. w))}
227, 21wceq 1298 . . . 4 wff y = U.{z e. RR | E.w e. RR x = (z + (_i x. w))}
235, 22wa 240 . . 3 wff (x e. CC /\ y = U.{z e. RR | E.w e. RR x = (z + (_i x. w))})
2423, 2, 6copab 3395 . 2 class {<.x, y>. | (x e. CC /\ y = U.{z e. RR | E.w e. RR x = (z + (_i x. w))})}
251, 24wceq 1298 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:  reval 8005  ref 8009
Copyright terms: Public domain