Normed linear space vs inner product space and more

Luna=Luna
Messages
16
Reaction score
0
Correct me if I'm wrong here but it is my understanding that vector spaces are given structure such as inner products, because it allows us to use these structured vector spaces to describe and analyse physical things with them.

So physical properties such as 'distance' cannot be analysed in a general vector space but have analogies in a vector space \mathbb{R}^2 and \mathbb{R}^3 over the Real Numbers in an inner product space.

Assuming my understanding is correct I'm a bit confused at the connection/relationship between Metric spaces, Inner product spaces and Normed linear spaces and which are more general and which are subsets of which.

My understanding is that Metric spaces are subsets of Inner product spaces which are subsets of Normed linear spaces.

An Inner product space is a normed linear space with a specific definition of the norm, namely ||a|| = \sqrt{\langle a|a\rangle} whereas a normed linear space is any vector space together with a function that obeys the properties of a norm.

Is this correct?
 
Physics news on Phys.org
Inner product spaces are all normed linear spaces as you describe, but all normed linear spaces are metric spaces - you had that one on the wrong end.
 
  • Like
Likes 1 person
Ah so the metric space are the most general, i thought it was the least general and that misunderstanding had me going around in circles!

Many thanks.
 
Luna=Luna said:
Ah so the metric space are the most general, i thought it was the least general and that misunderstanding had me going around in circles!
Not quite. A vector space is not necessarily a metric space, and a metric space is not necessarily a vector space. You can't say either one is more general than the other.

On the other hand, the intersection of the two concepts -- that's where the normed vector spaces lie.
 
Last edited:
D H said:
Not quite. A vector space is not necessarily a metric space, and a metric space is not necessarily a vector space. You can't say either one is more general than the other.

On the other hand, the intersection of the two concepts -- that's the normed vector spaces.

This isn't right... every normed vector space is a metric space, but there are vector spaces that have metrics on them which do not come from norms.
 
Fixed that. The normed vector spaces are a subset of the intersection of the vector spaces and the metric spaces. A metric on a vector space that is not induced by a norm is the distance ##d(\vec a,\vec b)## is 0 if ##\vec a - \vec b = 0##, 42 otherwise.
 
Hmm, so I've had a bit of a think about where i was going wrong and the comments posted here have helped me get on the right track I believe.

Can i just clarify what you mean by "every normed vector space is a metric space"

Do you mean every normed vector space is intrinsically a metric space?
That doesn't make sense to me, it seems to me that you can have a normed vector space that is not a metric space.

Or do you meant that once you have a normed vector space , one can always compose some function of this norm that is a metric?
This makes sense to me... as far as my current understanding goes at least.
 
You cannot have a normed vector space which is not a metric space: a norm on a vector space immediately determines a metric structure for the vector space.
 
Luna=Luna said:
Or do you meant that once you have a normed vector space , one can always compose some function of this norm that is a metric?

Yes, the metric is d(x,y) = ||x-y||
 
  • #10
I'm sure once again there is some underlying misconception i have of the topic so far, so I will lay out my reasoning and hopefully we can spot where I'm going wrong.

The definition I've seen of a metric space is: an ordered pair (M,d) where M is a set and d is a metric, that is a function d: M x M -> R and the function d must have certain properties.

A norm however is just a function f: M -> R
nothing in the norm itself has any of the properties that a metric requires.

Thus you can have a normed vector space that is not a metric space.
Ie the combination of the normed vector space and its metric d(x,y) is a metric space. But the normed vector space on its own is not.

Or is it that any vector space that has a structure imposed on it such that one can define a function that acts as a metric is called a metric space.

Sorry if it comes off as being pedantic, but I'm keen to avoid as few false conceptions as possible in my understanding as this is as fundamental as it gets and misconceptions here will spiral out of control in no time!
 
  • #11
I just said it in my last post, given a norm || || on a vector space V, then (V,d) is a metric space where d(x,y) = ||x-y||. Given any normed space you can trivially turn it into a metric space, and the whole point of defining a norm is that you get access to that metric which is why a normed vector space is in practice always assumed to have the metric.
 
  • #12
D H said:
Fixed that. The normed vector spaces are a subset of the intersection of the vector spaces and the metric spaces. A metric on a vector space that is not induced by a norm is the distance ##d(\vec a,\vec b)## is 0 if ##\vec a - \vec b = 0##, 42 otherwise.

Why the number 42 may I ask?

BiP
 
  • #13
Google the phrase "the answer to life, the universe, and everything".
 
  • #14
Bipolarity said:
Why the number 42 may I ask?

BiP

Any number will work, 42 was picked either randomly or because D H is a fan of Hitchhiker's Guide to the Galaxy
 
  • #15
Luna=Luna said:
nothing in the norm itself has any of the properties that a metric requires.
There are many similarities:
<br /> \begin{matrix}<br /> ||\vec a||\ge 0 &amp; d(a,b) \ge 0 \\<br /> ||\vec a||=0 \Leftrightarrow \vec a = 0 &amp; d(a,b)=0 \Leftrightarrow a=b \\<br /> ||\vec a + \vec b|| \le ||\vec a|| + ||\vec b|| \quad &amp; d(a,c) \le d(a,b) + d(b,c)<br /> \end{matrix}
 
  • #16
If X is a vector space, we can think of a norm as being a special type of metric on X. As mentioned above, any norm ||\cdot||:X\to\mathbb R_+ induces a metric d_{||\cdot||}: X\times X\to \mathbb R via d_{||\cdot||}(x,y):=||x-y||. It's easy to check that d_{||\cdot||} is indeed a metric, and it satisfies a couple other nice properties:
- It's translation-invariant, i.e. d_{||\cdot||}(x+z,y+z)=d_{||\cdot||}(x,y) for any x,y,z\in X.
- It's (positively) homogeneous, i.e. d_{||\cdot||}(\alpha x,0)=|\alpha| d_{||\cdot||}(x,0) for any x\in X, \alpha\in \mathbb R.

A nice exercise is the converse, that if \rho:X\times X\to \mathbb R_+ is a metric which is translation-invariant and homogeneous, then the map ||\cdot||_{\rho}: X\to \mathbb R_+ given by ||x||_{\rho}:= \rho(x,0) is a norm on X.
 
  • Like
Likes 1 person
Back
Top