πŸ—οΈ Ξ˜ΟΟ΅Ξ·Ξ Ξ±Ο„Ο€πŸš§ (under construction)

< } Preliminaries
Majorant
An element x is called a majorant for a subset Y of X if y≀x for every y∈Y
Filtering Upward
We say that an order is filtering upward if every pair in X (and hence every finite subset of X ) has a majorant.
Net
A net is a space X is a pair (A,i) where A is an upward-filtering ordered set and i is a map from A→X
If a Cauchy Sequence has a Convergent Subsequence, then the Original Converges There
Let X,d be a metric space, then if (xn):N1→X is cauchy, and there exists a subsequence (xσ(n)) that converges to x then (xn)→x as well.

Normed Spaces

A bilinear form is a generlization of the idea of the dot product:

Bilinear Form
A bilinear form on a vector space V over a field 𝔽 is a map H:VΓ—V→𝔽 such that
  1. H(v1+v2,w)=H(v1,w)+H(v2,w), for all v1,v2,w∈V
  2. H(v,w1+w2)=H(v,w1)+H(v,w2), for all v,w1,w2∈V
  3. H(av,w)=aH(v,w), for all v,w∈V,aβˆˆπ”½
  4. H(v,aw)=aH(v,w), for all v,w∈V,aβˆˆπ”½
Note that H is non-degenerate if and only if the map H#:V→V* is injective. Since V and V* are finite-dimensional vector spaces of the same dimension, this map is injective if and only if it is invertible.
Sesquilinear Form
Let F be a subfield of C and U and V be vector spacesover F, then a sesquilinear form is a function u:UΓ—Vβ†’C such that βˆ€Ξ±βˆˆF,x1,x2∈U,y∈V we have:
  1. u(Ξ±x1+x2,y)=Ξ±u(x1,y)+u(x2,y)
  2. u(x,Ξ±y1+y2)=Ξ±Β―u(x,y1)+u(x,y2)

Note that if F is a subfield of R , then a sesquilinear form is a bilinear form.

Isomorphism Between Hilbert Spaces
Suppose that H and K are hilbert spaces then an isomorphism between them is a surjective linear operator U:Hβ†’K such that ⟨Uh,Uk⟩K=⟨h,k⟩H
Isometry
A linear operator T:Vβ†’W is an isometry if for all vectors v1,v2∈V we have that β€–T(v1)βˆ’T(v2)β€–W=β€–v1βˆ’v2β€–V
Unitary Operator
We say that a linear operator U:H→K between hilbert spaces is unitary whenever U*U=idH and UU*=idK
Bounded Linear Operators on a Hilbert Space
Suppose that H is a hilbert space then we use the notation B(H) to denote all bounded linear operators

week 3

Unitary Operator Equivalences
Suppose that U:H→K is a bounded linear operator between hilbert spaces, then the following are equivalent:
  1. U is a unitary operator
  2. U is a surjective and ⟨Uh,Uk⟩K=⟨h,k⟩H
  3. U is a surjective isometry
Unilateral Shift Operator
Let H=β„“2(N) then we define the unilateral shift operator as S:Hβ†’H given by S(x1,x2,x3,x4,…)=(0,x1,x2,x3,…)
The Unilateral Shift Is an Isometry
As per title.
The Unilateral Shift Is Not Unitary
As per title.
The Adjoint of the Unilateral Shift Is the Bilateral Shift
As per title.
The Bilateral Shift Is Unitary
TODO: Add the content for the proposition here.
Closed Graph Theorem
Let X,Y be banach spaces and T:X→Y a linear operator
Automorphism
Let F be a field, then an automorphism of F is a bijection from F to itself that preserves the operations of addition and multiplication.
Sesquilinear Form
A sesquilinear form on a vector space V over a field F is a map ⟨·,·⟩:VΓ—Vβ†’F that is linear in the right argument and almost linear in the left, which is to say:
  • ⟨v1,cw1⟩=c⟨v1,w1⟩
  • ⟨v1,w1+w2⟩=⟨v1,w1⟩+⟨v1,w2⟩
  • ⟨cv1,w1⟩=c¯⟨v1,w1⟩
  • ⟨v1+v2,w1⟩=⟨v1,w1⟩+⟨v2,w1⟩
