Understanding Separable Vector Spaces: The Basics Explained

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
9 replies · 3K views
fog37
Messages
1,566
Reaction score
108
Dear forum,

I am trying to understand what a separable vector space is. I know we can perform the tensor product of two or more vector space and obtain a new vector space. Is that vector space separable because it is the product of other vector spaces?

thanks
 

Discussion

Physics news on Phys.org
Thank you.

What would a countable dense subset be? I understand it contains a subset of vectors that has a particular property. Could you give me an example of what a countable dense subset means from ordinary finite dimensional linear algebra? Let's consider the vector space of vectors
##v=(v_{x} , v_{y}, v_{z})##...
 
fog37 said:
Thank you.

What would a countable dense subset be? I understand it contains a subset of vectors that has a particular property. Could you give me an example of what a countable dense subset means from ordinary finite dimensional linear algebra? Let's consider the vector space of vectors
##v=(v_{x} , v_{y}, v_{z})##...

Dense makes no sense on a vector space only. You'll need further structure, like a norm, a distance or a topology.

For example, the vector space ##\mathbb{R}^3## can be equipped with the norm
[tex]\|v\| = \sqrt{v_x^2 + v_y^2 + v_z^2}[/tex]
A countable dense set can then be given by [tex]\{v~\vert~v_x, v_y,v_z\in \mathbb{Q}\}[/tex]

But let's start with the basics, do you know what a norm is?

Also, where did you encounter the notion of separable? Seeing the context might help.
 
Hi micromass,

The norm is, conceptually, the "length" of a vector. I run into the idea of separable vector space in introductory quantum mechanics where Hilbert vector space is said to be separable. this leads down to the discussion of such a space being a tensor product of other vector spaces...
 
fog37 said:
Hi micromass,

The norm is, conceptually, the "length" of a vector. I run into the idea of separable vector space in introductory quantum mechanics where Hilbert vector space is said to be separable. this leads down to the discussion of such a space being a tensor product of other vector spaces...

OK, since it's in the context of Hilbert spaces, I can give a simpler definition of separable. All it means is that there is a countable orthonormal basis. That is: there is a subset of the Hilbert space ##\{e_n~\vert~n\in I\}## with ##I## countable, which intuitively means ##I## finite or ##I=\mathbb{N}## such that
1) ##\|e_n\| = 1## for all ##n##
2) ##<e_n, e_m> = 0## for ##n\neq m##
3) Every ##x## in the Hilbert space can be written as ##x = \sum_{n\in I}\alpha_n e_n## for some ##\alpha_n\in \mathbb{C}## (it can be shown that ##\alpha_n =<x,e_n>##). Note this sum is an infinite sum (=series) when ##I=\mathbb{N}## and convergence comes into play, which makes it distinct from linear algebra where all sums are finite.