Normed linear space vs inner product space and more

In summary, a normed vector space is a subset of the intersection of the vector spaces and the metric spaces. The metric space is the most general, but there are vector spaces that have metrics on them which do not come from norms.
  • #1
Luna=Luna
16
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 [itex]\mathbb{R}^2[/itex] and [itex]\mathbb{R}^3[/itex] 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 [itex]||a|| = \sqrt{\langle a|a\rangle}[/itex] 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
  • #2
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
  • #3
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.
 
  • #4
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:
  • #5
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.
 
  • #6
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.
 
  • #7
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.
 
  • #8
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.
 
  • #9
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:
[tex]
\begin{matrix}
||\vec a||\ge 0 & d(a,b) \ge 0 \\
||\vec a||=0 \Leftrightarrow \vec a = 0 & d(a,b)=0 \Leftrightarrow a=b \\
||\vec a + \vec b|| \le ||\vec a|| + ||\vec b|| \quad & d(a,c) \le d(a,b) + d(b,c)
\end{matrix}[/tex]
 
  • #16
If [itex]X[/itex] is a vector space, we can think of a norm as being a special type of metric on [itex]X[/itex]. As mentioned above, any norm [itex]||\cdot||:X\to\mathbb R_+[/itex] induces a metric [itex]d_{||\cdot||}: X\times X\to \mathbb R[/itex] via [itex]d_{||\cdot||}(x,y):=||x-y||[/itex]. It's easy to check that [itex]d_{||\cdot||}[/itex] is indeed a metric, and it satisfies a couple other nice properties:
- It's translation-invariant, i.e. [itex]d_{||\cdot||}(x+z,y+z)=d_{||\cdot||}(x,y)[/itex] for any [itex]x,y,z\in X[/itex].
- It's (positively) homogeneous, i.e. [itex]d_{||\cdot||}(\alpha x,0)=|\alpha| d_{||\cdot||}(x,0)[/itex] for any [itex]x\in X, \alpha\in \mathbb R[/itex].

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

What is the difference between a normed linear space and an inner product space?

A normed linear space is a vector space equipped with a norm, which is a function that assigns a length or magnitude to each vector in the space. An inner product space is a vector space equipped with an inner product, which is a function that assigns a scalar value to pairs of vectors in the space. In other words, while a normed linear space measures the length of a vector, an inner product space measures the angle and distance between two vectors.

Can a normed linear space also be an inner product space?

Yes, a normed linear space can also be an inner product space if the norm satisfies the parallelogram law. This law states that the sum of the squares of the lengths of the sides of a parallelogram is equal to the sum of the squares of the lengths of the diagonals.

What are some examples of normed linear spaces and inner product spaces?

Examples of normed linear spaces include the space of real or complex-valued continuous functions, the space of square-integrable functions, and the space of finite-dimensional vectors with the Euclidean norm. Examples of inner product spaces include the space of complex-valued square-integrable functions, the space of square-integrable functions with the inner product defined as the integral of their product, and the space of finite-dimensional vectors with the dot product as the inner product.

What are the main applications of normed linear spaces and inner product spaces?

Normed linear spaces and inner product spaces are widely used in various fields of mathematics and physics, such as functional analysis, quantum mechanics, and signal processing. They provide a rigorous framework for studying vector spaces and their properties, and help in solving problems related to optimization, approximation, and geometry.

What is the significance of the parallelogram law in inner product spaces?

The parallelogram law is important because it characterizes the geometry of an inner product space. It allows us to measure the angle between two vectors and the distance between two points, and also defines the notion of orthogonality. Additionally, the parallelogram law is essential in proving many theorems and results in functional analysis and other areas of mathematics.

Similar threads

  • Linear and Abstract Algebra
Replies
8
Views
1K
  • Linear and Abstract Algebra
Replies
7
Views
234
Replies
1
Views
201
  • Linear and Abstract Algebra
Replies
17
Views
2K
  • Linear and Abstract Algebra
Replies
8
Views
970
  • Linear and Abstract Algebra
Replies
3
Views
3K
  • Linear and Abstract Algebra
Replies
2
Views
2K
  • Linear and Abstract Algebra
Replies
6
Views
1K
  • Calculus
Replies
4
Views
508
Replies
4
Views
863
Back
Top