New Reply

Vector space or inner product space - ambiguous!

 
Share Thread
Mar26-12, 11:52 PM   #1
 

Vector space or inner product space - ambiguous!


Sometimes the way authors write a book makes you wonder if they are at their wits' end: 'A vector space with an inner product is an inner product space!'

I am not sure if I have gone crazy but to me it is obvious that if you have a vector space wrapped up in a nice gift basket and sent off to your address from Amazon, then the inner product comes with the vector space for free. After all, the inner product is obtained from any two vectors in a vector space, so I just can't understand why a vector space cannot be pre-equipped with an inner product, that is, why the hell isn't a vector space and an inner product space the same thing?
PhysOrg.com science news on PhysOrg.com

>> New language discovery reveals linguistic insights
>> US official: Solar plane to help ground energy use (Update)
>> Four microphones, computer algorithm enough to produce 3-D model of simple, convex room
Mar27-12, 01:08 AM   #2
 
Because the definition of vector space doesn't include an inner product.

An inner product is a function mapping a pair of vectors to an element of the underlying field; until you have defined such a function, you do not have an inner product. The definition of vector space does not include such a function, therefore, a vector space is not necessarily an inner product space.
Mar27-12, 08:12 AM   #3
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
Given any (finite dimensional) vector space there are an infinite number of possible "inner products". For example, choose any basis, [itex]\{e_1, e_2, ..., e_n\}[/itex]. We can now write two vectors, [itex]u= a_1e_1+ a_2e_2+ ...+ a_ne_m[/itex] and [itex]v= b_1e_1+ b_2e_2+ ...+ b_ne_n[/itex], written in terms of that basis.
We define the inner product [itex]<u, v>= a_1b_1+ a_2b_2+ ...+ a_nb_n[/itex].

Choosing a different basis will give a different inner product. (And the "theoretical meat" of the Gram-Schmidt orthogonalization process is that, given any abstractly defined inner product there exist a basis in which that inner product is as given above.

And note the "finite dimensional". There exist infinite dimensional vector spaces which do not have any inner product.
Mar27-12, 03:59 PM   #4
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor

Vector space or inner product space - ambiguous!


Quote by HallsofIvy View Post
And note the "finite dimensional". There exist infinite dimensional vector spaces which do not have any inner product.
That's not true - your method will produce an inner product on a real vector space of any dimension. (The trouble, of course, is "choosing" a basis. But once you have one, you're good to go.)
Mar27-12, 09:16 PM   #5
 
Originally Posted by HallsofIvy View Post

And note the "finite dimensional". There exist infinite dimensional vector spaces which do not have any inner product.

That's not true - your method will produce an inner product on a real vector space of any dimension. (The trouble, of course, is "choosing" a basis. But once you have one, you're good to go.)
Yes, they all have an inner product. The dimension, as in cardinality of a basis, is a complete invariant if all you are looking at is the vector space structure, so there's not much variety there. However, if you have a norm, not all norms are induced by inner products and that's probably what he was thinking. For example, L^p is not an inner product space for p not equal to 2 (check the parallelogram identity).
Mar28-12, 08:23 AM   #6
 
Blog Entries: 1
Recognitions:
Homework Helper Homework Help
Quote by morphism View Post
That's not true - your method will produce an inner product on a real vector space of any dimension
If the dimension is, say 2c how the devil are you going to add all those numbers up?
Mar28-12, 10:08 AM   #7
 
Quote by Office_Shredder View Post
If the dimension is, say 2c how the devil are you going to add all those numbers up?
We add an uncountable number of numbers all the time in calculus.
Mar28-12, 10:14 AM   #8
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
And "almost all" such sums do not converge.
Mar28-12, 10:58 AM   #9
 
Mentor
Quote by failexam View Post
Sometimes the way authors write a book makes you wonder if they are at their wits' end: 'A vector space with an inner product is an inner product space!'

I am not sure if I have gone crazy but to me it is obvious that if you have a vector space wrapped up in a nice gift basket and sent off to your address from Amazon, then the inner product comes with the vector space for free. After all, the inner product is obtained from any two vectors in a vector space, so I just can't understand why a vector space cannot be pre-equipped with an inner product, that is, why the hell isn't a vector space and an inner product space the same thing?
A vector space over a field F is defined as a triple (set, addition operation, scalar multiplication operation) that satisfies a bunch of axioms. If F=ℝ or F=ℂ, then an inner product space over F is defined as a pair (vector space over F, inner product) that satisfies a bunch of axioms. For example, when we refer to ℝ2 as a vector space, we're actually being sloppy. ℝ2 is just a set. However, if we define three functions ##A:\mathbb R^2\times\mathbb R^2\to\mathbb R^2##, ##S:\mathbb R\times\mathbb R^2\to\mathbb R^2## and ##I:\mathbb R^2\times\mathbb R^2\to\mathbb R## by
$$
\begin{align}
A\big((x_1,x_2),(y_1,y_2)\big) &=(x_1+x_2,y_1+y_2)\\
S\big(a,(x_1,x_2)\big) &=(ax_1,ax_2)\\
I\big((x_1,x_2),(y_1,y_2)\big) &=x_1 x_2+y_1y_2
\end{align}
$$ for all ##(x_1,x_2), (y_1,y_2)\in\mathbb R^2## and all ##a\in\mathbb R##, then ##(\mathbb R^2,A,S)## is a vector space over ℝ, and if we denote that space by V, then ##(V,I)## is an inner product space over ℝ.

