ΘρϵηΠατπ

Addition
Given a+bi,c+di, we define \left ( a + b i \right ) + \left ( c + d i \right ) = \left ( a + c \right ) + \left ( b + d \right ) i \ ParseError: Unexpected character: '\' at position 105: …+ d \right ) i \̲
Multiplication
given a+bi,c+di, then: (a+bi)(c+di)=ab+i(ad+bc)db=(adbd)+i(ad+bc)
Equality
Given a+bi,c+di, they are equal when a=c and b=d
Conjugate
suppose z=x+iy, then the conjugate is defined and denoted by z:=xiy
conjugate Cancels
z=z
Let z=x+iy, then z=xiy=x+i(y) then z=xi(y)=x+iy=z as needed.
Modulus
for any z=x+iy, we define |z|:=x2+y2
Modulus Ignores Conjugates
|z|=|z|
Suppose that z=x+iy, then |z|=|xiy|=x2+(y)2=x2+y2=|z|
complex number times it's conjugate equals the modulus squared
zz=|z|2
suppose that z=x+iy, then zz=(x+iy)(xiy)=x2+y2+xyixyi=x2+y2, but then again |z|=|x+iy|=x2+y2 thus zz=|z|2
inverse
the inverse of a complex number z is another w such that zw=1, we denote w by z1 or 1z
value of the inverse
Given z we have z1=z|z|2
We know that zz=|z|2, therefore zz|z|2=1, so by the definition of inverse z1=z|z|2 as needed.
Normalize Exercise
For any z,|zz|=1

By the value of the inverse we have: 1z=z|z|2 since we know that two complex conjugates cancel and modulus ignores conjugates, then z|z|2=z|z|2

Now |zz|=|z(z|z|2)|=|(z|z|)2|=|z|z|||z|z||=11=1 as needed

real part of a complex number
given z=x+iy we say that x is the real part of z and define the function
(z)=x
Imaginary part of a Complex Number
given z=x+iy we say that y is the imaginary part of z and define the function
(z)=y
extracting the real part of a complex number
suppose z, then (z)=z+z2
modulus is greater than it's components
for any z we have both
  • |(z)||z|
  • |(z)||z|
imaginary part distributes
(z+w)=(z)+(w)
modulus plus one of it's components is positive
Suppose that f{,}, then
|z|+f(z)0
Let z=x+iy then suppose without loss of generality that f=, then
x|x|=x2x2+y2=|x+iy|
therefore 0x+|x+iy| which means 0(z)+|z|
creating squares
without use of the triangle inequality prove that |z1|2=|z|2+12(z), then conclude that |z1||z|+1

|z1|2 = (z1)z1=(z1)(z1)=zzzz+1, now recall that (z)=z+z2 so we can continue the equality with |z|22(z)+1, showing the first part

for the second part, we can notice that (|z|+1)2=|z|2+2|z|+1, so then |z1|2=|z|2+12(z)=|z|2+2|z|2|z|+12(z)=(|z|+1)22(|z|+(z)), then by this proposition we can see that the last term in the previous equality chain is less than or equal to (|z|+1)2 allowing us to conclude that |z1|2(|z|+1)2 which implies that |z1||z|+1