Adjoint of a Sesquilinear Form
Given a sesquilinear form, (·,·) then we define the adjoint form as (x∣y)*=(y¯∣x¯)
Self Adjoint Sesquilinear Form
We say that a sesquilinear form is self adjoint diff: (x∣y)=(x∣y)*
Hilbert Space
A hilbert space is a real or complex inner product space that is also a complete metric space with respect to the norm β€–xβ€–=⟨x,x⟩. In other words the vector space under discussion is a Banach space.
Self Adjoint Matrix
A synonym for hermitian.
Convex Set
A convex set is a subset C of a vector space such that for any two points x,y∈C, the line segment connecting x and y is entirely contained within C. Formally, for all λ∈[0,1], the point Ξ»x+(1βˆ’Ξ»)y∈C.
A Convex Subset of a Hilbert Space Has a Unique Closest Element to a Point in the Hilbert Space
If C is a closed, nonempty, convex subset of a hilbert space H, then for every y∈H there is a unique x∈C that minimizes the distance from y to C
Functional
Given a vector space (V,F)
Spectrum of a Linear Operator
Spec(T)={λ∈C:Tβˆ’Ξ»IΒ isΒ notΒ invertibleΒ }
Co-kernel
The co-kernel of a linear opertor T:V→V is coker(T)=V⧡im(T)
Fredholm Operator
We say that a linear operator T:Xβ†’Y is fredholm when dim(ker(T))<∞ and dim(Yβ§΅im(T))<∞
Finite Rank Linear Operator
A linear operator T on a hilbert space H has finite rank if T(H) is a finite dimensional subspace of H

When you look at the spectrum of a finite rank operator their spectrum is always discrete and is only the eigen values that they have.

Compact Operators Are Limits of Finite Rank Operators
TODO: Add the content for the proposition here.

This means that the eigenvalues form a sequence that converges to 0, and this is what the spectrum of a finite rank operator looks like. If we have a compact self adjoint linear operator then we know that the eigenvalues all sit on R

Spectral Theorem for Compact Operators
Suppose that T is compact and self-adjoint operator on a seprable hilbert space H , then there is a sequence (λn)N1 of eigenvalues of T and an orthanormal basis (bn)N1 of H such that λn→0 and Tbn=λnbn
Self Adjoint Linear Operator
We say that T=T* which means for all x,y∈H ⟨Tx,y⟩=⟨x,Ty⟩
Real Spectrum Iff Self Adjoint
Spec(T)βŠ†R iff T is self-adjoint
Positive Linear Operator
Spec(T)βŠ†[0,∞) and we say that Tβ‰₯0
The Square Root of a Linear Operator Exists If It Is Positive
proof diagonizliz T, and define T as Tbn=Ξ»nbn, show that the square roots commute because they square to T, and so you should be able to simulatenuously diagonilize them so the square of the eigens are equal so then the square roots are equal.
If T Is Self Adjoint Then T Is Bounded
TODO: Add the content for the theorem here. (Hellinger and Topis)

week 1