This post may be useful.
Mar28-12, 11:03 AM   #10
 
Mentor
Blog Entries: 8
Quote by Office_Shredder View Post
If the dimension is, say 2c how the devil are you going to add all those numbers up?
Notice that the sum is a finite sum. Even if there is an uncountable basis.
Mar28-12, 02:04 PM   #11
 
Recognitions:
Science Advisor Science Advisor
Quote by Number Nine View Post
We add an uncountable number of numbers all the time in calculus.
Not quite; if you're thinking about integration, you are selecting countably-many points, and countably-many partitions.

Any uncountable sum with more than countably-many non-zero terms, necessarily diverges. Just partition your uncountable support-set into sets An:={x:x>1/n}; at least one of the sets will have infinitely-many terms.
Mar28-12, 02:06 PM   #12
 
Recognitions:
Science Advisor Science Advisor
Quote by micromass View Post
Notice that the sum is a finite sum. Even if there is an uncountable basis.
Not if you're working with a Schauder basis.
Mar28-12, 04:25 PM   #13
 
Quote by failexam View Post
Sometimes the way authors write a book makes you wonder if they are at their wits' end: 'A vector space with an inner product is an inner product space!'

I am not sure if I have gone crazy but to me it is obvious that if you have a vector space wrapped up in a nice gift basket and sent off to your address from Amazon, then the inner product comes with the vector space for free. After all, the inner product is obtained from any two vectors in a vector space, so I just can't understand why a vector space cannot be pre-equipped with an inner product, that is, why the hell isn't a vector space and an inner product space the same thing?
This thread's drifted a bit, but the answer to your question is that when you care about the vector space properties, there's no point adding in extraneous details.

If you want to intersect two sets, there's no point mentioning that the sets are also vector spaces or groups or manifolds or anything else. If you loaded up every definition with all of its derived types, it would be incredibly confusing.

A set is such and so. A group is a set with such and so. A Lie group is a group with such and so. You build up complex definitions in terms of simpler ones.

If all you care about is the properties of a vector space, why add on additional properties that you don't care about?
Mar28-12, 08:31 PM   #14
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
Quote by Bacle2 View Post
Not if you're working with a Schauder basis.
Yes but Schauder bases are irrelevant here.

The claim was that we can construct an inner product on any vector space. The argument was: (1) Choose a (Hamel) basis. (2) Every vector is a finite linear combination of vectors from this basis (even if the basis itself is infinite). (3) HallsofIvy's recipe for an inner product still works, regardless of whether the vector space is finite- or infinite-dimensional.
Mar28-12, 08:40 PM   #15
 
Recognitions:
Science Advisor Science Advisor
Right, my bad, I lost focus and was making a general statement about sums in V.Spaces. The force is back with me now.
Mar28-12, 09:26 PM   #16
 
This thread's drifted a bit, but the answer to your question is that when you care about the vector space properties, there's no point adding in extraneous details.
That's true, but it's not the only issue. The other issue is that there is no canonical choice of inner product. They all have an inner product. Requiring the existence of an inner product doesn't add anything because it follows from the definition of a real or complex vector space. But which inner product?

The definition isn't a vector space on which there exists an inner product. It's a vector space with some chosen inner product that you have singled out.
Mar28-12, 09:29 PM   #17
 
Mentor
Quote by morphism View Post
HallsofIvy's recipe for an inner product still works, regardless of whether the vector space is finite- or infinite-dimensional.
Am I missing something obvious here? Clearly it works for those vectors that belong to the smallest vector subspace that contains all the basis vectors (because the members of that set are linear combinations of basis vectors), but if the vector space we're talking about is the closure of that subspace, then it seems to me that it should fail.
New Reply

Similar discussions for: Vector space or inner product space - ambiguous!
Thread Forum Replies
Tensor product and infinite dimensional vector space Linear & Abstract Algebra 1
Basis - Complex Vector Space and Real Vector Space Calculus & Beyond Homework 5
normed linear space and inner product space Calculus & Beyond Homework 8
Vector space of the product of two matrices Linear & Abstract Algebra 2
cross product and vector space Linear & Abstract Algebra 3