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

Definition df-im 6752
Description: Define a function whose value is the imaginary part of a complex number. See imvalt 6756 for its value, imcl 6766 for its closure, and replimt 6761 for its use in decomposing a complex number.
Assertion
Ref Expression
df-im |- Im = {<.x, y>. | (x e. CC /\ y = U.{w e. RR | E.z e. RR x = (z + (i x. w))})}
Distinct variable group:   x,y,z,w

Detailed syntax breakdown of Definition df-im
StepHypRef Expression
1 cim 6748 . 2 class Im
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, 8, 18wrex 1646 . . . . . . 7 wff E.z e. RR x = (z + (i x. w))
2019, 11, 18crab 1648 . . . . . 6 class {w e. RR | E.z e. RR x = (z + (i x. w))}
2120cuni 2503 . . . . 5 class U.{w e. RR | E.z e. RR x = (z + (i x. w))}
227, 21wceq 956 . . . 4 wff y = U.{w e. RR | E.z e. RR x = (z + (i x. w))}
235, 22wa 223 . . 3 wff (x e. CC /\ y = U.{w e. RR | E.z e. RR x = (z + (i x. w))})
2423, 2, 6copab 2666 . 2 class {<.x, y>. | (x e. CC /\ y = U.{w e. RR | E.z e. RR x = (z + (i x. w))})}
251, 24wceq 956 1 wff Im = {<.x, y>. | (x e. CC /\ y = U.{w e. RR | E.z e. RR x = (z + (i x. w))})}
Colors of variables: wff set class
This definition is referenced by:  imvalt 6756  imf 6760
Copyright terms: Public domain