Nth Dirichlet Kernel
Let T be the unit circle and for each n∈Z let Ο‡n:Tβ†’C be the function Ο‡n(x)=e2Ο€inx and for each N∈N1 let DN∈C(T) be the n-th dirichlet kernel defined as DN(x)=βˆ‘n=βˆ’NNΟ‡n(x)
The Dirichlet Kernel Is Real Valued and Integrates to 1
DN is real-valued, specifically: DN(x)=sin((N+12)2Ο€x)sin(Ο€x) if xβ‰ 0, and DN(0)=2N+1. Moreover we have that βˆ«π•‹DN(x)dx=1.
Bounded Linear Functional Integral
The linear functional Tn:C(𝕋)→ℝ defined by Tnf=βˆ«π•‹f(x)Dn(x)dx is bounded, with β€–Tnβ€–=βˆ«π•‹|Dn(x)|dx.
Lemma 4.7.
Embryionic Spectral Theorem
For any p∈R[x] and T which is adjoint and positive then if we know that for all t∈[βˆ’β€–Tβ€–,β€–Tβ€– we have β€–p(T)‖≀‖p(t)β€–
L2 Space
An L2 space constists of square integrable functions so that L2 is the collection of functions such that ∫|f(x)|2dx<∞
Multiplication Operator
Suppose that f∈L2 then we define the multiplication operator for f as Mf:L2β†’L2 such that Mf(g)=fg
Trace-class Linear Operator
Let β„‹ be a Hilbert space. A linear operator A:β„‹β†’β„‹ is called trace-class if its trace-class norm β€–Aβ€–tc=sup(vn),(wn)βˆ‘n=1N|⟨Avn,wn⟩| is finite, where the supremum is taken over all integers Nβ©Ύ0 and over any two finite lists of orthonormal vectors (v1,…,vN) and (w1,…,wN) of the same length N.

Algebra

(1.13). Definition (unitisation).

Consider β„“βˆž(X) (the collection of bounded functions from S into C with the sup norm, then it is a banach algebra, also it is unital with the constant 1 function, and moreover is commutative

Cb(X) where X is a non-empty topological space with the sup norm is a banach algebra also it is unital with the constant 1 function, and moreover is commutative

C0(X) the functions which vanish at infinity, where X is a locally compact hausdorff space is also a banach algebra

in a measure space, then Lω(X,μ) the measure space is also a banach algebra

A = disk algebra, {f∈C(D¯):f is holo on int(D)} where D is the unit disk in C is not a banach algebra. Note that this is not a C* algebra

X is a NVS and Y a baanch space, then B(X,Y) the bounded functions? is a banach algebra

Mn(C) the matrix algebras (n x n matrices with values in C), are banach algebras

Mn(A) is a banach algebra whenever A is.

Now a bunc of facts from tutotirla

If A is a banach algebra and I is a proper ideal in A then IΒ― is also a proper ideal in A implies that maximal ideals are closed.

I is a closed ideal in A implies A / Iis a banach algebra

Given a homomorphism ϕ:A→B then ker(ϕ) is a closed ideal and ϕ is unitl if ϕ(1A)=1B

Suppose that A is unital, and p(z)∈C[x] then given any a∈A we can construct a map eva:C[z]β†’A via p(z)=p(a) is an algebra homomorphism.

Def: a∈A , then sp(a)={λ∈C:aβˆ’Ξ»βˆ‰GL(A)} is closed, and you can show that λ∈sp(a) then ‖λ‖≀‖aβ€–

If A is a banach algebra, then we do Unitization, making Aβ€²=A\circplusC as a vector space, if you define multiplication component wise it turns out not to be unital, but instead if you do (a,Ξ»)Β·(b,ΞΌ)=(ab+Ξ»b+ΞΌa,λμ) this multiplication makes Aβ€² into a uanital algebra with unit (0,1) and β€–a+Ξ»β€–=max(β€–aβ€–,|Ξ»|)

C Star Algebra
A C* algebra A is a banach algebra over the complex numbers, equipped with an involution (the * operation) satisfying the following properties, first of the algebra:
  • A is a vector space over C
  • a(b+c)=ab+ac
  • (Ξ»a)b=Ξ»(ab)
then of the involution, stating that there is a map *:A→A called the involution satisfying
  • (a*)*=a
  • (a+b)*=a*+b*
  • (Ξ»a)*=λ¯a*
  • (ab)*=b*a*
Interaction with the norm
  • β€–a*aβ€–=β€–aβ€–2
Open Mapping Theorem
Let B1,B2 be two banach space and let T∈B(B1,B2) be a surjective linear operator, then T is a open map
Fredholm Operators Plus Finite Rank Operators Are Fredholm Operators
Fred(V)+FinRan(V)=Fred(V)
The Product of Linear Operators With Index Still Has Index
TODO: Add the content for the proposition here.

Spectral Theorem for Normal Operators

https://personal.math.ubc.ca/~feldman/m511/spectralReview.pdf https://math.dartmouth.edu/~dana/bookspapers/ln-spec-thm.pdf
A Bounded Linear Operator Has Non-empty Spectrum
Let B be a Banach space over β„‚ and T a bounded linear operator on B the spectrum sp(T) of T is non-empty.
An Eigenvalue for a Normal Linear Operator Is an Eigenvalue for the Adjoint When Taking the Conjugate
If T∈B(H) is normal, and if λ,v is an eigen value vector pair, then v is an eigen vector for T* with eigen value λ¯

spectral theory of banach algebras

embryionic spectral theorem for any p in R[x] and T = T* (adjoint) >= 0, then || p (T) || <= sup |t| <= ||T| of |p(t)| recall that the linear operators with the operator norm is a complete space proof pn(T) is cauchy because pn - pm is small pn(T) - pm(T) is small so that is cauchy so the limit exists define f(T), f in C_r([-||T||, ||T||]) adding definition of dense and then proof in 2.1 in a hilbert space if you have a closed subspace then it always has a complementary subspace equilvalenlty thereis an orthoganal complement in linear algebra a a complementary subspace is one that is orgnaogonzl one and the union is the entire space, that's one of the the fundamental theorems in hilbert space theory any closed convex set in a hilbert space, and a point which is not in the space, then there is a unique closest point in the convex set to the point. (prove this one) if you have two inner products on a vector space and they turn them into a hilbert space and if they hav the given a hilbertspace then the number of elements in a ahilbert space basis is unique, so we prove that the number for here is the same as the number fo rhere, so the way you do it is that the humbe rof elements in a basis ais the same number of elements in a dense subset of the hilbert space, and you look at the smallest cardinal number in thedencse set and that's tthe number of elements in the basis, and so once you have the two orthanomral basis for the two bases given a hilbert space H and a bounded operators T = T* in B(H) bounded operator, polynomials are functions in the operator too, and there's something mysterious about them in the first instance, you have a varaible x in the first but then you can plug in an operator to a polynomial, so suppose that p in C[x] (complex coeffiecients), suppose that ||T|| <= 1, then what you do is that you say that ||p(t)|| <= eps for t in [-1, 1], then if we change t to T then we also know that ||p(T)|| <= eps (that's the spectral theorem, because once you know it's its fairly clear sailing) the tutorial suppose we have some field k and a vector space over k C* (* is an ivoluation) an algebra is a ring with addition, multiplication, and a norm gelfands theorem : If A is a commutative unital C*-algebra, then A =~ C(X) = {f: X -> C: f cts} for some compact hausdorff X. C0(R) = {f : R -> C : f cts and lim(fx) x -> oo = lim x -> -oo f(x) = 0 } modules are like vector spaces, and modules/k are precicely vector spaces / k, but modules don't always have a basis, but recall that a basis would be a subset B of M st B is lin indep (in a module this means given m1, m2 in B, then the solution to the equation r1m1 + r2m2 = 0 the same way we do in vector spaces), and forall m in M, we can find finitely many elements such that it is a linear comb of them. given a banach space over C, then the dimension is not aleph 0 consider l^oo (N) = {(x1, x2, ...) that are bounded}, the a basis could be e1, e2, ... and we would guess this is a basis for l^oo, but the problem is that we have an infinite sum, and so we need an infinite sum to exists and htus need converergence but we don't have a norm. so we have another idea which is the shauder basis, the {e_i}'s form a shauder basis for l^w, but this depends on the norm in the space, given a banach space over C it has an uncountable hamel basis. Exercise produce the dimension of X over C in a caoniacal way a banach space is a hilbert space iff the inner product satisfies the paralellogram law. From any ellipse you get an inner product, suppose it has major axis a and minor axis b then the inner product is given by ||(x, y)||^2 = (x/a)^2 + (y/b)^2 then the equation is given by <., .>: VxV -> R: symmetric biliear forms, is degenerate iff for every x, there is a y such that >0 Thm Riesz lemma ||<*, x>||_H* = ||x||_H add the https://www.math.mcgill.ca/jakobson/courses/ma667/mendelsontomberg-spectral.pdf https://www.math.uwo.ca/faculty/khalkhali/files/Fredholm.pdf https://math.stackexchange.com/questions/282140/the-inclusion-relation-sigmaab-subseteq-sigmaa-sigmab-is-not-true https://mathoverflow.net/questions/14246/spectra-of-sums-and-products-in-banach-algebras-was-spectrum-in-banach-algeb https://math.stackexchange.com/questions/4668576/infinity-norm-and-operator-norm-question https://www.math.ucdavis.edu/~anne/WQ2007/mat67-Ll-Spectral_Theorem.pdf https://math.libretexts.org/Bookshelves/Linear_Algebra/Book%3A_Linear_Algebra_(Schilling_Nachtergaele_and_Lankham)/11%3A_The_Spectral_Theorem_for_normal_linear_maps/11.01%3A_Self-adjoint_or_hermitian_operators http://www.math.ucdavis.edu/~anne/linear_algebra/mat67_course_notes.pdf https://ocw.mit.edu/courses/18-102-introduction-to-functional-analysis-spring-2021/8fb8d5c170f1613151aca71de21027bc_MIT18_102s21_full_lec.pdf https://math.libretexts.org/Bookshelves/Linear_Algebra/Book%3A_Linear_Algebra_(Schilling_Nachtergaele_and_Lankham)/11%3A_The_Spectral_Theorem_for_normal_linear_maps/11.01%3A_Self-adjoint_or_hermitian_operators http://pfister.ee.duke.edu/courses/ecen601/notes_ch5.pdf https://math.stackexchange.com/questions/4050748/reference-for-wold-decomposition-theorem-operator-theory https://en.wikipedia.org/wiki/Direct_sum https://en.wikipedia.org/wiki/Orthogonal_complement https://arxiv.org/pdf/math/0701306#theorem.2.14.12 use this one for essay: https://tqft.net/web/teaching/current/Analysis3/LectureNotes/03.Compact.operators.pdf https://www.math.ucdavis.edu/~anne/WQ2007/mat67-Ll-Spectral_Theorem.pdf