Linear Spaces

Definition

A linear (vector) space is a set of elements (vectors) with an operation of vector addition and scalar multiplication.

Let ψ,ϕ,χ be vectors in V. And c,d are scalars.

Addition Rules

Their sum is a vector in V, (ψ+ϕ)V

Commutativity

ψ+ϕ=ϕ+ψ

Associativity

(ψ+ϕ)+χ=ψ+(ϕ+χ)

Zero vector

0+ψ=ψ

Inverse vector

ψ+(ψ)=0

Multiplication Rules

cψV, (cψ+dϕ)V

Distributivity over addition

c(ψ+ϕ)=cψ+cϕ

Compatibility

c(dψ)=(cd)ψ

Identity

Iψ=ψI=ψ, 0ψ=ψ0=0

Example of Linear Spaces

  1. ψ=(x1,x2,,xn), ϕ=(y1,y2,,yn), ψ+ϕ=(x1+y1,,xn+yn), cψ=(cx1,,cxn).
  2. (x1,x2,⋯), i|xi|2 is finite. $ℓ2$-space
  3. Set of continuous functions
  4. Set of functions with |ψ(x)|2dx is finite. $L2$-spaces
  5. Hilbert Space

Quantum States

State Vector

|ψE, E is the state space which is a subset of L2 which is a subset of a Hilbert space.

Scalar Product

(φi,φj)=δij implies that the vectors are orthonormal.

The expansion coefficients of ψ can be found with the scalar product of the base vector with ψ.

Linear Independence Examples

Example 1

Independent.

f(x)=x,g(x)=x2,h(x)=exp(2x)

Example 2

Dependent.

f(x)=x,g(x)=5x,h(x)=x2

Example 3

Dependent.

f(x)=cosx,g(x)=expix,h(x)=sinx

Wronskian Functional

The Wronskian can be used to determine linear independence: |f(x)g(x)h(x)f(x)g(x)h(x)f(x)g(x)h(x)|. Note that the determinant entries are N×N, where N is the number of functions you are comparing for linear independence. Hence you would only go up to g if you only had 2 functions.

Author: Christian Cunningham

Created: 2024-05-30 Thu 21:19

Validate