Chapter 1

Complex Numbers

Complex number is an ordered pair (π‘Ž,𝑏)(π‘Ž, 𝑏) where π‘Ž,π‘βˆˆRπ‘Ž, 𝑏 \in \mathbb{R}, but we will write this as a+bΞΉa+b\iota. where ΞΉ=βˆ’1\iota = \sqrt{-1} Note:

RβŠ‚C \mathbb{R} \subset \mathbb{C}

Properties of complex numbers:

  • Commutativity
  • Associativity
  • multiplicative identity = 1
  • additive identity = 0
  • additive inverse exists
  • multiplicative inverse exists (except 0)
  • distributive property

Lists

We define a list as:

L=(a1,a2...an) ,n≠0 L = (a_1,a_2 ... a_n)\ , n \ne 0

L1=L2β€…β€ŠβŸΊβ€…β€Šn(L1)=n(L2)Β &Β ai=bi,βˆ€i,ai∈L1,bi∈L2; L_1 = L_2 \iff n(L_1) = n(L_2)\ \& \ a_i = b_i, \forall i, a_i \in L_1, b_i \in L_2;

Fn\mathbb{F}^n is the set of all lists of length 𝑛 of elements of 𝐅:

Fields

A field is a set containing at least two distinct elements called 0 and 1, along with operations of addition and multiplication satisfying all properties listed for Complex numbers above.

Algebraically closed field

every non-constant polynomial with coefficients in 𝐅 has a zero

Vector space

A vector space over a field F is a set V with:

+:V×V→V +:V\times V\to V

and

⋅:F×V→V \cdot:\mathbb F\times V\to V

satisfying the usual rules of addition and scalar multiplication.

u+v∈V,λv∈V u+v\in V,\qquad \lambda v\in V

for all

u,v∈V,λ∈F. u,v\in V,\qquad \lambda\in\mathbb F. λu∈V, generally uv is not defined for u,v∈V. \lambda u\in\mathbb V ,\ \text{generally}\ uv \text{ is not defined for }u,v\in V.

A vector space is a set 𝑉 along with an addition on 𝑉 and a scalar multiplication on 𝑉 such that the following properties hold.

  • Commutativity: 𝑒 + 𝑣 = 𝑣 + 𝑒
  • Associativity: (𝑒 + 𝑣) + 𝑀 = 𝑒 + (𝑣 + 𝑀) & (π‘Žπ‘)𝑣 = π‘Ž(𝑏𝑣)
  • multiplicative identity: 1𝑣 = 𝑣
  • additive identity: element 0 ∈ 𝑉 such that 𝑣 + 0 = 𝑣 for all 𝑣 ∈ 𝑉.
  • additive inverse exists: there exists 𝑀 ∈ 𝑉 such that 𝑣 + 𝑀 = 0.
  • distributive property : π‘Ž(𝑒 + 𝑣) = π‘Žπ‘’ + π‘Žπ‘£

Subspaces

UβŠ‚VU \subset {V} is is called a subspace of VV if UU is also a vector space with the same additive identity, addition, and scalar multiplication as on VV UU is a subspace of VV iff,

0∈U 0 \in U

u,w∈Uβ€…β€ŠβŸΉβ€…β€Šu+w∈U u,w \in U \implies u+w \in U

a∈F,u∈Uβ€…β€ŠβŸΉβ€…β€Šau∈U a \in F, u \in U \implies au \in U

Sum of Subspaces

Let V1,V2…VmV_{1},V_{2}\dots V_{m} be subspaces of VV. then,

V1+V2…Vm={v1+v2…vm:v1∈V1,…vm∈Vm} V_{1}+V_{2} \dots V_{m} = \{ v_{1}+v_{2}\dots v_{m} : v_{1}\in V_{1},\dots v_{m}\in V_{m} \}

sum of subspaces is always a subspace Suppose V1,V2…VmV_{1},V_{2}\dots V_{m} are subspaces of VV. Then V1+V2β‹―+VmV_{1}+V_{2}\dots + V_{m} is the smallest subspace of VV containing V1,V2…VmV_{1},V_{2}\dots V_{m}

Direct Sums

sum V1+V2β‹―+VmV_{1}+V_{2}\dots + V_{m} is called a direct sum if each element of V1+V2β‹―+VmV_{1}+V_{2}\dots + V_{m} can be written in only one way as a sum v1+v2β‹―+vmv_{1}+v_{2}\dots + v_{m}, in this case V1+V2β‹―+VmV_{1}+V_{2}\dots + V_{m} can be written as V1βŠ•V2β‹―βŠ•VmV_{1}\oplus V_{2}\dots \oplus V_{m}

Condition for a direct sum

Suppose V1+V2β‹―+VmV_{1}+V_{2}\dots + V_{m} are subspaces of VV. Then V1+V2β‹―+VmV_{1}+V_{2}\dots + V_{m} is a direct sum if and only if the only way to write 00 as a sum v1+v2β‹―+vmv_{1}+v_{2}\dots+v_{m}, where each vk∈Vkv_{k} \in V_{k}, is by taking each vkv_{k} equal to 00

Direct sum of two subspaces

Suppose UU and WW are subspaces of VV, then U+WU+W is a direct sum β€…β€ŠβŸΊβ€…β€Š\iff U∩W={0}U\cap W=\{ 0 \}